BusinessTransactionContext

class

Business Transaction Context

A contextual structure representing a business transaction associated with a transaction event.

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

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

DescriptionDomainRangeVocabularies
businessTransactionIdentifier
has business transaction identifier
Specifies the identifier of a business transaction associated with an event.cirpass2:BusinessTransactionContextxsd:anyURI
hasBusinessTransactionType
has business transaction type
Links a business transaction context to its business transaction type classification.cirpass2:BusinessTransactionContextcirpass2:BusinessTransactionType

JSON-LD Example

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