-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathexample.jsonld
34 lines (34 loc) · 925 Bytes
/
example.jsonld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"id": "urn:ngsi-ld:WeatherObserved:Spain-WeatherObserved-Valladolid-2016-11-30T07:00:00.00Z",
"type": "WeatherObserved",
"address": {
"addressLocality": "Valladolid",
"addressCountry": "ES"
},
"atmosphericPressure": 938.9,
"dataProvider": "TEF",
"dateObserved": "2016-11-30T07:00:00.00Z",
"illuminance": 1000,
"location": {
"type": "Point",
"coordinates": [
-4.754444444,
41.640833333
]
},
"precipitation": 0,
"pressureTendency": 0.5,
"refDevice": "urn:ngsi-ld:Device:device-0A3478",
"relativeHumidity": 1,
"snowHeight": 20,
"source": "http://www.aemet.es",
"streamGauge": 50,
"temperature": 3.3,
"uVIndexMax": 1.0,
"windDirection": 135,
"windSpeed": 2,
"@context": [
"https://smart-data-models.github.io/dataModel.Weather/context.jsonld",
"https://raw.githubusercontent.com/smart-data-models/dataModel.Weather/master/context.jsonld"
]
}