-
Notifications
You must be signed in to change notification settings - Fork 7
/
epcis-context-simple.jsonld
99 lines (93 loc) · 4.19 KB
/
epcis-context-simple.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"@context": {
"@protected": true,
"@version": 1.1,
"@vocab" : "https://ref.gs1.org/epcis/",
"epcis": "https://ref.gs1.org/epcis/",
"cbv": "https://ref.gs1.org/cbv/",
"gs1": "https://gs1.org/voc/",
"vtype": "urn:epcglobal:epcis:vtype:",
"cbvmda": "urn:epcglobal:cbv:mda:",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"owl": "http://www.w3.org/2002/07/owl#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"dcterms": "http://purl.org/dc/terms/",
"creationDate": {"@id": "dcterms:created", "@type": "xsd:dateTime"},
"time": {"@type": "xsd:dateTimeStamp"},
"startTime": {"@type": "xsd:dateTimeStamp"},
"endTime": {"@type": "xsd:dateTimeStamp"},
"eventTime": {"@type": "xsd:dateTimeStamp"},
"recordTime": {"@type": "xsd:dateTimeStamp"},
"declarationTime": {"@type": "xsd:dateTimeStamp"},
"eventTimeZoneOffset": {"@type": "xsd:string"},
"action": {"@type": "xsd:string"},
"bizStep": {"@type":"@vocab", "@context":{"@vocab":"https://ref.gs1.org/cbv/BizStep-"}},
"disposition": {"@type":"@vocab", "@context":{"@vocab":"https://ref.gs1.org/cbv/Disp-"}},
"persistentDisposition": {"@type": "@id"},
"set": {"@type":"@vocab", "@context":{"@vocab":"https://ref.gs1.org/cbv/Disp-"}},
"unset": {"@type":"@vocab", "@context":{"@vocab":"https://ref.gs1.org/cbv/Disp-"}},
"bizTransactionList": {
"@type": "@id",
"@context": {"type": {"@id":"epcis:bizTransactionType", "@type":"@vocab", "@context":{"@vocab":"https://ref.gs1.org/cbv/BTT-"}}}},
"bizLocation": {"@type": "@id"},
"readPoint": {"@type": "@id"},
"sourceList": {
"@type": "@id",
"@context": {
"type": {"@id":"epcis:sourceOrDestinationType", "@type":"@vocab", "@context":{"@vocab":"https://ref.gs1.org/cbv/SDT-"}},
"source": {"@id":"epcis:sourceOrDestination", "@type":"@id"}}},
"destinationList": {
"@type": "@id",
"@context": {
"type": {"@id":"epcis:sourceOrDestinationType", "@type":"@vocab", "@context":{"@vocab":"https://ref.gs1.org/cbv/SDT-"}},
"destination": {"@id":"epcis:sourceOrDestination", "@type":"@id"}}},
"certificationInfo": {"@type": "@id"},
"epcList": {"@type": "@id"},
"epcClass": {"@type": "@id"},
"parentID": {"@type": "@id"},
"childEPCs": {"@type": "@id"},
"children": {"@type": "@id"},
"inputEPCList": {"@type": "@id"},
"outputEPCList": {"@type": "@id"},
"inputQuantityList": {"@type": "@id"},
"outputQuantityList": {"@type": "@id"},
"childQuantityList": {"@type": "@id"},
"reason": {"@type":"@vocab", "@context":{"@vocab":"https://ref.gs1.org/cbv/ER-"}},
"errorDeclaration": {"@type": "@id"},
"correctiveEventIDs": {"@type": "@id"},
"sensorElementList": {"@type": "@id"},
"sensorMetadata": {"@type": "@id"},
"sensorReport": {
"@type": "@id",
"@context": {"type": {"@id":"epcis:measurementType", "@type":"@vocab", "@context":{"@vocab":"https://gs1.org/voc/"}}}},
"deviceID": {"@type": "@id"},
"deviceMetadata": {"@type": "@id"},
"rawData": {"@type": "@id"},
"bizRules": {"@type": "@id"},
"dataProcessingMethod": {"@type": "@id"},
"chemicalSubstance": {"@type": "@id"},
"microorganism": {"@type": "@id"},
"coordinateReferenceSystem": {"@type": "@id"},
"quantity": {"@type": "xsd:decimal"},
"value" : {"@type": "xsd:double"},
"minValue" : {"@type": "xsd:double"},
"maxValue" : {"@type": "xsd:double"},
"percValue" : {"@type": "xsd:double"},
"percRank" : {"@type": "xsd:double"},
"meanValue" : {"@type": "xsd:double"},
"sDev" : {"@type": "xsd:double"},
"stringValue" : {"@type": "xsd:string"},
"booleanValue" : {"@type": "xsd:boolean"},
"hexBinaryValue" : {"@type": "xsd:hexBinary"},
"uriValue" : {"@type": "@id"},
"uom": {"@type": "xsd:string"},
"component": {"@type": "@vocab", "@context":{"@vocab":"https://ref.gs1.org/cbv/Comp-"}},
"exception": {"@type": "@vocab", "@context":{"@vocab":"https://ref.gs1.org/voc/"}},
"type": "@type",
"id": "@id",
"eventID": "@id",
"bizTransaction": "@id",
"schemaVersion": {"@id": "owl:versionInfo", "@type": "xsd:string"}
}
}