Tomorrow.io · JSON-LD Context

Tomorrow Io Context

JSON-LD context defining the semantic vocabulary for Tomorrow Io from Tomorrow.io.

4 Classes 16 Properties 4 Namespaces
View Context View on GitHub

Namespaces

tomorrow: https://docs.tomorrow.io/reference/
schema: https://schema.org/
geo: https://www.opengis.net/ont/geosparql#
qudt: https://qudt.org/vocab/unit/

Classes

Location Event Alert Insight

Properties

Property Type Container
lat double
lon double
temperature qudt:DEG_C
humidity double
windSpeed qudt:M-PER-SEC
windDirection double
precipitationIntensity
precipitationProbability
weatherCode
uvIndex
epaIndex
treeIndex
startTime dateTime
endTime dateTime
severity
insight

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "tomorrow": "https://docs.tomorrow.io/reference/",
    "schema": "https://schema.org/",
    "geo": "https://www.opengis.net/ont/geosparql#",
    "qudt": "https://qudt.org/vocab/unit/",
    "Location": "schema:Place",
    "Event": "schema:Event",
    "Alert": "tomorrow:Alert",
    "Insight": "tomorrow:Insight",
    "lat": { "@id": "schema:latitude", "@type": "xsd:double" },
    "lon": { "@id": "schema:longitude", "@type": "xsd:double" },
    "temperature": { "@id": "tomorrow:temperature", "@type": "qudt:DEG_C" },
    "humidity": { "@id": "tomorrow:humidity", "@type": "xsd:double" },
    "windSpeed": { "@id": "tomorrow:windSpeed", "@type": "qudt:M-PER-SEC" },
    "windDirection": { "@id": "tomorrow:windDirection", "@type": "xsd:double" },
    "precipitationIntensity": { "@id": "tomorrow:precipitationIntensity" },
    "precipitationProbability": { "@id": "tomorrow:precipitationProbability" },
    "weatherCode": { "@id": "tomorrow:weatherCode" },
    "uvIndex": { "@id": "tomorrow:uvIndex" },
    "epaIndex": { "@id": "tomorrow:epaIndex" },
    "treeIndex": { "@id": "tomorrow:treeIndex" },
    "startTime": { "@id": "schema:startDate", "@type": "xsd:dateTime" },
    "endTime": { "@id": "schema:endDate", "@type": "xsd:dateTime" },
    "severity": { "@id": "tomorrow:severity" },
    "insight": { "@id": "tomorrow:insight" }
  }
}