-
Notifications
You must be signed in to change notification settings - Fork 5
/
ngsi-ld-fiware-parcel-example.jsonld
83 lines (82 loc) · 2.34 KB
/
ngsi-ld-fiware-parcel-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
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
{
"@context": [
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld",
"https://fiware.github.io/data-models/context.jsonld"
],
"id": "urn:ngsi-ld:AgriParcelRecord:8f5445e6-f49b-496e-833b-e65fc97fcab7",
"type": "AgriParcelRecord",
"createdAt": "2017-01-01T01:20:00Z",
"modifiedAt": "2017-05-04T12:30:00Z",
"source": "https://source.example.com",
"dataProvider": "https://provider.example.com",
"entityVersion": 2.0,
"hasAgriParcel": {
"type": "Relationship",
"object": "urn:ngsi-ld:AgriParcel:d3676010-d815-468c-9e01-25739c5a25ed"
},
"location": {
"type": "GeoProperty",
"value": {
"type": "Polygon"
}
},
"soilTemperature": {
"type": "Property",
"value": 27,
"unitCode": "CEL",
"observedAt": "2017-05-04T12:30:00Z"
},
"soilMoistureVwc": {
"type": "Property",
"value": 0.08,
"unitCode": "C62",
"observedAt": "2017-05-04T12:30:00Z"
},
"soilMoistureEc": {
"type": "Property",
"value": 17,
"unitCode": "D10",
"observedAt": "2017-05-04T12:30:00Z"
},
"airTemperature": {
"type": "Property",
"value": 20,
"unitCode": "CEL",
"observedAt": "2017-05-04T12:30:00Z"
},
"solarRadiation": {
"type": "Property",
"value": 15,
"unitCode": "N78",
"observedAt": "2017-05-04T12:30:00Z"
},
"relativeHumidity": {
"type": "Property",
"value": 0.15,
"unitCode": "C62",
"observedAt": "2017-05-04T12:30:00Z"
},
"atmosphericPressure": {
"type": "Property",
"value": 1013.25,
"unitCode": "A97",
"observedAt": "2017-05-04T12:30:00Z"
},
"description": {
"type": "Property",
"value": "Monthly fertiliser application"
},
"hasDevice": {
"type": "Relationship",
"object": [
"urn:ngsi-ld:Device:4a40aeba-4474-11e8-86bf-03d82e958ce6",
"urn:ngsi-ld:Device:63217d24-4474-11e8-9da2-c3dd3c36891b",
"urn:ngsi-ld:Device:68e091dc-4474-11e8-a398-df010c53b416",
"urn:ngsi-ld:6f44b54e-4474-11e8-8577-d7ff6a8ef551"
]
},
"observedAt": {
"type": "Property",
"value": "2017-05-04T10:18:16Z"
}
}