-
Notifications
You must be signed in to change notification settings - Fork 8
/
Agri-Crop.jsonld
76 lines (76 loc) · 2.22 KB
/
Agri-Crop.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
{
"@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-Crop-context.jsonld"
],
"id": "urn:ngsi-ld:AgriCrop:df72dc57-1eb9-42a3-88a9-8647ecc954b4",
"type": "AgriCrop",
"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": "Wheat"
},
"alternateName": {
"type": "Property",
"value": "Triticum aestivum"
},
"description": {
"type": "Property",
"value": "Spring wheat"
},
"hasAgriSoil": {
"type": "Relationship",
"object": [
"urn:ngsi-ld:AgriSoil:00411b56-bd1b-4551-96e0-a6e7fde9c840",
"urn:ngsi-ld:AgriSoil:e8a8389a-edf5-4345-8d2c-b98ac1ce8e2a"
]
},
"hasAgriFertiliser": {
"type": "Relationship",
"object": [
"urn:ngsi-ld:AgriFertiliser:1b0d6cf7-320c-4a2b-b2f1-4575ea850c73",
"urn:ngsi-ld:AgriFertiliser:380973c8-4d3b-4723-a899-0c0c5cc63e7e"
]
},
"hasAgriPest": {
"type": "Relationship",
"object": [
"urn:ngsi-ld:AgriPest:1b0d6cf7-320c-4a2b-b2f1-4575ea850c73",
"urn:ngsi-ld:AgriPest:380973c8-4d3b-4723-a899-0c0c5cc63e7e"
]
},
"plantingFrom": {
"type": "Property",
"value": [
{
"dateRange": "-09-28/-10-12",
"description": "Best Season"
},
{
"dateRange": "-10-11/-10-18",
"description": "Season OK"
}
]
},
"harvestingInterval": {
"type": "Property",
"value": [
{
"dateRange": "-03-21/-04-01",
"description": "Best Season"
},
{
"dateRange": "-04-02/-04-15",
"description": "Season OK"
}
]
},
"wateringFrequency": {
"type": "Property",
"value": "daily"
}
}