-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathBGN_Location_TempC_Minute_Madrid.json
More file actions
115 lines (115 loc) · 2.11 KB
/
BGN_Location_TempC_Minute_Madrid.json
File metadata and controls
115 lines (115 loc) · 2.11 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"@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"
}
},
"@graph": [
{
"@id": "_:1",
"observedAt": "2015-01-01T01:00:00",
"@graph": [
{
"@id": "Madrid",
"hasTemp": "8"
}
]
},
{
"@id": "_:2",
"observedAt": "2015-01-01T01:01:00",
"@graph": [
{
"@id": "Madrid",
"hasTemp": "9"
}
]
},
{
"@id": "_:3",
"observedAt": "2015-01-01T01:02:00",
"@graph": [
{
"@id": "Madrid",
"hasTemp": "9"
}
]
},
{
"@id": "_:4",
"observedAt": "2015-01-01T01:03:00",
"@graph": [
{
"@id": "Madrid",
"hasTemp": "9"
}
]
},
{
"@id": "_:5",
"observedAt": "2015-01-01T01:04:00",
"@graph": [
{
"@id": "Madrid",
"hasTemp": "9"
}
]
},
{
"@id": "_:6",
"observedAt": "2015-01-01T01:05:00",
"@graph": [
{
"@id": "Madrid",
"hasTemp": "9"
}
]
},
{
"@id": "_:7",
"observedAt": "2015-01-01T01:06:00",
"@graph": [
{
"@id": "Madrid",
"hasTemp": "9"
}
]
},
{
"@id": "_:8",
"observedAt": "2015-01-01T01:07:00",
"@graph": [
{
"@id": "Madrid",
"hasTemp": "9"
}
]
},
{
"@id": "_:9",
"observedAt": "2015-01-01T01:08:00",
"@graph": [
{
"@id": "Madrid",
"hasTemp": "9"
}
]
},
{
"@id": "_:10",
"observedAt": "2015-01-01T01:10:00",
"@graph": [
{
"@id": "Madrid",
"hasTemp": "9"
}
]
}
]
}