Aviation Weather Center · JSON-LD Context

Aviationweather Context

JSON-LD context defining the semantic vocabulary for Aviationweather from Aviation Weather Center.

39 Classes 40 Properties 8 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
geo: http://www.opengis.net/ont/geosparql#
sosa: http://www.w3.org/ns/sosa/
ssn: http://www.w3.org/ns/ssn/
qudt: http://qudt.org/schema/qudt/
unit: http://qudt.org/vocab/unit/
time: http://www.w3.org/2006/time#
awc: https://aviationweather.gov/ontology/

Classes

id type GovernmentOrganization Dataset DataCatalog Place GeoCoordinates Observation Sensor FeatureOfInterest ObservableProperty AviationWeatherCenter METAR TAF PIREP AIRMET GAIRMET SIGMET InternationalSIGMET ConvectiveSIGMET CenterWeatherAdvisory ConvectiveForecast AreaForecast ForecastDiscussion MeteorologicalInformationStatement WindTempForecast Station Airport Runway Navaid Fix Feature Obstacle FlightInformationRegion CWSU name site state country

Properties

Property Type Container
icaoId
iataId
faaId
wmoId integer
obsTime dateTime
receiptTime dateTime
reportTime dateTime
issueTime dateTime
validTimeFrom dateTime
validTimeTo dateTime
bulletinTime dateTime
lat decimal
lon decimal
elev integer
temp decimal
dewp decimal
wdir integer
wspd integer
wgst integer
visib
altim decimal
slp decimal
wxString
fltCat
vertVis integer
clouds list
fcsts list
rawOb
rawTAF
rawAirSigmet
rawSigmet
rawAirmet
rawCwa
hazard
severity
product
fcstHour integer
runways list
freqs
operatedBy reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,

    "schema": "https://schema.org/",
    "geo": "http://www.opengis.net/ont/geosparql#",
    "sosa": "http://www.w3.org/ns/sosa/",
    "ssn": "http://www.w3.org/ns/ssn/",
    "qudt": "http://qudt.org/schema/qudt/",
    "unit": "http://qudt.org/vocab/unit/",
    "time": "http://www.w3.org/2006/time#",
    "awc": "https://aviationweather.gov/ontology/",

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

    "GovernmentOrganization": "schema:GovernmentOrganization",
    "Dataset":                "schema:Dataset",
    "DataCatalog":            "schema:DataCatalog",
    "Place":                  "schema:Place",
    "GeoCoordinates":         "schema:GeoCoordinates",
    "Observation":            "sosa:Observation",
    "Sensor":                 "sosa:Sensor",
    "FeatureOfInterest":      "sosa:FeatureOfInterest",
    "ObservableProperty":     "sosa:ObservableProperty",

    "AviationWeatherCenter":  "awc:AviationWeatherCenter",
    "METAR":                  "awc:METAR",
    "TAF":                    "awc:TerminalAerodromeForecast",
    "PIREP":                  "awc:PilotReport",
    "AIRMET":                 "awc:AIRMET",
    "GAIRMET":                "awc:GraphicalAIRMET",
    "SIGMET":                 "awc:SIGMET",
    "InternationalSIGMET":    "awc:InternationalSIGMET",
    "ConvectiveSIGMET":       "awc:ConvectiveSIGMET",
    "CenterWeatherAdvisory":  "awc:CenterWeatherAdvisory",
    "ConvectiveForecast":     "awc:ConvectiveForecast",
    "AreaForecast":           "awc:AreaForecast",
    "ForecastDiscussion":     "awc:ForecastDiscussion",
    "MeteorologicalInformationStatement": "awc:MIS",
    "WindTempForecast":       "awc:WindTempForecast",
    "Station":                "awc:Station",
    "Airport":                "awc:Airport",
    "Runway":                 "awc:Runway",
    "Navaid":                 "awc:Navaid",
    "Fix":                    "awc:Fix",
    "Feature":                "awc:Feature",
    "Obstacle":               "awc:Obstacle",
    "FlightInformationRegion":"awc:FIR",
    "CWSU":                   "awc:CWSU",

    "icaoId":   { "@id": "awc:icaoId" },
    "iataId":   { "@id": "awc:iataId" },
    "faaId":    { "@id": "awc:faaId" },
    "wmoId":    { "@id": "awc:wmoId", "@type": "xsd:integer" },

    "obsTime":       { "@id": "sosa:resultTime",       "@type": "xsd:dateTime" },
    "receiptTime":   { "@id": "awc:receiptTime",       "@type": "xsd:dateTime" },
    "reportTime":    { "@id": "awc:reportTime",        "@type": "xsd:dateTime" },
    "issueTime":     { "@id": "awc:issueTime",         "@type": "xsd:dateTime" },
    "validTimeFrom": { "@id": "awc:validTimeFrom",     "@type": "xsd:dateTime" },
    "validTimeTo":   { "@id": "awc:validTimeTo",       "@type": "xsd:dateTime" },
    "bulletinTime":  { "@id": "awc:bulletinTime",      "@type": "xsd:dateTime" },

    "lat":  { "@id": "schema:latitude",  "@type": "xsd:decimal" },
    "lon":  { "@id": "schema:longitude", "@type": "xsd:decimal" },
    "elev": { "@id": "schema:elevation", "@type": "xsd:integer" },

    "temp":   { "@id": "awc:temperatureCelsius",  "@type": "xsd:decimal" },
    "dewp":   { "@id": "awc:dewpointCelsius",     "@type": "xsd:decimal" },
    "wdir":   { "@id": "awc:windDirectionDeg",    "@type": "xsd:integer" },
    "wspd":   { "@id": "awc:windSpeedKt",         "@type": "xsd:integer" },
    "wgst":   { "@id": "awc:windGustKt",          "@type": "xsd:integer" },
    "visib":  { "@id": "awc:visibilitySM" },
    "altim":  { "@id": "awc:altimeterHpa",        "@type": "xsd:decimal" },
    "slp":    { "@id": "awc:seaLevelPressureHpa", "@type": "xsd:decimal" },
    "wxString": { "@id": "awc:presentWeather" },
    "fltCat":   { "@id": "awc:flightCategory" },
    "vertVis":  { "@id": "awc:verticalVisibilityFt", "@type": "xsd:integer" },

    "clouds": { "@id": "awc:cloudLayers", "@container": "@list" },
    "fcsts":  { "@id": "awc:forecastPeriods", "@container": "@list" },

    "rawOb":       { "@id": "awc:rawObservation" },
    "rawTAF":      { "@id": "awc:rawTAF" },
    "rawAirSigmet":{ "@id": "awc:rawAirSigmet" },
    "rawSigmet":   { "@id": "awc:rawSigmet" },
    "rawAirmet":   { "@id": "awc:rawAirmet" },
    "rawCwa":      { "@id": "awc:rawCwa" },

    "hazard":   { "@id": "awc:hazardType" },
    "severity": { "@id": "awc:severity" },
    "product":  { "@id": "awc:productCode" },
    "fcstHour": { "@id": "awc:forecastHour", "@type": "xsd:integer" },

    "name":     "schema:name",
    "site":     "schema:name",
    "state":    "schema:addressRegion",
    "country":  "schema:addressCountry",

    "runways":  { "@id": "awc:runway", "@container": "@list" },
    "freqs":    { "@id": "awc:frequencies" },

    "operatedBy": {
      "@type": "@id",
      "@id":   "schema:provider"
    }
  }
}