Skip to content

Instantly share code, notes, and snippets.

@ksonda
Created November 12, 2024 17:54

Revisions

  1. ksonda created this gist Nov 12, 2024.
    115 changes: 115 additions & 0 deletions rise-sample-location.jsonld
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,115 @@
    {
    "@context": {
    "@vocab": "https://schema.org/",
    "xsd": "https://www.w3.org/TR/xmlschema-2/#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "dc": "http://purl.org/dc/terms/",
    "dcat": "https://www.w3.org/ns/dcat#",
    "freq": "http://purl.org/cld/freq/",
    "qudt": "http://qudt.org/schema/qudt/",
    "qudt-units": "http://qudt.org/vocab/unit/",
    "qudt-quantkinds": "http://qudt.org/vocab/quantitykind/",
    "gsp": "http://www.opengis.net/ont/geosparql#",
    "locType": "http://vocabulary.odm2.org/sitetype",
    "odm2var":"http://vocabulary.odm2.org/variablename/",
    "odm2varType": "http://vocabulary.odm2.org/variabletype/",
    "hyf": "https://www.opengis.net/def/schema/hy_features/hyf/",
    "skos": "https://www.opengis.net/def/schema/hy_features/hyf/HY_HydroLocationType",
    "ssn": "http://www.w3.org/ns/ssn/",
    "ssn-system": "http://www.w3.org/ns/ssn/systems/"
    },
    "@id": "https://geoconnex.us/usgs/monitoring-location/08282300",
    "@type": [
    "hyf:HY_HydrometricFeature",
    "hyf:HY_HydroLocation",
    "locType:stream"
    ],
    "hyf:HydroLocationType": "hydrometric station",
    "sameAs": {
    "@id": "https://geoconnex.us/ref/gages/1018463"
    },
    "identifier": {
    "@type": "PropertyValue",
    "propertyID": "USGS site number",
    "value": "08282300"
    },
    "name": "Rio Brazos at Fishtail Road NR Tierra Amarilla, NM",
    "description": "Stream/River Site",
    "provider": {
    "url": "https://waterdata.usgs.gov",
    "@type": "GovernmentOrganization",
    "name": "U.S. Geological Survey Water Data for the Nation"
    },
    "geo": {
    "@type": "schema:GeoCoordinates",
    "longitude": -106.4707722,
    "latitude": 36.7379333
    },
    "gsp:hasGeometry": {
    "@type": "http://www.opengis.net/ont/sf#Point",
    "gsp:asWKT": {
    "@type": "http://www.opengis.net/ont/geosparql#wktLiteral",
    "@value": "POINT (-106.4707722 36.7379333)"
    },
    "gsp:crs": {
    "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
    }
    },
    "hyf:referencedPosition": {
    "hyf:HY_IndirectPosition": {
    "hyf:linearElement": {
    "@id": "https://geoconnex.us/ref/mainstems/1611418"
    }
    }
    },
    "subjectOf": {
    "@type": "Dataset",
    "name": "Discharge data from USGS Monitoring Location 08282300",
    "description": "Discharge data from USGS Streamgage at Rio Brazos at Fishtail Road NR Tierra Amarilla, NM",
    "provider": {
    "url": "https://waterdata.usgs.gov",
    "@type": "GovernmentOrganization",
    "name": "U.S. Geological Survey Water Data for the Nation"
    },
    "url": "https://waterdata.usgs.gov/monitoring-location/08282300/#parameterCode=00060",
    "variableMeasured": {
    "@type": "PropertyValue",
    "name": "discharge",
    "description": "Discharge in cubic feet per second",
    "propertyID": "https://www.wikidata.org/wiki/Q8737769",
    "url": "https://en.wikipedia.org/wiki/Discharge_(hydrology)",
    "unitText": "cubic feet per second",
    "qudt:hasQuantityKind": "qudt-quantkinds:VolumeFlowRate",
    "unitCode": "qudt-units:FT3-PER-SEC",
    "measurementTechnique": "observation",
    "measurementMethod": {
    "name": "Discharge Measurements at Gaging Stations",
    "publisher": "U.S. Geological Survey",
    "url": "https://doi.org/10.3133/tm3A8"
    }
    },
    "temporalCoverage": "2014-06-30/..",
    "dc:accrualPeriodicity": "freq:daily",
    "dcat:temporalResolution": {"@value":"PT15M","@type":"xsd:duration"},
    "distribution": [
    {
    "@type": "DataDownload",
    "name": "USGS Instantaneous Values Service",
    "contentUrl": "https://waterservices.usgs.gov/nwis/iv/?sites=08282300&parameterCd=00060&format=rdb",
    "encodingFormat": [
    "text/tab-separated-values"
    ],
    "dc:conformsTo": "https://pubs.usgs.gov/of/2003/ofr03123/6.4rdb_format.pdf"
    },
    {
    "@type": "DataDownload",
    "name": "USGS SensorThings API",
    "contentUrl": "https://labs.waterdata.usgs.gov/sta/v1.1/Datastreams('0adb31f7852e4e1c9a778a85076ac0cf')?$expand=Thing,Observations",
    "encodingFormat": [
    "application/json"
    ],
    "dc:conformsTo": "https://labs.waterdata.usgs.gov/docs/sensorthings/index.html"
    }
    ]
    }
    }