{
"@context": {
"schema": "http://schema.org/",
"skos": "https://www.w3.org/TR/skos-reference/",
"description": "schema:description",
"geo": "schema:geo",
"image": {
"@id": "schema:image",
"@type": "@id"
},
"name": "schema:name",
"sameAs": "schema:sameAs",
"related": "skos:related",
"gsp": "http://www.opengeospatial.org/standards/geosparql/"
}
}
{
"@context": [
"https://opengeospatial.github.io/ELFIE/json-ld/elf.jsonld",
{
"gsp": "http://www.opengeospatial.org/standards/geosparql/"
}
],
"@id": "https://opengeospatial.github.io/ELFIE/nrcan/hydat/cr/02OH006",
"@type": "http://www.opengeospatial.org/standards/waterml2/hy_features/HY_HydrometricFeature",
"name": "02OH006",
"description": "description not available",
"sameAs": "https://wateroffice.ec.gc.ca/report/real_time_e.html?stn=02OH006",
"geo": {
"@type": "schema:GeoCoordinates",
"schema:latitude": 45.3022,
"schema:longitude": -72.3206
},
"gsp:hasGeometry": {
"@type": "gsp:Geometry",
"gsp:asWKT": "POINT (-72.32056 45.30222)"
}
}