Skip to content

Commit

Permalink
Codelist URI names now in upper-case; Modified the URIs according to …
Browse files Browse the repository at this point in the history
…the discussion at #136
  • Loading branch information
ilkkarinne committed Jun 9, 2021
1 parent 7a6477e commit 39731f1
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 60 deletions.
Original file line number Diff line number Diff line change
@@ -1,32 +1,37 @@
[
{
"@id": "http://www.opengis.net/def/om/collectionTypeByMemberCharacteristicsSemantics/",
"@id": "http://www.opengis.net/def/codelist/OGC/0/CollectionTypeByMemberCharacteristicsSemantics/",
"@type": [
"http://www.w3.org/2004/02/skos/core#Collection"
],
"http://www.w3.org/2004/02/skos/core#member": [
{
"@id": "http://www.opengis.net/def/SummarizingObservationCollection"
"@id": "http://www.opengis.net/def/OGC/0/SummarizingObservationCollection"
},
{
"@id": "http://www.opengis.net/def/HomogenousObservationCollection"
"@id": "http://www.opengis.net/def/OGC/0/HomogenousObservationCollection"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
"@value": "OM&S 3.0 ObservationCollection classification based on how the properties of it's MemberCharacteristics relate to the properties of the member Observations of the collection"
"@value": "OMS 3.0 ObservationCollection classification based on how the properties of it's MemberCharacteristics relate to the properties of the member Observations of the collection"
}
],
"http://purl.org/dc/terms/modified": [
{
"@value": "2021-06-09"
}
]
},
{
"@id": "http://www.opengis.net/def/SummarizingObservationCollection",
"@id": "http://www.opengis.net/def/OGC/0/SummarizingObservationCollection",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/modified": [
{
"@value": "2021-05-19"
"@value": "2021-06-09"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
Expand All @@ -49,13 +54,13 @@
]
},
{
"@id": "http://www.opengis.net/def/HomogenousObservationCollection",
"@id": "http://www.opengis.net/def/OGC/0/HomogenousObservationCollection",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/modified": [
{
"@value": "2021-05-19"
"@value": "2021-06-09"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
Expand Down
78 changes: 40 additions & 38 deletions oms-abstract-spec/codelists/observationTypeByResultType.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,61 @@
[
{
"@id": "http://www.opengis.net/def/om/observationTypeByResultType/",
"@id": "http://www.opengis.net/def/codelist/OGC/0/ObservationTypeByResultType/",
"@type": [
"http://www.w3.org/2004/02/skos/core#Collection"
],
"http://www.w3.org/2004/02/skos/core#member": [
{
"@id": "http://www.opengis.net/def/Measurement"
"@id": "http://www.opengis.net/def/OGC/0/Measurement"
},
{
"@id": "http://www.opengis.net/def/CategoryObservation"
"@id": "http://www.opengis.net/def/OGC/0/CategoryObservation"
},
{
"@id": "http://www.opengis.net/def/TruthObservation"
"@id": "http://www.opengis.net/def/OGC/0/TruthObservation"
},
{
"@id": "http://www.opengis.net/def/CountObservation"
"@id": "http://www.opengis.net/def/OGC/0/CountObservation"
},
{
"@id": "http://www.opengis.net/def/TemporalObservation"
"@id": "http://www.opengis.net/def/OGC/0/TemporalObservation"
},
{
"@id": "http://www.opengis.net/def/GeometryObservation"
"@id": "http://www.opengis.net/def/OGC/0/GeometryObservation"
},
{
"@id": "http://www.opengis.net/def/ComplexObservation"
"@id": "http://www.opengis.net/def/OGC/0/ComplexObservation"
},
{
"@id": "http://www.opengis.net/def/DiscreteCoverageObservation"
"@id": "http://www.opengis.net/def/OGC/0/DiscreteCoverageObservation"
},
{
"@id": "http://www.opengis.net/def/DiscretePointCoverageObservation"
"@id": "http://www.opengis.net/def/OGC/0/DiscretePointCoverageObservation"
},
{
"@id": "http://www.opengis.net/def/TimeSeriesObservation"
"@id": "http://www.opengis.net/def/OGC/0/TimeSeriesObservation"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
"@value": "OM&S 3.0 Observation classification based on the type of its result"
"@value": "OMS 3.0 Observation classification based on the type of its result"
}
],
"http://purl.org/dc/terms/modified": [
{
"@value": "2021-06-09"
}
]
},
{
"@id": "http://www.opengis.net/def/Measurement",
"@id": "http://www.opengis.net/def/OGC/0/Measurement",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/modified": [
{
"@value": "2021-05-19"
"@value": "2021-06-09"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
Expand Down Expand Up @@ -78,13 +83,13 @@
]
},
{
"@id": "http://www.opengis.net/def/CategoryObservation",
"@id": "http://www.opengis.net/def/OGC/0/CategoryObservation",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/modified": [
{
"@value": "2021-05-19"
"@value": "2021-06-09"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
Expand Down Expand Up @@ -112,13 +117,13 @@
]
},
{
"@id": "http://www.opengis.net/def/TruthObservation",
"@id": "http://www.opengis.net/def/OGC/0/TruthObservation",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/modified": [
{
"@value": "2021-05-19"
"@value": "2021-06-09"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
Expand Down Expand Up @@ -146,13 +151,13 @@
]
},
{
"@id": "http://www.opengis.net/def/CountObservation",
"@id": "http://www.opengis.net/def/OGC/0/CountObservation",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/modified": [
{
"@value": "2021-05-19"
"@value": "2021-06-09"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
Expand Down Expand Up @@ -180,13 +185,13 @@
]
},
{
"@id": "http://www.opengis.net/def/TemporalObservation",
"@id": "http://www.opengis.net/def/OGC/0/TemporalObservation",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/modified": [
{
"@value": "2021-05-19"
"@value": "2021-06-09"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
Expand Down Expand Up @@ -214,13 +219,13 @@
]
},
{
"@id": "http://www.opengis.net/def/GeometryObservation",
"@id": "http://www.opengis.net/def/OGC/0/GeometryObservation",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/modified": [
{
"@value": "2021-05-19"
"@value": "2021-06-09"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
Expand Down Expand Up @@ -248,13 +253,13 @@
]
},
{
"@id": "http://www.opengis.net/def/ComplexObservation",
"@id": "http://www.opengis.net/def/OGC/0/ComplexObservation",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/modified": [
{
"@value": "2021-05-19"
"@value": "2021-06-09"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
Expand Down Expand Up @@ -282,13 +287,13 @@
]
},
{
"@id": "http://www.opengis.net/def/DiscreteCoverageObservation",
"@id": "http://www.opengis.net/def/OGC/0/DiscreteCoverageObservation",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/modified": [
{
"@value": "2021-05-19"
"@value": "2021-06-09"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
Expand All @@ -311,18 +316,18 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
"@value": "Discrete Coverage Observation"
"@value": "Discrete coverage Observation"
}
]
},
{
"@id": "http://www.opengis.net/def/DiscretePointCoverageObservation",
"@id": "http://www.opengis.net/def/OGC/0/PointCoverageObservation",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/modified": [
{
"@value": "2021-05-19"
"@value": "2021-06-09"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
Expand All @@ -340,26 +345,23 @@
},
{
"@id": "http://www.opengis.net/def/observation-type/ogc-om/2.0/om_discrete-point-coverage-observation"
},
{
"@id": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_DiscretePointCoverageObservation"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
"@value": "Discrete Point Coverage Observation"
"@value": "Discrete point poverage Observation"
}
]
},
{
"@id": "http://www.opengis.net/def/TimeSeriesObservation",
"@id": "http://www.opengis.net/def/OGC/0/TimeSeriesObservation",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/modified": [
{
"@value": "2021-05-19"
"@value": "2021-06-09"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
Expand All @@ -373,7 +375,7 @@
"@id": "http://www.opengis.net/def/observation-type/ogc-om/2.0/om_discrete-time-series-observation"
},
{
"@id": "http://www.opengis.net/def/ogc-om/OM_DiscreteTimeSeriesObservation"
"@id": "http://www.opengis.net/def/ogc-om/OM_TimeSeriesObservation"
},
{
"@id": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_DiscreteTimeSeriesObservation"
Expand Down
Loading

0 comments on commit 39731f1

Please sign in to comment.