@twin.org/standards-ld-contexts 0.0.3-next.6 → 0.0.3-next.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # TWIN Standard LD Contexts
1
+ # TWIN Standards LD Contexts
2
2
 
3
- Local copies of standard LD contexts which can be used for offline development.
3
+ This package provides local JSON-LD contexts commonly used across standards workflows, so development and validation can continue reliably in offline or controlled environments.
4
4
 
5
5
  ## Installation
6
6
 
@@ -0,0 +1,57 @@
1
+ {
2
+ "@context": {
3
+ "odrl": "http://www.w3.org/ns/odrl/2/",
4
+ "xsd": "http://www.w3.org/2001/XMLSchema#",
5
+ "cred": "https://www.w3.org/2018/credentials#",
6
+ "sec": "https://w3id.org/security#",
7
+ "foaf": "http://xmlns.com/foaf/0.1/",
8
+ "cc": "http://creativecommons.org/ns#",
9
+ "dct": "http://purl.org/dc/terms/",
10
+ "dcat": "http://www.w3.org/ns/dcat#",
11
+ "dspace": "https://w3id.org/dspace/2024/1/",
12
+ "dct:title": { "@language": "en" },
13
+ "dct:creator": { "@type": "@id" },
14
+ "dct:description": { "@container": "@set" },
15
+ "dct:issued": { "@type": "xsd:dateTime" },
16
+ "dct:modified": { "@type": "xsd:dateTime" },
17
+ "dcat:byteSize": { "@type": "xsd:decimal" },
18
+ "dcat:distribution": { "@container": "@set" },
19
+ "dcat:theme": { "@type": "@id" },
20
+ "dcat:conformsTo": { "@type": "@id" },
21
+ "dcat:dataset": { "@container": "@set" },
22
+ "dcat:endpointURL": { "@type": "xsd:anyURI" },
23
+ "dcat:endpointDescription": { "@type": "xsd:anyURI" },
24
+ "dcat:keyword": { "@container": "@set" },
25
+ "dcat:servesDataset": { "@container": "@set" },
26
+ "dcat:service": { "@container": "@set" },
27
+ "dcat:accessService": { "@container": "@set" },
28
+ "dspace:agreementId": { "@type": "@id" },
29
+ "dspace:dataset": { "@type": "@id" },
30
+ "dspace:transportType": { "@type": "@id" },
31
+ "dspace:state": { "@type": "@id" },
32
+ "dspace:providerId": { "@type": "@id" },
33
+ "dspace:consumerId": { "@type": "@id" },
34
+ "dspace:participantId": { "@type": "@id" },
35
+ "dspace:reason": { "@container": "@set" },
36
+ "dspace:catalog": { "@container": "@set" },
37
+ "dspace:filter": { "@container": "@set" },
38
+ "dspace:timestamp": { "@type": "xsd:dateTime" },
39
+ "dspace:callbackAddress": { "@type": "xsd:anyURI" },
40
+ "dspace:endpointProperties": { "@container": "@set" },
41
+ "foaf:homepage": { "@type": "xsd:anyURI" },
42
+ "odrl:hasPolicy": { "@container": "@set" },
43
+ "odrl:permission": { "@container": "@set" },
44
+ "odrl:prohibition": { "@container": "@set" },
45
+ "odrl:obligation": { "@container": "@set" },
46
+ "odrl:duty": { "@container": "@set" },
47
+ "odrl:constraint": { "@container": "@set" },
48
+ "odrl:action": { "@type": "@id" },
49
+ "odrl:target": { "@type": "@id" },
50
+ "odrl:leftOperand": { "@type": "@id" },
51
+ "odrl:operator": { "@type": "@id" },
52
+ "odrl:rightOperandReference": { "@type": "@id" },
53
+ "odrl:profile": { "@container": "@set" },
54
+ "odrl:assigner": { "@type": "@id" },
55
+ "odrl:assignee": { "@type": "@id" }
56
+ }
57
+ }
@@ -0,0 +1,593 @@
1
+ {
2
+ "@context": {
3
+ "@protected": true,
4
+ "@version": 1.1,
5
+ "epcis": "https://ref.gs1.org/epcis/",
6
+ "cbv": "https://ref.gs1.org/cbv/",
7
+ "cbvmda": "urn:epcglobal:cbv:mda:",
8
+ "gs1": "https://gs1.org/voc/",
9
+ "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
10
+ "owl": "http://www.w3.org/2002/07/owl#",
11
+ "xsd": "http://www.w3.org/2001/XMLSchema#",
12
+ "dcterms": "http://purl.org/dc/terms/",
13
+ "id": "@id",
14
+ "type": "@type",
15
+ "baseURL": "@base",
16
+ "ObjectEvent": "epcis:ObjectEvent",
17
+ "AggregationEvent": "epcis:AggregationEvent",
18
+ "TransformationEvent": "epcis:TransformationEvent",
19
+ "AssociationEvent": "epcis:AssociationEvent",
20
+ "TransactionEvent": "epcis:TransactionEvent",
21
+ "Collection": "epcis:Collection",
22
+ "member": {
23
+ "@id": "rdfs:member",
24
+ "@type": "@id",
25
+ "@container": "@set"
26
+ },
27
+ "eventTime": {
28
+ "@id": "epcis:eventTime",
29
+ "@type": "xsd:dateTimeStamp"
30
+ },
31
+ "recordTime": {
32
+ "@id": "epcis:recordTime",
33
+ "@type": "xsd:dateTimeStamp"
34
+ },
35
+ "eventTimeZoneOffset": "epcis:eventTimeZoneOffset",
36
+ "action": "epcis:action",
37
+ "certificationInfo": {
38
+ "@id": "epcis:certificationInfo",
39
+ "@type": "@id",
40
+ "@container": "@set"
41
+ },
42
+ "bizStep": {
43
+ "@context": {
44
+ "accepting": "cbv:BizStep-accepting",
45
+ "arriving": "cbv:BizStep-arriving",
46
+ "assembling": "cbv:BizStep-assembling",
47
+ "collecting": "cbv:BizStep-collecting",
48
+ "commissioning": "cbv:BizStep-commissioning",
49
+ "consigning": "cbv:BizStep-consigning",
50
+ "creating_class_instance": "cbv:BizStep-creating_class_instance",
51
+ "cycle_counting": "cbv:BizStep-cycle_counting",
52
+ "decommissioning": "cbv:BizStep-decommissioning",
53
+ "departing": "cbv:BizStep-departing",
54
+ "destroying": "cbv:BizStep-destroying",
55
+ "disassembling": "cbv:BizStep-disassembling",
56
+ "dispensing": "cbv:BizStep-dispensing",
57
+ "encoding": "cbv:BizStep-encoding",
58
+ "entering_exiting": "cbv:BizStep-entering_exiting",
59
+ "holding": "cbv:BizStep-holding",
60
+ "inspecting": "cbv:BizStep-inspecting",
61
+ "installing": "cbv:BizStep-installing",
62
+ "killing": "cbv:BizStep-killing",
63
+ "loading": "cbv:BizStep-loading",
64
+ "other": "cbv:BizStep-other",
65
+ "packing": "cbv:BizStep-packing",
66
+ "picking": "cbv:BizStep-picking",
67
+ "receiving": "cbv:BizStep-receiving",
68
+ "removing": "cbv:BizStep-removing",
69
+ "repackaging": "cbv:BizStep-repackaging",
70
+ "repairing": "cbv:BizStep-repairing",
71
+ "replacing": "cbv:BizStep-replacing",
72
+ "reserving": "cbv:BizStep-reserving",
73
+ "retail_selling": "cbv:BizStep-retail_selling",
74
+ "sampling": "cbv:BizStep-sampling",
75
+ "sensor_reporting": "cbv:BizStep-sensor_reporting",
76
+ "shipping": "cbv:BizStep-shipping",
77
+ "staging_outbound": "cbv:BizStep-staging_outbound",
78
+ "stock_taking": "cbv:BizStep-stock_taking",
79
+ "stocking": "cbv:BizStep-stocking",
80
+ "storing": "cbv:BizStep-storing",
81
+ "transporting": "cbv:BizStep-transporting",
82
+ "unloading": "cbv:BizStep-unloading",
83
+ "unpacking": "cbv:BizStep-unpacking",
84
+ "void_shipping": "cbv:BizStep-void_shipping"
85
+ },
86
+ "@id": "epcis:bizStep",
87
+ "@type": "@vocab"
88
+ },
89
+ "disposition": {
90
+ "@context": {
91
+ "active": "cbv:Disp-active",
92
+ "available": "cbv:Disp-available",
93
+ "completeness_verified": "cbv:Disp-completeness_verified",
94
+ "completeness_inferred": "cbv:Disp-completeness_inferred",
95
+ "conformant": "cbv:Disp-conformant",
96
+ "container_closed": "cbv:Disp-container_closed",
97
+ "container_open": "cbv:Disp-container_open",
98
+ "damaged": "cbv:Disp-damaged",
99
+ "destroyed": "cbv:Disp-destroyed",
100
+ "dispensed": "cbv:Disp-dispensed",
101
+ "disposed": "cbv:Disp-disposed",
102
+ "encoded": "cbv:Disp-encoded",
103
+ "expired": "cbv:Disp-expired",
104
+ "in_progress": "cbv:Disp-in_progress",
105
+ "in_transit": "cbv:Disp-in_transit",
106
+ "inactive": "cbv:Disp-inactive",
107
+ "mismatch_instance": "cbv:Disp-mismatch_instance",
108
+ "mismatch_class": "cbv:Disp-mismatch_class",
109
+ "mismatch_quantity": "cbv:Disp-mismatch_quantity",
110
+ "needs_replacement": "cbv:Disp-needs_replacement",
111
+ "no_pedigree_match": "cbv:Disp-no_pedigree_match",
112
+ "non_conformant": "cbv:Disp-non_conformant",
113
+ "non_sellable_other": "cbv:Disp-non_sellable_other",
114
+ "partially_dispensed": "cbv:Disp-partially_dispensed",
115
+ "recalled": "cbv:Disp-recalled",
116
+ "reserved": "cbv:Disp-reserved",
117
+ "retail_sold": "cbv:Disp-retail_sold",
118
+ "returned": "cbv:Disp-returned",
119
+ "sellable_accessible": "cbv:Disp-sellable_accessible",
120
+ "sellable_not_accessible": "cbv:Disp-sellable_not_accessible",
121
+ "stolen": "cbv:Disp-stolen",
122
+ "unavailable": "cbv:Disp-unavailable",
123
+ "unknown": "cbv:Disp-unknown"
124
+ },
125
+ "@id": "epcis:disposition",
126
+ "@type": "@vocab"
127
+ },
128
+ "bizLocation": {
129
+ "@id": "epcis:bizLocation",
130
+ "@type": "@id"
131
+ },
132
+ "readPoint": {
133
+ "@id": "epcis:readPoint",
134
+ "@type": "@id"
135
+ },
136
+ "transformationID": {
137
+ "@id": "epcis:transformationID",
138
+ "@type": "@id"
139
+ },
140
+ "epcList": {
141
+ "@id": "epcis:epcList",
142
+ "@type": "@id",
143
+ "@container": "@set"
144
+ },
145
+ "sourceList": {
146
+ "@id": "epcis:sourceList",
147
+ "@container": "@set",
148
+ "@context": {
149
+ "@protected": true,
150
+ "epcis": "https://ref.gs1.org/epcis/",
151
+ "source": {
152
+ "@id": "epcis:sourceOrDestination",
153
+ "@type": "@id"
154
+ },
155
+ "type": {
156
+ "@id": "epcis:sourceOrDestinationType",
157
+ "@type": "@vocab",
158
+ "@context": {
159
+ "owning_party": "cbv:SDT-owning_party",
160
+ "possessing_party": "cbv:SDT-possessing_party",
161
+ "location": "cbv:SDT-location"
162
+ }
163
+ }
164
+ }
165
+ },
166
+ "destinationList": {
167
+ "@id": "epcis:destinationList",
168
+ "@container": "@set",
169
+ "@context": {
170
+ "@protected": true,
171
+ "epcis": "https://ref.gs1.org/epcis/",
172
+ "destination": {
173
+ "@id": "epcis:sourceOrDestination",
174
+ "@type": "@id"
175
+ },
176
+ "type": {
177
+ "@id": "epcis:sourceOrDestinationType",
178
+ "@type": "@vocab",
179
+ "@context": {
180
+ "owning_party": "cbv:SDT-owning_party",
181
+ "possessing_party": "cbv:SDT-possessing_party",
182
+ "location": "cbv:SDT-location"
183
+ }
184
+ }
185
+ }
186
+ },
187
+ "persistentDisposition": {
188
+ "@id": "epcis:persistentDisposition",
189
+ "@container": "@set",
190
+ "@context": [
191
+ {
192
+ "active": "cbv:Disp-active",
193
+ "available": "cbv:Disp-available",
194
+ "completeness_verified": "cbv:Disp-completeness_verified",
195
+ "completeness_inferred": "cbv:Disp-completeness_inferred",
196
+ "conformant": "cbv:Disp-conformant",
197
+ "container_closed": "cbv:Disp-container_closed",
198
+ "container_open": "cbv:Disp-container_open",
199
+ "damaged": "cbv:Disp-damaged",
200
+ "destroyed": "cbv:Disp-destroyed",
201
+ "dispensed": "cbv:Disp-dispensed",
202
+ "disposed": "cbv:Disp-disposed",
203
+ "encoded": "cbv:Disp-encoded",
204
+ "expired": "cbv:Disp-expired",
205
+ "in_progress": "cbv:Disp-in_progress",
206
+ "in_transit": "cbv:Disp-in_transit",
207
+ "inactive": "cbv:Disp-inactive",
208
+ "mismatch_instance": "cbv:Disp-mismatch_instance",
209
+ "mismatch_class": "cbv:Disp-mismatch_class",
210
+ "mismatch_quantity": "cbv:Disp-mismatch_quantity",
211
+ "needs_replacement": "cbv:Disp-needs_replacement",
212
+ "no_pedigree_match": "cbv:Disp-no_pedigree_match",
213
+ "non_conformant": "cbv:Disp-non_conformant",
214
+ "non_sellable_other": "cbv:Disp-non_sellable_other",
215
+ "partially_dispensed": "cbv:Disp-partially_dispensed",
216
+ "recalled": "cbv:Disp-recalled",
217
+ "reserved": "cbv:Disp-reserved",
218
+ "retail_sold": "cbv:Disp-retail_sold",
219
+ "returned": "cbv:Disp-returned",
220
+ "sellable_accessible": "cbv:Disp-sellable_accessible",
221
+ "sellable_not_accessible": "cbv:Disp-sellable_not_accessible",
222
+ "stolen": "cbv:Disp-stolen",
223
+ "unavailable": "cbv:Disp-unavailable",
224
+ "unknown": "cbv:Disp-unknown"
225
+ },
226
+ {
227
+ "@protected": true,
228
+ "epcis": "https://ref.gs1.org/epcis/",
229
+ "set": {
230
+ "@id": "epcis:set",
231
+ "@type": "@vocab",
232
+ "@container": "@set"
233
+ },
234
+ "unset": {
235
+ "@id": "epcis:unset",
236
+ "@type": "@vocab",
237
+ "@container": "@set"
238
+ }
239
+ }
240
+ ]
241
+ },
242
+ "quantity": {
243
+ "@id": "epcis:quantity",
244
+ "@type": "xsd:double"
245
+ },
246
+ "epcClass": {
247
+ "@id": "epcis:epcClass",
248
+ "@type": "@id"
249
+ },
250
+ "uom": "epcis:uom",
251
+ "quantityList": {
252
+ "@id": "epcis:quantityList",
253
+ "@container": "@set"
254
+ },
255
+ "bizTransactionList": {
256
+ "@id": "epcis:bizTransactionList",
257
+ "@container": "@set",
258
+ "@context": {
259
+ "@protected": true,
260
+ "epcis": "https://ref.gs1.org/epcis/",
261
+ "bizTransaction": "@id",
262
+ "type": {
263
+ "@id": "epcis:bizTransactionType",
264
+ "@type": "@vocab",
265
+ "@context": {
266
+ "bol": "cbv:BTT-bol",
267
+ "cert": "cbv:BTT-cert",
268
+ "desadv": "cbv:BTT-desadv",
269
+ "inv": "cbv:BTT-inv",
270
+ "pedigree": "cbv:BTT-pedigree",
271
+ "po": "cbv:BTT-po",
272
+ "poc": "cbv:BTT-poc",
273
+ "prodorder": "cbv:BTT-prodorder",
274
+ "recadv": "cbv:BTT-recadv",
275
+ "rma": "cbv:BTT-rma",
276
+ "testprd": "cbv:BTT-testprd",
277
+ "testres": "cbv:BTT-testres",
278
+ "upevt": "cbv:BTT-upevt"
279
+ }
280
+ }
281
+ }
282
+ },
283
+ "parentID": {
284
+ "@id": "epcis:parentID",
285
+ "@type": "@id"
286
+ },
287
+ "childEPCs": {
288
+ "@id": "epcis:childEPCs",
289
+ "@type": "@id",
290
+ "@container": "@set"
291
+ },
292
+ "childQuantityList": {
293
+ "@id": "epcis:childQuantityList",
294
+ "@container": "@set"
295
+ },
296
+ "inputEPCList": {
297
+ "@id": "epcis:inputEPCList",
298
+ "@container": "@set",
299
+ "@type": "@id"
300
+ },
301
+ "outputEPCList": {
302
+ "@id": "epcis:outputEPCList",
303
+ "@container": "@set",
304
+ "@type": "@id"
305
+ },
306
+ "inputQuantityList": {
307
+ "@id": "epcis:inputQuantityList",
308
+ "@container": "@set"
309
+ },
310
+ "outputQuantityList": {
311
+ "@id": "epcis:outputQuantityList",
312
+ "@container": "@set"
313
+ },
314
+ "sensorElementList": {
315
+ "@id": "epcis:sensorElementList",
316
+ "@container": "@set",
317
+ "@context": {
318
+ "@protected": true,
319
+ "epcis": "https://ref.gs1.org/epcis/",
320
+ "deviceID": {
321
+ "@id": "epcis:deviceID",
322
+ "@type": "@id"
323
+ },
324
+ "deviceMetadata": {
325
+ "@id": "epcis:deviceMetadata",
326
+ "@type": "@id"
327
+ },
328
+ "rawData": {
329
+ "@id": "epcis:rawData",
330
+ "@type": "@id"
331
+ },
332
+ "dataProcessingMethod": {
333
+ "@id": "epcis:dataProcessingMethod",
334
+ "@type": "@id"
335
+ },
336
+ "time": {
337
+ "@id": "epcis:time",
338
+ "@type": "xsd:dateTimeStamp"
339
+ },
340
+ "type": "@type",
341
+ "sensorMetadata": {
342
+ "@id": "epcis:sensorMetadata",
343
+ "@context": {
344
+ "@protected": true,
345
+ "epcis": "https://ref.gs1.org/epcis/",
346
+ "startTime": {
347
+ "@id": "epcis:startTime",
348
+ "@type": "xsd:dateTimeStamp"
349
+ },
350
+ "endTime": {
351
+ "@id": "epcis:endTime",
352
+ "@type": "xsd:dateTimeStamp"
353
+ },
354
+ "bizRules": {
355
+ "@id": "epcis:bizRules",
356
+ "@type": "@id"
357
+ }
358
+ }
359
+ },
360
+ "sensorReport": {
361
+ "@id": "epcis:sensorReport",
362
+ "@context": {
363
+ "@protected": true,
364
+ "epcis": "https://ref.gs1.org/epcis/",
365
+ "type": {
366
+ "@context": {
367
+ "AbsoluteHumidity": "gs1:AbsoluteHumidity",
368
+ "AbsorbedDose": "gs1:AbsorbedDose",
369
+ "AbsorbedDoseRate": "gs1:AbsorbedDoseRate",
370
+ "Acceleration": "gs1:Acceleration",
371
+ "Radioactivity": "gs1:Radioactivity",
372
+ "Altitude": "gs1:Altitude",
373
+ "AmountOfSubstance": "gs1:AmountOfSubstance",
374
+ "AmountOfSubstancePerUnitVolume": "gs1:AmountOfSubstancePerUnitVolume",
375
+ "Angle": "gs1:Angle",
376
+ "AngularAcceleration": "gs1:AngularAcceleration",
377
+ "AngularMomentum": "gs1:AngularMomentum",
378
+ "AngularVelocity": "gs1:AngularVelocity",
379
+ "Area": "gs1:Area",
380
+ "Capacitance": "gs1:Capacitance",
381
+ "Conductance": "gs1:Conductance",
382
+ "Conductivity": "gs1:Conductivity",
383
+ "Count": "gs1:Count",
384
+ "Density": "gs1:Density",
385
+ "Dimensionless": "gs1:Dimensionless",
386
+ "DoseEquivalent": "gs1:DoseEquivalent",
387
+ "DoseEquivalentRate": "gs1:DoseEquivalentRate",
388
+ "DynamicViscosity": "gs1:DynamicViscosity",
389
+ "ElectricCharge": "gs1:ElectricCharge",
390
+ "ElectricCurrent": "gs1:ElectricCurrent",
391
+ "ElectricCurrentDensity": "gs1:ElectricCurrentDensity",
392
+ "ElectricFieldStrength": "gs1:ElectricFieldStrength",
393
+ "Energy": "gs1:Energy",
394
+ "Exposure": "gs1:Exposure",
395
+ "Force": "gs1:Force",
396
+ "Frequency": "gs1:Frequency",
397
+ "Illuminance": "gs1:Illuminance",
398
+ "Inductance": "gs1:Inductance",
399
+ "Irradiance": "gs1:Irradiance",
400
+ "KinematicViscosity": "gs1:KinematicViscosity",
401
+ "Length": "gs1:Length",
402
+ "LinearMomentum": "gs1:LinearMomentum",
403
+ "Luminance": "gs1:Luminance",
404
+ "LuminousFlux": "gs1:LuminousFlux",
405
+ "LuminousIntensity": "gs1:LuminousIntensity",
406
+ "MagneticFlux": "gs1:MagneticFlux",
407
+ "MagneticFluxDensity": "gs1:MagneticFluxDensity",
408
+ "MagneticVectorPotential": "gs1:MagneticVectorPotential",
409
+ "Mass": "gs1:Mass",
410
+ "MassConcentration": "gs1:MassConcentration",
411
+ "MassFlowRate": "gs1:MassFlowRate",
412
+ "MassPerAreaTime": "gs1:MassPerAreaTime",
413
+ "MemoryCapacity": "gs1:MemoryCapacity",
414
+ "MolalityOfSolute": "gs1:MolalityOfSolute",
415
+ "MolarEnergy": "gs1:MolarEnergy",
416
+ "MolarMass": "gs1:MolarMass",
417
+ "MolarVolume": "gs1:MolarVolume",
418
+ "Power": "gs1:Power",
419
+ "Pressure": "gs1:Pressure",
420
+ "RadiantFlux": "gs1:RadiantFlux",
421
+ "RadiantIntensity": "gs1:RadiantIntensity",
422
+ "RelativeHumidity": "gs1:RelativeHumidity",
423
+ "Resistance": "gs1:Resistance",
424
+ "Resistivity": "gs1:Resistivity",
425
+ "SolidAngle": "gs1:SolidAngle",
426
+ "SpecificVolume": "gs1:SpecificVolume",
427
+ "Speed": "gs1:Speed",
428
+ "SurfaceDensity": "gs1:SurfaceDensity",
429
+ "SurfaceTension": "gs1:SurfaceTension",
430
+ "Temperature": "gs1:Temperature",
431
+ "Time": "gs1:Time",
432
+ "Torque": "gs1:Torque",
433
+ "Voltage": "gs1:Voltage",
434
+ "Volume": "gs1:Volume",
435
+ "VolumeFlowRate": "gs1:VolumeFlowRate",
436
+ "VolumeFraction": "gs1:VolumeFraction",
437
+ "VolumetricFlux": "gs1:VolumetricFlux",
438
+ "Wavenumber": "gs1:Wavenumber"
439
+ },
440
+ "@id": "epcis:measurementType",
441
+ "@type": "@vocab"
442
+ },
443
+ "exception": {
444
+ "@context": {
445
+ "ALARM_CONDITION": "gs1:ALARM_CONDITION",
446
+ "ERROR_CONDITION": "gs1:ERROR_CONDITION"
447
+ },
448
+ "@id": "epcis:exception",
449
+ "@type": "@vocab"
450
+ },
451
+ "coordinateReferenceSystem": {
452
+ "@id": "epcis:coordinateReferenceSystem",
453
+ "@type": "@id"
454
+ },
455
+ "microorganism": {
456
+ "@id": "epcis:microorganism",
457
+ "@type": "@id"
458
+ },
459
+ "chemicalSubstance": {
460
+ "@id": "epcis:chemicalSubstance",
461
+ "@type": "@id"
462
+ },
463
+ "time": {
464
+ "@id": "epcis:time",
465
+ "@type": "xsd:dateTimeStamp"
466
+ },
467
+ "value": {
468
+ "@id": "epcis:value",
469
+ "@type": "xsd:double"
470
+ },
471
+ "component": {
472
+ "@context": {
473
+ "x": "cbv:Comp-x",
474
+ "y": "cbv:Comp-y",
475
+ "z": "cbv:Comp-z",
476
+ "axial_distance": "cbv:Comp-axial_distance",
477
+ "azimuth": "cbv:Comp-azimuth",
478
+ "height": "cbv:Comp-height",
479
+ "spherical_radius": "cbv:Comp-spherical_radius",
480
+ "polar_angle": "cbv:Comp-polar_angle",
481
+ "elevation_angle": "cbv:Comp-elevation_angle",
482
+ "easting": "cbv:Comp-easting",
483
+ "northing": "cbv:Comp-northing",
484
+ "latitude": "cbv:Comp-latitude",
485
+ "longitude": "cbv:Comp-longitude",
486
+ "altitude": "cbv:Comp-altitude"
487
+ },
488
+ "@id": "epcis:component",
489
+ "@type": "@vocab"
490
+ },
491
+ "stringValue": "epcis:stringValue",
492
+ "booleanValue": {
493
+ "@id": "epcis:booleanValue",
494
+ "@type": "xsd:boolean"
495
+ },
496
+ "hexBinaryValue": {
497
+ "@id": "epcis:hexBinaryValue",
498
+ "@type": "xsd:hexBinary"
499
+ },
500
+ "uriValue": {
501
+ "@id": "epcis:uriValue",
502
+ "@type": "@id"
503
+ },
504
+ "minValue": {
505
+ "@id": "epcis:minValue",
506
+ "@type": "xsd:double"
507
+ },
508
+ "maxValue": {
509
+ "@id": "epcis:maxValue",
510
+ "@type": "xsd:double"
511
+ },
512
+ "meanValue": {
513
+ "@id": "epcis:meanValue",
514
+ "@type": "xsd:double"
515
+ },
516
+ "sDev": {
517
+ "@id": "epcis:sDev",
518
+ "@type": "xsd:double"
519
+ },
520
+ "percRank": {
521
+ "@id": "epcis:percRank",
522
+ "@type": "xsd:double"
523
+ },
524
+ "percValue": {
525
+ "@id": "epcis:percValue",
526
+ "@type": "xsd:double"
527
+ }
528
+ }
529
+ }
530
+ }
531
+ },
532
+ "errorDeclaration": {
533
+ "@id": "epcis:errorDeclaration",
534
+ "@context": {
535
+ "@protected": true,
536
+ "epcis": "https://ref.gs1.org/epcis/",
537
+ "reason": {
538
+ "@id": "epcis:reason",
539
+ "@type": "@vocab",
540
+ "@context": {
541
+ "did_not_occur": "cbv:ER-did_not_occur",
542
+ "incorrect_data": "cbv:ER-incorrect_data"
543
+ }
544
+ },
545
+ "correctiveEventIDs": {
546
+ "@id": "epcis:correctiveEventIDs",
547
+ "@type": "@id",
548
+ "@container": "@set"
549
+ },
550
+ "declarationTime": {
551
+ "@id": "epcis:declarationTime",
552
+ "@type": "xsd:dateTimeStamp"
553
+ }
554
+ }
555
+ },
556
+ "eventID": "@id",
557
+ "creationDate": {
558
+ "@id": "dcterms:created",
559
+ "@type": "xsd:dateTime"
560
+ },
561
+ "sender": {
562
+ "@id": "epcis:sender",
563
+ "@type": "xsd:string"
564
+ },
565
+ "receiver": {
566
+ "@id": "epcis:receiver",
567
+ "@type": "xsd:string"
568
+ },
569
+ "instanceIdentifier": "epcis:instanceIdentifier",
570
+ "schemaVersion": "owl:versionInfo",
571
+ "ilmd": {
572
+ "@id": "epcis:ilmd"
573
+ },
574
+ "EPCISDocument": "epcis:EPCISDocument",
575
+ "EPCISQueryDocument": "epcis:EPCISQueryDocument",
576
+ "epcisHeader": "epcis:epcisHeader",
577
+ "masterData": "epcis:masterData",
578
+ "vocabularyList": "epcis:vocabularyList",
579
+ "epcisBody": "epcis:epcisBody",
580
+ "queryResults": "epcis:queryResults",
581
+ "subscriptionID": "epcis:subscriptionID",
582
+ "queryName": "epcis:queryName",
583
+ "resultsBody": "epcis:resultsBody",
584
+ "eventList": {
585
+ "@id": "epcis:eventList"
586
+ },
587
+ "children": {
588
+ "@id": "epcis:children",
589
+ "@container": "@set",
590
+ "@type": "@id"
591
+ }
592
+ }
593
+ }