-
Notifications
You must be signed in to change notification settings - Fork 8
/
Agri-Soil.jsonld
32 lines (32 loc) · 1.08 KB
/
Agri-Soil.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
{
"@context": [
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/coreContext/ngsi-ld-core-context.json",
"https://raw.githubusercontent.com/GSMADeveloper/NGSI-LD-Entities/master/examples/Agri-Soil-context.jsonld"
],
"id": "urn:ngsi-ld:AgriSoil:789363b4-c771-43d6-8505-ca582efe8fcd",
"type": "AgriSoil",
"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,
"name": {
"type": "Property",
"value": "Clay"
},
"alternateName": {
"type": "Property",
"value": "Heavy soil"
},
"description": {
"type": "Property",
"value": "Fine grained, poor draining soil. Particle size less than 0.002mm"
},
"hasAgriProductType": {
"type": "Relationship",
"object": [
"urn:ngsi-ld:AgriProductType:ea54eedf-d5a7-4e44-bddd-50e9935237c0",
"urn:ngsi-ld:AgriProductType:275b4c08-5e52-4bb7-8523-74ce5d0007de"
]
}
}