InstanceIdentifier

class

Instance Identifier

An identifier-based structure used to represent an object identified at instance level in an EPCIS-inspired event context.

URI:https://w3id.org/eudpp#InstanceIdentifier

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 (1)

DescriptionDomainRangeVocabularies
instanceIdentifierValue
instance identifier value
The identifier value used in the event context, such as an EPC, SGTIN, SSCC, GTIN, or similar identifier expressed as a URI.cirpass2:InstanceIdentifierxsd:anyURI

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/upstream/cirpass2-eudpp/cirpass2-eudpp-context.jsonld",
  "type": "InstanceIdentifier",
  "instanceIdentifierValue": "..."
}