SourceOrDestination

class

Source or Destination

A contextual structure representing a source or a destination associated with an event in relation to a business transfer.

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

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
hasSourceOrDestinationEntity
has source or destination entity
Links a source-or-destination context to the entity that plays the source or destination role.cirpass2:SourceOrDestinationcirpass2:SourceOrDestinationEntity
hasSourceOrDestinationType
has source or destination type
Links a source-or-destination context to its business type classification.cirpass2:SourceOrDestinationcirpass2:SourceOrDestinationType

JSON-LD Example

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