forked from sj-doyle/NGSI-LD-Entities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAgri-Pest.jsonld
33 lines (33 loc) · 1.08 KB
/
Agri-Pest.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
{
"@context": [
"https://example.com/contexts/coreContext.jsonld",
"https://raw.githubusercontent.com/GSMADeveloper/NGSI-LD-Entities/master/examples/Agri-Pest-context.jsonld"
],
"id": "urn:ngsi-ld:AgriPest:fb3f1295-500c-4aa3-b995-c909097d5c01",
"type": "AgriPest",
"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": "Grasshopper"
},
"alternateName": {
"type": "Property",
"value": "Chorthippus parallelus"
},
"description": {
"type": "Property",
"value": "Common European grasshopper"
},
"agriProduct": {
"type": "Relationship",
"object": [
"urn:ngsi-ld:AgriProduct:06afffde-4488-11e8-861a-cfcf50aaa9cc",
"urn:ngsi-ld:AgriProduct:0c094486-4488-11e8-a15f-afa816790c64",
"urn:ngsi-ld:AgriProduct:14bf9f26-4488-11e8-9e3d-bfb78de66dd3"
]
}
}