-
Notifications
You must be signed in to change notification settings - Fork 7
/
Example_9.6.2-ObjectEvent.jsonld
38 lines (34 loc) · 1.3 KB
/
Example_9.6.2-ObjectEvent.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
{
"@context": ["https://ref.gs1.org/standards/epcis/2.0.0/epcis-context.jsonld",{"example": "http://ns.example.com/epcis/"}],
"id": "https://id.example.org/document1",
"type": "EPCISDocument",
"schemaVersion": "2.0",
"creationDate":"2005-07-11T11:30:47.0Z",
"epcisBody": {
"eventList": [
{
"eventID": "ni:///sha-256;a98f08ae6ac4de3482054314d637c07010b448d3802dccb028a06aafcc6a4b10?ver=CBV2.0",
"type": "ObjectEvent",
"eventTime": "2013-06-08T14:58:56.591Z",
"eventTimeZoneOffset": "+02:00",
"action": "OBSERVE",
"bizStep": "receiving",
"disposition": "in_progress",
"readPoint": {"id": "urn:epc:id:sgln:0614141.00777.0"},
"bizLocation": {"id": "urn:epc:id:sgln:0614141.00888.0"},
"quantityList": [
{"epcClass":"urn:epc:class:lgtin:4012345.012345.998877","quantity":200,"uom":"KGM"}
],
"sourceList": [
{"type":"possessing_party","source":"urn:epc:id:sgln:4012345.00001.0"},
{"type":"location","source":"urn:epc:id:sgln:4012345.00225.0"}
],
"destinationList": [
{"type":"owning_party","destination":"urn:epc:id:sgln:0614141.00001.0"},
{"type":"location","destination":"urn:epc:id:sgln:0614141.00777.0"}
],
"example:myField":"Example of a vendor/user extension"
}
]
}
}