Skip to content

Instantly share code, notes, and snippets.

@hylkevds
Created February 2, 2022 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hylkevds/7c86d296b72c4e2b56a1e96b00ce9c40 to your computer and use it in GitHub Desktop.
Save hylkevds/7c86d296b72c4e2b56a1e96b00ce9c40 to your computer and use it in GitHub Desktop.
{
"rdfs": "https://www.w3.org/TR/rdf-schema/",
"gsp": "http://www.opengis.net/ont/geosparql#",
"sampling": "http://www.w3.org/ns/sosa/sampling/",
"sosa": "http://www.w3.org/ns/sosa/",
"ssn-system": "http://www.w3.org/ns/ssn/systems/",
"time": "http://www.w3.org/2006/time#",
"sta": "http://something.org/sta/",
"schema": "http://schema.org/",
"skos": "http://www.w3.org/2004/02/skos/core#",
"ogc": "http://www.opengis.net/def/",
"qudt": "http://qudt.org/1.1/schema/qudt#",
"Datastream": "sosa:ObservationCollection",
"Observation": "sosa:Observation",
"Sensor": "sosa:Sensor",
"ObservedProperty": "sosa:ObservableProperty",
"Thing": "sosa:Platform",
"FeatureOfInterest": "sosa:FeatureOfInterest",
"Location": "gsp:SpatialObject",
"name": "schema:name",
"description": "schema:description",
"encodingType": {
"@id": "schema:encodingType",
"@type": "xsd:anyURI"
},
"observationType": {
"@id": "ogc:observationType",
"@type": "xsd:anyURI"
},
"definition": {
"@id": "skos:definition",
"@type": "xsd:anyURI"
},
"result": "sosa:hasResult",
"phenomenonTime": "sosa:phenomenonTime",
"resultTime": "sosa:resultTime",
"resultQuality": "ssn-system:qualityOfObservation",
"unitOfMeasurement": "qudt:unit",
"feature": "schema:geo",
"location": "schema:geo",
"HistoricalLocation": "sta:HistoricalLocation",
"validTime": "sta:validTime",
"parameters": "sta:parameters",
"observedArea": "sta:observedArea",
"metadata": "sta:observedArea"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment