Skip to content

Commit

Permalink
Merge pull request INSPIRE-MIF#98 from INSPIRE-MIF/patch-fix-87
Browse files Browse the repository at this point in the history
added relatedMonitoringFeature, fixes INSPIRE-MIF#87
  • Loading branch information
alexanderkotsev authored Oct 11, 2019
2 parents 20f19d2 + 2b22a44 commit 6e06451
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion GeoJSON/efs/examples/efs_example_2.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 5 additions & 1 deletion GeoJSON/efs/simple-environmental-monitoring-facilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 6e06451

Please sign in to comment.