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",
    "gw": "http://opengeospatial/def/ontology/gwml2#",
    "GW_HydrogeoUnit": "gw:GW_HydrogeoUnit",
    "GW_Aquifer": "gw:GW_Aquifer",
    "GW_Well": "gw:GW_Well",
    "GW_MonitoringSite": "gw:GW_MonitoringSite"
  }
}
    

JSON-LD Document


{
  "@context": ["https://opengeospatial.github.io/ELFIE/json-ld/elf.jsonld", "https://opengeospatial.github.io/ELFIE/json-ld/sosa.jsonld", "https://opengeospatial.github.io/ELFIE/json-ld/gw.jsonld","https://opengeospatial.github.io/ELFIE/json-ld/gsml.jsonld"],
  "@id": "https://opengeospatial.github.io/ELFIE/FR/Borehole/sgwi/BSS000DXBD",
  "@type": ["Sample", "GW_Well", "Borehole"],
  "name": "Forage BSS000DXBD",
  "gsp:hasGeometry": {
    "@type": "gsp:Geometry",
    "gsp:asWKT": "POINT(2.3597603712661 49.9506859240222)"
  },
  "isSampleOf": "https://sweet.jpl.nasa.gov/2.3/realmEarthReference.owl#EarthGeosphere",
  "isFeatureOfInterestOf": [
    {
      "@context": "https://opengeospatial.github.io/ELFIE/json-ld/sosa.jsonld",
      "@id": "http://ressource.brgm-rec.fr/obs/RawGeologicLogs/BSS000DXBD",
      "@type": "Observation",
      "hasFeatureOfInterest": "https://opengeospatial.github.io/ELFIE/FR/Borehole/sgwi/BSS000DXBD",
      "hasResult": [
        {
          "@id": "http://ressource.brgm-rec.fr/obs/RawGeologicLogs/BSS000DXBD",
          "@type": "GW_GeologyLog"
        }
      ],
      "madeBySensor": "http://ressource.brgm-rec.fr/data/Sensor/should_put_serial_number_here",
      "observedProperty": "http://www.opengis.net/def/gwml/2.0/observedProperty/earthMaterial",
      "phenomenonTime": {
        "hasBeginning": "1974-11-30T00:00:00.000Z",
        "hasEnd": "1974-11-30T00:00:00.000Z"
      },
      "resultTime": "1974-11-30T00:00:00.000Z",
      "usedProcedure": {
        "@id": "http://ressource.brgm-rec.fr/methode/DrillerGeologicLog",
        "@type": "skos:Concept",
        "name": "Driller log"
      }
    }
  ],
  "image": "http://www.ades.eaufrance.fr/BDLisa.aspx?X=2.35976034402847&Y=49.9506874084473",
  "hasSampleRelationship": [
    {
      "natureOfRelationship": "https://hydro.data.elfie.ogc/def/sampling-complex/sample",
      "relatedSample": "http://ressource.brgm-rec.fr/data/LinkToSomeDrillCoreDatabaseHere"
    },
    {
      "natureOfRelationship": "https://hydro.data.elfie.ogc/def/sampling-complex/system",
      "relatedSample": {
        "@id": "https://opengeospatial.github.io/ELFIE/FR/Piezometer/sgwi/00463X0036-H1.2",
        "@type": "Sample",
        "name": "PIEZOMETRE DE CARDONNETTE - 80"
      },
      "@id": "https://foo1",
      "@type": "skos:Concept"
    }
  ]
}
    

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

A demonstration of the