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/
{
"@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"
}
}