{
"@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"
}
}
{
"@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/et/uswb/030701060405",
"@type": "sosa:Observation",
"name": "Evapotranspiration observation for Penholoway Swamp-Altamaha River",
"hasFeatureOfInterest": [
{
"@id": "https://opengeospatial.github.io/ELFIE/usgs/huc12pp/uswb/030701060405",
"@type": "http://www.opengeospatial.org/standards/waterml2/hy_features/HY_HydroNexus"
}
],
"hasResult": {
"@id": "https://cida.usgs.gov/nwc/thredds/sos/watersmart/HUC12_data/HUC12_eta_agg.nc?request=GetObservation&service=SOS&version=1.0.0&observedProperty=et&offering=030701060405",
"@type": "swe:DataArray"
}
}