Noaa Gov Context

JSON-LD context defining the semantic vocabulary for Noaa Gov from NOAA — National Oceanic and Atmospheric Administration.

51 Classes 3 Properties 7 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
noaa: https://api-evangelist.github.io/noaa-gov/vocab#
wx: https://api.weather.gov/ontology#
geo: http://www.opengis.net/ont/geosparql#
dcat: http://www.w3.org/ns/dcat#
dct: http://purl.org/dc/terms/
foaf: http://xmlns.com/foaf/0.1/

Classes

cap id type Agency Office Station Alert Forecast Observation GridPoint Zone RadarStation Buoy Dataset DataService Distribution name description url license spatial temporal keyword stationIdentifier elevation geometry latitude longitude severity certainty urgency event headline areaDesc effective expires sender msgType temperature windSpeed windDirection barometricPressure relativeHumidity precipitation visibility waveHeight waterLevel datum tidePrediction geomagneticKpIndex solarWindSpeed

Properties

Property Type Container
publisher reference
issued dateTime
modified dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "noaa": "https://api-evangelist.github.io/noaa-gov/vocab#",
    "wx": "https://api.weather.gov/ontology#",
    "geo": "http://www.opengis.net/ont/geosparql#",
    "dcat": "http://www.w3.org/ns/dcat#",
    "dct": "http://purl.org/dc/terms/",
    "cap": "urn:oasis:names:tc:emergency:cap:1.2#",
    "foaf": "http://xmlns.com/foaf/0.1/",

    "id": "@id",
    "type": "@type",

    "Agency": "schema:GovernmentOrganization",
    "Office": "schema:GovernmentOrganization",
    "Station": "wx:ObservationStation",
    "Alert": "cap:Alert",
    "Forecast": "wx:Forecast",
    "Observation": "wx:Observation",
    "GridPoint": "wx:GridPoint",
    "Zone": "wx:Zone",
    "RadarStation": "wx:RadarStation",
    "Buoy": "noaa:Buoy",
    "Dataset": "dcat:Dataset",
    "DataService": "dcat:DataService",
    "Distribution": "dcat:Distribution",

    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "publisher": {
      "@id": "dct:publisher",
      "@type": "@id"
    },
    "license": "dct:license",
    "issued": {
      "@id": "dct:issued",
      "@type": "xsd:dateTime"
    },
    "modified": {
      "@id": "dct:modified",
      "@type": "xsd:dateTime"
    },
    "spatial": "dct:spatial",
    "temporal": "dct:temporal",
    "keyword": "dcat:keyword",

    "stationIdentifier": "wx:stationIdentifier",
    "elevation": "wx:elevation",
    "geometry": "geo:hasGeometry",
    "latitude": "schema:latitude",
    "longitude": "schema:longitude",

    "severity": "cap:severity",
    "certainty": "cap:certainty",
    "urgency": "cap:urgency",
    "event": "cap:event",
    "headline": "cap:headline",
    "areaDesc": "cap:areaDesc",
    "effective": "cap:effective",
    "expires": "cap:expires",
    "sender": "cap:sender",
    "msgType": "cap:msgType",

    "temperature": "wx:temperature",
    "windSpeed": "wx:windSpeed",
    "windDirection": "wx:windDirection",
    "barometricPressure": "wx:barometricPressure",
    "relativeHumidity": "wx:relativeHumidity",
    "precipitation": "wx:precipitationLastHour",
    "visibility": "wx:visibility",
    "waveHeight": "noaa:waveHeight",
    "waterLevel": "noaa:waterLevel",
    "datum": "noaa:datum",
    "tidePrediction": "noaa:tidePrediction",
    "geomagneticKpIndex": "noaa:kpIndex",
    "solarWindSpeed": "noaa:solarWindSpeed"
  }
}