-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpost_metadata.json
More file actions
40 lines (40 loc) · 1.3 KB
/
post_metadata.json
File metadata and controls
40 lines (40 loc) · 1.3 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
{
"name": "lantern",
"description": "camping lantern",
"properties": {
"property1": "it’s waterproof",
"property2": "it glows in the dark",
"property3": "it repels insects"
},
"Locations": [{
"name": "bla",
"description": "my backyard",
"encodingType": "application/vnd.geo+json",
"location": {
"type": "Point",
"coordinates": [-117.123,
54.123]
}
}],
"Datastreams": [{
"name": "DS1",
"unitOfMeasurement": {
"name": "Celsius",
"symbol": "C",
"definition": "http://www.qudt.org/qudt/owl/1.0.0/unit/Instances.html#Celsius"
},
"description": "Temperature measurement",
"observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement",
"ObservedProperty": {
"name": "Temperature",
"definition": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Instances.html#Temperature",
"description": "Temperature of the camping site"
},
"Sensor": {
"name": "This is a name",
"description": "SensorUp Tempomatic 2000",
"encodingType": "application/pdf",
"metadata": "Calibration date: Jan 1, 2014"
}
}]
}