OpenWeatherMap · JSON-LD Context

Openweathermap Context

JSON-LD context defining the semantic vocabulary for Openweathermap from OpenWeatherMap.

32 Classes 12 Properties 5 Namespaces
View Context View on GitHub

Namespaces

owm: https://openweathermap.org/ns#
schema: https://schema.org/
geo: http://www.w3.org/2003/01/geo/wgs84_pos#
qudt: http://qudt.org/schema/qudt/
unit: http://qudt.org/vocab/unit/

Classes

name description url country state city zip wind wind_speed wind_deg clouds visibility rain snow uvi dew_point aqi co no no2 o3 so2 pm2_5 pm10 nh3 station WeatherObservation AirPollutionObservation SolarIrradianceReading Forecast Alert OpenWeather

Properties

Property Type Container
lat float
lon float
dt dateTime
temperature float
feels_like float
pressure integer
humidity integer
sunrise dateTime
sunset dateTime
ghi float
dni float
dhi float

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "owm": "https://openweathermap.org/ns#",
    "schema": "https://schema.org/",
    "geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
    "qudt": "http://qudt.org/schema/qudt/",
    "unit": "http://qudt.org/vocab/unit/",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "lat": { "@id": "geo:lat", "@type": "xsd:float" },
    "lon": { "@id": "geo:long", "@type": "xsd:float" },
    "country": "schema:addressCountry",
    "state": "schema:addressRegion",
    "city": "schema:addressLocality",
    "zip": "schema:postalCode",
    "dt": { "@id": "owm:observationTime", "@type": "xsd:dateTime" },
    "temperature": { "@id": "owm:temperature", "@type": "xsd:float" },
    "feels_like": { "@id": "owm:feelsLike", "@type": "xsd:float" },
    "pressure": { "@id": "owm:pressure", "@type": "xsd:integer" },
    "humidity": { "@id": "owm:humidity", "@type": "xsd:integer" },
    "wind": "owm:wind",
    "wind_speed": "owm:windSpeed",
    "wind_deg": "owm:windDirection",
    "clouds": "owm:cloudiness",
    "visibility": "owm:visibility",
    "rain": "owm:precipitationRain",
    "snow": "owm:precipitationSnow",
    "uvi": "owm:uvIndex",
    "dew_point": "owm:dewPoint",
    "sunrise": { "@id": "owm:sunrise", "@type": "xsd:dateTime" },
    "sunset": { "@id": "owm:sunset", "@type": "xsd:dateTime" },
    "aqi": "owm:airQualityIndex",
    "co": "owm:carbonMonoxide",
    "no": "owm:nitrogenMonoxide",
    "no2": "owm:nitrogenDioxide",
    "o3": "owm:ozone",
    "so2": "owm:sulphurDioxide",
    "pm2_5": "owm:fineParticulateMatter",
    "pm10": "owm:coarseParticulateMatter",
    "nh3": "owm:ammonia",
    "ghi": { "@id": "owm:globalHorizontalIrradiance", "@type": "xsd:float" },
    "dni": { "@id": "owm:directNormalIrradiance", "@type": "xsd:float" },
    "dhi": { "@id": "owm:diffuseHorizontalIrradiance", "@type": "xsd:float" },
    "station": "owm:WeatherStation",
    "WeatherObservation": "owm:WeatherObservation",
    "AirPollutionObservation": "owm:AirPollutionObservation",
    "SolarIrradianceReading": "owm:SolarIrradianceReading",
    "Forecast": "owm:Forecast",
    "Alert": "owm:WeatherAlert",
    "OpenWeather": "owm:OpenWeather"
  }
}