-
Notifications
You must be signed in to change notification settings - Fork 8
/
Product-Type.jsonld
37 lines (37 loc) · 1.23 KB
/
Product-Type.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
{
"@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/Product-Type-context.jsonld"
],
"id": "urn:ngsi-ld:ProductType:8bd39518-041d-4a9a-8c0c-0bf15d5f07f1",
"type": "ProductType",
"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": "Soft Fruits"
},
"description": {
"type": "Property",
"value": "Soft edible fruits"
},
"root": {
"type": "Property",
"value": true
},
"parentType": {
"type": "Relationship",
"object": "urn:ngsi-ld:ProductType:66edbb59-90ea-4757-aa06-5a5b95675092"
},
"childrenTypes": {
"type": "Relationship",
"object": [
"urn:ngsi-ld:ProductType:5d4fcc9e-590e-11e8-ae23-3f2d135d7537",
"urn:ngsi-ld:ProductType:625c4ffa-590e-11e8-b3bf-17a3afd2e135",
"urn:ngsi-ld:ProductType:682b48f0-590e-11e8-a107-d3709d55a369"
]
}
}