EPCISCarrier
classEPCIS Carrier
A technical event class used as the abstract root of the Event carrier module. It represents a journalisation structure carrying the core event dimensions and serving as the superclass of specialised EPCIS-aligned event types. It is not itself a regulatory lifecycle event.
Upstream alignment
How this class and its properties align to external and upstream vocabularies. Open a vocabulary to see the exact term-by-term relationships.
Properties (11)
| Description | Domain | Range | Vocabularies | ||
|---|---|---|---|---|---|
| eventIdentifier event identifier | A unique identifier assigned to the event. | cirpass2:EPCISCarrier | xsd:anyURI | — | — |
| eventTime event time | The date and time at which the event occurred. | cirpass2:EPCISCarrier | xsd:dateTime | — | — |
| eventTimeZoneOffset event time zone offset | The time zone offset in effect at the time and place where the event occurred. | cirpass2:EPCISCarrier | xsd:string | — | — |
| hasBusinessLocation has business location | Links an event carrier to the business location associated with the event. | cirpass2:EPCISCarrier | cirpass2:BusinessLocation | — | — |
| hasBusinessStep has business step | Links an EPCIS carrier to the business step that provides the immediate business context of the event. | cirpass2:EPCISCarrier | cirpass2:BusinessStep | — | — |
| hasDestinationList has destination list | Links an event carrier to a destination context associated with the event. | cirpass2:EPCISCarrier | cirpass2:SourceOrDestination | — | — |
| hasDisposition has disposition | Links an EPCIS carrier to the disposition that expresses the business state of the object or objects following the event. | cirpass2:EPCISCarrier | cirpass2:Disposition | — | — |
| hasProductEvent has product event | Links an EPCIS-inspired technical event carrier to the product event semantics it journalises. | cirpass2:EPCISCarrier | cirpass2:ProductEvent | — | — |
| hasReadPoint has read point | Links an event carrier to the read point at which the event observation or capture occurred. | cirpass2:EPCISCarrier | cirpass2:ReadPoint | — | — |
| hasSourceList has source list | Links an event carrier to a source context associated with the event. | cirpass2:EPCISCarrier | cirpass2:SourceOrDestination | — | — |
| recordedAt recorded at | The date and time at which the event was recorded by the repository or information system. | cirpass2:EPCISCarrier | xsd:dateTime | — | — |
Aligned from OpenEPCIS (17)
AggregationEvent subClassOfAssociationEvent subClassOfObjectEvent subClassOfTransactionEvent subClassOfTransformationEvent subClassOfeventIdentifier domaineventTime domaineventTimeZoneOffset domainhasBusinessLocation domainhasBusinessStep domainhasDestinationList domainhasDisposition domainhasProductEvent domainhasReadPoint domainhasSourceList domainisRepresentedByCarrier rangerecordedAt domain
Used as Range (1)
Where used
Referenced by other terms (17)
domain:
upstream/cirpass2-eudppeventIdentifierupstream/cirpass2-eudppeventTimeupstream/cirpass2-eudppeventTimeZoneOffsetupstream/cirpass2-eudpphasBusinessLocationupstream/cirpass2-eudpphasBusinessStepupstream/cirpass2-eudpphasDestinationListupstream/cirpass2-eudpphasDispositionupstream/cirpass2-eudpphasProductEventupstream/cirpass2-eudpphasReadPointupstream/cirpass2-eudpphasSourceListupstream/cirpass2-eudpprecordedAt
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/upstream/cirpass2-eudpp/cirpass2-eudpp-context.jsonld",
"type": "EPCISCarrier",
"eventIdentifier": "...",
"eventTime": "...",
"eventTimeZoneOffset": "..."
}