-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathRGN_Location_TempC_Minute_Merged_b.json
More file actions
52 lines (52 loc) · 1.23 KB
/
RGN_Location_TempC_Minute_Merged_b.json
File metadata and controls
52 lines (52 loc) · 1.23 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"@context": {
"@vocab": "http://www.example.org/data-vocabulary#",
"observedAt": {
"@id": "http://www.w3.org/2005/Incubator/ssn/ssnx/ssn#observationSamplingTime",
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
},
"hasTemp": {
"@id": "http://example.org/property-vocabulary#hasPointTempC",
"@type": "http://www.w3.org/2001/XMLSchema#decimal"
},
"source": {"@id": "http://example.org/data-sources/"}
},
"@graph": [
{
"@id": "source:Madrid_1",
"observedAt": "2015-01-01T01:01:00"
},
{
"@id": "source:Berlin_1",
"observedAt": "2015-01-01T01:01:00"
},
{
"@id": "source:Paris_1",
"observedAt": "2015-01-01T01:01:00"
},
{
"@id": "source:Paris_2",
"observedAt": "2015-01-01T01:02:00"
},
{
"@id": "source:Berlin_2",
"observedAt": "2015-01-01T01:02:00"
},
{
"@id": "source:Madrid_2",
"observedAt": "2015-01-01T01:02:00"
},
{
"@id": "source:Berlin_3",
"observedAt": "2015-01-01T01:03:00"
},
{
"@id": "source:Madrid_3",
"observedAt": "2015-01-01T01:03:00"
},
{
"@id": "source:Paris_3",
"observedAt": "2015-01-01T01:03:00"
}
]
}