U.S. Geological Survey · JSON-LD Context

Usgs Water Data Api Context

JSON-LD context defining the semantic vocabulary for Usgs Water Data Api from U.S. Geological Survey.

12 Classes 30 Properties 5 Namespaces
View Context View on GitHub

Namespaces

usgs: https://www.usgs.gov/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#
geo: http://www.opengis.net/ont/geosparql#

Classes

Collection CollectionsList ErrorResponse FeatureCollection LandingPage Link MonitoringLocationCollection MonitoringLocationFeature MonitoringLocationProperties TimeSeriesCollection TimeSeriesFeature TimeSeriesProperties

Properties

Property Type Container
id string
title
description
links string set
collections string set
code string
type string
features string set
numberMatched integer
numberReturned integer
href string
rel string
geometry string
coordinates decimal set
properties string
monitoringLocationIdentifier string
monitoringLocationName string
monitoringLocationTypeName string
hucEightDigitCode string
stateFIPSCode string
countryCode string
drainageAreaMeasure decimal
drainageAreaMeasureUnitCode string
siteWebAddress string
observedPropertyId string
observedPropertyName string
phenomenonTime dateTime
result decimal
resultUnitCode string
resultQualityCode string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "usgs": "https://www.usgs.gov/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "geo": "http://www.opengis.net/ont/geosparql#",
    "Collection": "usgs:Collection",
    "CollectionsList": "usgs:CollectionsList",
    "ErrorResponse": "usgs:ErrorResponse",
    "FeatureCollection": "usgs:FeatureCollection",
    "LandingPage": "usgs:LandingPage",
    "Link": "usgs:Link",
    "MonitoringLocationCollection": "usgs:MonitoringLocationCollection",
    "MonitoringLocationFeature": "usgs:MonitoringLocationFeature",
    "MonitoringLocationProperties": "usgs:MonitoringLocationProperties",
    "TimeSeriesCollection": "usgs:TimeSeriesCollection",
    "TimeSeriesFeature": "usgs:TimeSeriesFeature",
    "TimeSeriesProperties": "usgs:TimeSeriesProperties",
    "id": {
      "@id": "usgs:id",
      "@type": "xsd:string"
    },
    "title": {
      "@id": "schema:name"
    },
    "description": {
      "@id": "schema:description"
    },
    "links": {
      "@id": "usgs:links",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "collections": {
      "@id": "usgs:collections",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "code": {
      "@id": "usgs:code",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "usgs:type",
      "@type": "xsd:string"
    },
    "features": {
      "@id": "usgs:features",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "numberMatched": {
      "@id": "usgs:numberMatched",
      "@type": "xsd:integer"
    },
    "numberReturned": {
      "@id": "usgs:numberReturned",
      "@type": "xsd:integer"
    },
    "href": {
      "@id": "usgs:href",
      "@type": "xsd:string"
    },
    "rel": {
      "@id": "usgs:rel",
      "@type": "xsd:string"
    },
    "geometry": {
      "@id": "usgs:geometry",
      "@type": "xsd:string"
    },
    "coordinates": {
      "@id": "usgs:coordinates",
      "@container": "@set",
      "@type": "xsd:decimal"
    },
    "properties": {
      "@id": "usgs:properties",
      "@type": "xsd:string"
    },
    "monitoringLocationIdentifier": {
      "@id": "usgs:monitoringLocationIdentifier",
      "@type": "xsd:string"
    },
    "monitoringLocationName": {
      "@id": "usgs:monitoringLocationName",
      "@type": "xsd:string"
    },
    "monitoringLocationTypeName": {
      "@id": "usgs:monitoringLocationTypeName",
      "@type": "xsd:string"
    },
    "hucEightDigitCode": {
      "@id": "usgs:hucEightDigitCode",
      "@type": "xsd:string"
    },
    "stateFIPSCode": {
      "@id": "usgs:stateFIPSCode",
      "@type": "xsd:string"
    },
    "countryCode": {
      "@id": "usgs:countryCode",
      "@type": "xsd:string"
    },
    "drainageAreaMeasure": {
      "@id": "usgs:drainageAreaMeasure",
      "@type": "xsd:decimal"
    },
    "drainageAreaMeasureUnitCode": {
      "@id": "usgs:drainageAreaMeasureUnitCode",
      "@type": "xsd:string"
    },
    "siteWebAddress": {
      "@id": "usgs:siteWebAddress",
      "@type": "xsd:string"
    },
    "observedPropertyId": {
      "@id": "usgs:observedPropertyId",
      "@type": "xsd:string"
    },
    "observedPropertyName": {
      "@id": "usgs:observedPropertyName",
      "@type": "xsd:string"
    },
    "phenomenonTime": {
      "@id": "usgs:phenomenonTime",
      "@type": "xsd:dateTime"
    },
    "result": {
      "@id": "usgs:result",
      "@type": "xsd:decimal"
    },
    "resultUnitCode": {
      "@id": "usgs:resultUnitCode",
      "@type": "xsd:string"
    },
    "resultQualityCode": {
      "@id": "usgs:resultQualityCode",
      "@type": "xsd:string"
    }
  }
}