diff --git a/GeoJSON/efs/examples/efs_example_2.geojson b/GeoJSON/efs/examples/efs_example_2.geojson index 8b73734..1a2bc93 100644 --- a/GeoJSON/efs/examples/efs_example_2.geojson +++ b/GeoJSON/efs/examples/efs_example_2.geojson @@ -16,7 +16,7 @@ "mediaMonitored": "water", "mediaMonitored_href": "http://inspire.ec.europa.eu/codelist/MediaValue/water", "name": "Piézomètre de St-Rémy - 01", - "haslegalBackground_href": "#MeasureTimeseriesObservation_1", + "hasObservation_href": "#MeasureTimeseriesObservation_1", "onlineResource": "http://fichebsseau.brgm.fr/bss_eau/fiche.jsf?code=06512X0037/STREMY", "operationalActivityPeriod_beginPosition": "1977-10-08T23:00:00Z", "operationalActivityPeriod_endPosition": "2018-10-14T06:00:00Z", @@ -37,6 +37,7 @@ }, "properties": { "observationType": "PointTimeSeriesObservation", + "relatedMonitoringFeature": "EnvironmentalMonitoringFacility_1", "phenomenonTimeStart": "2015-11-07T12:00:00Z", "phenomenonTimeEnd": "2015-12-19T12:00:00Z", "resultTime": "2015-12-19T12:11:20Z", diff --git a/GeoJSON/efs/simple-environmental-monitoring-facilities.md b/GeoJSON/efs/simple-environmental-monitoring-facilities.md index e85e354..5ca05f9 100644 --- a/GeoJSON/efs/simple-environmental-monitoring-facilities.md +++ b/GeoJSON/efs/simple-environmental-monitoring-facilities.md @@ -36,7 +36,8 @@ This section describes which rules with which parameters are applied to the Envi 4. Substitute `OperationalActivityPeriod` with the Simple Period using `MT009()`. 5. Substitute all `OM` and `OMSO` model elements through the respective `OMSF` model elements. 6. Apply the `OMSF GeoJSON` model mapping to the `OMSO` model elements. -7. Apply the General Flattening rule to simplify the remaining properties: `MT001(separator: '_')`. +7. Add the `relatedMonitoringFeature` property to the `OMSO` observation to link back to an Environmental Monitoring Facility or an Environmental Monitoring Network. +8. Apply the General Flattening rule to simplify the remaining properties: `MT001(separator: '_')`. ### Model Mapping @@ -95,6 +96,7 @@ The following table explains the mapping between the classes and properties of t | ef:specialisedEMFType | SpecialisedEMFTypeValue | specialisedEMFType | SimpleCodelistReference | | ef:supersededBy | AbstractMonitoringObject | supersededBy | String[] (Reference) | | ef:supersedes | AbstractMonitoringObject | supersedes | String[] (Reference) | +| | | relatedMonitoringFeature | String (Reference) | #### EnvironmentalMonitoringNetwork @@ -134,6 +136,7 @@ The following table explains the mapping between the classes and properties of t | ef:responsibleParty | RelatedParty | responsibleParty | SimpleCitation | | ef:supersededBy | AbstractMonitoringObject | supersededBy | String[] (Reference) | | ef:supersedes | AbstractMonitoringObject | supersedes | String[] (Reference) | +| | | relatedMonitoringFeature | String (Reference) | #### EnvironmentalMonitoringProgramme @@ -262,6 +265,7 @@ NOTE Additional examples can be added to the [`/efs/examples/`](/GeoJSON/efs/exa }, "properties": { "observationType": "PointTimeSeriesObservation", + "relatedMonitoringFeature": "EnvironmentalMonitoringFacility_1", "phenomenonTimeStart": "2015-11-07T12:00:00Z", "phenomenonTimeEnd": "2015-12-19T12:00:00Z", "resultTime": "2015-12-19T12:11:20Z",