ActorRoleAssignment
classActor role assignment
Assigns a role to the actor in a particular context (DPP, Product, 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 (7)
| Description | Domain | Range | Vocabularies | ||
|---|---|---|---|---|---|
| assignmentValidFrom Assignment valid from | The date and time from which the actor role assignment is valid. | cirpass2:ActorRoleAssignment | xsd:dateTime | — | — |
| assignmentValidTo Assignment valid to | The date and time until which the actor role assignment is valid. | cirpass2:ActorRoleAssignment | xsd:dateTime | — | — |
| hasActor Has actor | Links actor role assignment to actor | cirpass2:ActorRoleAssignment | cirpass2:Actor | — | — |
| hasRole Has role | Links an actor role assignment to a role. | cirpass2:ActorRoleAssignment | cirpass2:Role | — | — |
| inContextOfActivity In context of activity | Relates the actor role assignment to a specific lifecycle activity, such as a repair or recycling event (from the Event module). ActorRoleAssignment is modelled in the EU DPP CO ACTOR module. Event is modelled in the EU DPP CO EVENT module. | cirpass2:ActorRoleAssignment | cirpass2:Event | — | — |
| inContextOfDPP In context of DPP | Relates the actor role assignment to a specific Digital Product Passport instance (from P_DPP module). ActorRoleAssignment is modelled in the EU DPP CO ACTOR module. DPP is modelled in the EU DPP CO P_DPP module. | cirpass2:ActorRoleAssignment | cirpass2:DPP | — | — |
| inContextOfProduct In context of product | Relates the actor role assignment to a specific product (from P_DPP module). ActorRoleAssignment is modelled in the EU DPP CO ACTOR module. Product is modelled in the EU DPP CO P_DPP module. | cirpass2:ActorRoleAssignment | cirpass2:Product | — | — |
Subclasses (1)
Aligned from OpenEPCIS (9)
Used as Range (1)
Where used
Referenced by other terms (9)
subclass of this:
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/upstream/cirpass2-eudpp/cirpass2-eudpp-context.jsonld",
"type": "ActorRoleAssignment",
"assignmentValidFrom": "...",
"assignmentValidTo": "...",
"hasActor": "..."
}