-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathMachine-Model.jsonld
71 lines (71 loc) · 1.94 KB
/
Machine-Model.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
{
"@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/Machine-Model-context.jsonld"
],
"id": "urn:ngsi-ld:MachineModel:e01f13d1-fea4-4cc4-92c9-0d9fadb2c509",
"type": "MachineModel",
"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": "CA1256b"
},
"doc": {
"type": "Property",
"value": {
"@value": "https://example.com",
"@type": "https://schema.org/url"
}
},
"description": {
"type": "Property",
"value": "Machine to screen print t-shirts"
},
"manufacturerName": {
"type": "Property",
"value": "ScreenOPrint, Inc."
},
"brandName": {
"type": "Property",
"value": "QuickT"
},
"version": {
"type": "Property",
"value": "v1"
},
"category": {
"type": "Property",
"value": [
"2dPrinter"
]
},
"root": {
"type": "Property",
"value": false
},
"machineModelParent": {
"type": "Relationship",
"object": "urn:ngsi-ld:MachineModel:4146335f-839f-4ff9-a575-6b4e6232b734"
},
"machineModelChildren": {
"type": "Relationship",
"object": [
"urn:ngsi-ld:MachineModel:a74fcf24-58fa-11e8-ae3e-df1abd78f83f",
"urn:ngsi-ld:MachineModel:b29330f6-58fa-11e8-93b5-1379ded6eef6"
]
},
"processDescription": {
"type": "Property",
"value": "Industrial printer used to mass print t-shirts"
},
"standardOperations": {
"type": "Property",
"value": [
"print"
]
}
}