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",
    "hyf": "http://opengeospatial/def/ontology/hyf",
    "HY_Catchment": "hyf:HY_Catchment",
    "HY_CatchmentDivide": "hyf:HY_CatchmentDivide",
    "HY_HydrographicNetwork": "hyf:HY_HydrographicNetwork",
    "HY_HydrometricNetwork": "hyf:HY_HydrometricNetwork",
    "HY_HydroNexus": "hyf:HY_HydroNexus",
    "HY_HydroLocation": "hyf:HY_HydroLocation",
    "HY_HydrometricFeature": "hyf:HY_HydrometricFeature",
    "HY_WaterBody": "hyf:HY_WaterBody",
    "HY_Lake": "hyf:HY_Lake",
    "HY_Impoundment": "hyf:HY_Impoundment",
    "HY_River": "hyf:HY_River",
    "HY_Channel": "hyf:HY_Channel",
    "HY_FlowPath": "hyf:HY_FlowPath",
    "HY_DistanceDescription": "hyf:HY_DistanceDescription",
    "HY_HydroLocationType": "hyf:HY_HydroLocationType",
    "HY_IndirectPosition": "hyf:HY_IndirectPosition",
    "HY_DistanceFromReferent": "hyf:HY_DistanceFromReferent",
    "upstreamWaterBody": "hyf:upstreamWaterBody",
    "downstreamWaterBody": "hyf:downstreamWaterBody",
    "lowerCatchment": "hyf:lowerCatchment",
    "upperCatchment": "hyf:upperCatchment",
    "realizedCatchment": "hyf:realizedCatchment",
    "catchmentRealization": "hyf:catchmentRealization",
    "contributingCatchment": "hyf:contributingCatchment",
    "outflow": "hyf:outflow",
    "realizedNexus": "hyf:realizedNexus",
    "networkStation": "hyf:networkStation",
    "referencedPosition": "hyf:referencedPosition",
    "distanceExpression": "hyf:distanceExpression",
    "distanceDescription": "hyf:distanceDescription",
    "linearElement": "hyf:linearElement",
    "hydrometricNetwork": "hyf:hydrometricNetwork",
    "nexusRealization": "hyf:nexusRealization",
    "gsp": "http://www.opengeospatial.org/standards/geosparql/"
  }
}
    

JSON-LD Document


{
  "@context": [
    "https://opengeospatial.github.io/ELFIE/json-ld/elf.jsonld",
    "https://opengeospatial.github.io/ELFIE/json-ld/hyf.jsonld",
    {
      "gsp": "http://www.opengeospatial.org/standards/geosparql/"
    }
  ],
  "@id": "https://opengeospatial.github.io/ELFIE/usgs/nwissite/floodcast/08072600",
  "@type": "http://www.opengeospatial.org/standards/waterml2/hy_features/HY_HydroLocation",
  "name": "Buffalo Bayou at State Hwy 6 nr Addicks, TX",
  "description": "This is the gage used to model the floodplains for the harvey huricane event in this area of interest.",
  "sameAs": "https://waterdata.usgs.gov/nwis/inventory?agency_code=USGS&site_no=08072600",
  "referencedPosition": {
    "HY_IndirectPosition": {
      "distanceExpression": {
        "HY_DistanceFromReferent": {
          "interpolative": "95.56"
        }
      },
      "distanceDescription": {
        "HY_DistanceDescription": "upstream"
      },
      "linearElement": "https://opengeospatial.github.io/ELFIE/tx/flowlines/floodcast/FS_BuffaloBayou"
    }
  },
  "HY_HydroLocationType": "hydrometricStation",
  "geo": {
    "@type": "schema:GeoCoordinates",
    "schema:latitude": 29.7596,
    "schema:longitude": -95.4571
  },
  "gsp:hasGeometry": {
    "@type": "gsp:Geometry",
    "gsp:asWKT": "POINT (-95.45714 29.75964)"
  }
}
    

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

A demonstration of the