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",
    "rdfs": "https://www.w3.org/TR/rdf-schema/",
    "gsp": "http://www.opengeospatial.org/standards/geosparql/",
    "sampling": "http://www.w3.org/ns/sosa/sampling/",
    "sosa": "http://www.w3.org/ns/sosa/",
    "time": "http://www.w3.org/2006/time#",
    "Observation": "sosa:Observation",
    "Sample": "sosa:Sample",
    "hasFeatureOfInterest": "sosa:hasFeatureOfInterest",
    "hasResult": "sosa:hasResult",
    "madeBySensor": "sosa:madeBySensor",
    "observedProperty": "sosa:observedProperty",
    "phenomenonTime": "sosa:phenomenonTime",
    "hasBeginning": "time:hasBeginning",
    "hasEnd": "time:hasEnd",
    "resultTime": "sosa:resultTime",
    "usedProcedure": "sosa:usedProcedure",
    "hasGeometry": "gsp:hasGeometry",
    "isSampleOf": "sosa:isSampleOf",
    "isFeatureOfInterestOf": "sosa:isFeatureOfInterestOf",
    "hasSampleRelationship": "sampling:hasSampleRelationship",
    "natureOfRelationship": "sampling:natureOfRelationship",
    "relatedSample": "sampling:relatedSample"
  }
}
    

JSON-LD Document


{
  "@context": [
    "https://opengeospatial.github.io/ELFIE/json-ld/elf.jsonld",
    "https://opengeospatial.github.io/ELFIE/json-ld/sosa.jsonld"
  ],
  "@id": "https://opengeospatial.github.io/ELFIE/usgs/pr/uswb/180400012103",
  "@type": "sosa:Observation",
  "name": "Evapotranspiration observation for  Shag Slough-San Joaquin River",
  "hasFeatureOfInterest": [
    {
      "@id": "https://opengeospatial.github.io/ELFIE/usgs/huc12pp/uswb/180400012103",
      "@type": "http://www.opengeospatial.org/standards/waterml2/hy_features/HY_HydroNexus"
    }
  ],
  "hasResult": {
    "@id": "https://cida.usgs.gov/nwc/thredds/sos/watersmart/HUC12_data/HUC12_daymet_agg.nc??request=GetObservation&service=SOS&version=1.0.0&observedProperty=prcp&offering=180400012103",
    "@type": "swe:DataArray"
  }
}
    

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

A demonstration of the