Environmental Linked Features Interoperability Experiment Demonstration

A demonstration of the

Expanded Context


{
  "@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/"
  }
}
    

JSON-LD Document


{
  "@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/02OH008",
  "@type": "http://www.opengeospatial.org/standards/waterml2/hy_features/HY_HydrometricFeature",
  "name": "02OH008",
  "description": "description not available",
  "sameAs": "https://wateroffice.ec.gc.ca/report/real_time_e.html?stn=02OH008",
  "geo": {
    "@type": "schema:GeoCoordinates",
    "schema:latitude": 45.1225,
    "schema:longitude": -72.9944
  },
  "gsp:hasGeometry": {
    "@type": "gsp:Geometry",
    "gsp:asWKT": "POINT (-72.99444 45.1225)"
  }
}
    

Code for this pretty JSON-LD view derived from https://github.com/scienceai/jsonld-markup . Thanks science.ai!

A demonstration of the