forked from otsuboabcd/EPCIS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
epcis-context.jsonld
71 lines (62 loc) · 2.33 KB
/
epcis-context.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": {
"@vocab" : "https://ns.gs1.org/epcis/",
"epcis": "https://ns.gs1.org/epcis/",
"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/",
"gs1": "https://gs1.org/voc/",
"time": {"@type":"xsd:dateTime"},
"startTime": {"@type":"xsd:dateTime"},
"endTime": {"@type":"xsd:dateTime"},
"eventTime": {"@type":"xsd:dateTime"},
"recordTime": {"@type":"xsd:dateTime"},
"declarationTime": {"@type":"xsd:dateTime"},
"eventTimeZoneOffset": {"@type":"xsd:string"},
"action": {"@type":"xsd:string"},
"quantity": {"@type":"xsd:decimal"},
"value" : {"@type": "xsd:float"},
"minValue" : {"@type": "xsd:float"},
"maxValue" : {"@type": "xsd:float"},
"percValue" : {"@type": "xsd:float"},
"percRank" : {"@type": "xsd:float"},
"meanValue" : {"@type": "xsd:float"},
"sDev" : {"@type": "xsd:float"},
"stringValue" : {"@type": "xsd:string"},
"booleanValue" : {"@type": "xsd:boolean"},
"hexBinaryValue" : {"@type": "xsd:hexBinary"},
"uriValue" : {"@type": "@id"},
"uom": {"@type":"xsd:string"},
"epcList": {"@type":"@id"},
"epcClass": {"@type":"@id"},
"parentID": {"@type":"@id"},
"childEPCs": {"@type":"@id"},
"inputEPCList": {"@type":"@id"},
"outputEPCList": {"@type":"@id"},
"bizStep": {"@type":"@id"},
"disposition": {"@type":"@id"},
"bizTransaction": {"@type":"@id"},
"source": {"@type":"@id"},
"destination": {"@type":"@id"},
"type": {"@type":"@id"},
"set": {"@type":"@id"},
"unset": {"@type":"@id"},
"deviceID": {"@type":"@id"},
"deviceMetaData": {"@type":"@id"},
"rawData": {"@type":"@id"},
"bizRules": {"@type":"@id"},
"dataProcessingMethod": {"@type":"@id"},
"chemicalSubstance": {"@type":"@id"},
"microorganism": {"@type":"@id"},
"children": {"@type":"@id"},
"vtype": "urn:epcglobal:epcis:vtype:",
"cbvmda": "urn:epcglobal:cbv:mda:",
"isA": "@type",
"id":"@id",
"creationDate": {"@id":"dcterms:created", "@type":"xsd:dateTime"},
"format": {"@id":"dcterms:format", "@type":"xsd:string"},
"schemaVersion": {"@id":"owl:versionInfo", "@type":"xsd:string"}
}
}