OPDA Knowledge base
Physical — ontology

opda:ParticipantStatusScheme

opda:ParticipantStatus

opda:ParticipantStatusScheme

Summary

Phase labels for the lifecycle of a Participant Substance Kind.

Scheme header

opda:ParticipantStatusScheme
    rdf:type skos:ConceptScheme ;
    skos:prefLabel "Participant Status"@en ;
    skos:definition "Phase labels for the lifecycle of a Participant Substance Kind."@en ;
    dct:source <https://opda.org.uk/pdtf/harness/odr/ODR-0011/section-8a-ufo-meta-category> ;
    dct:title "Transaction participant phase label"@en ;
    skos:scopeNote "UFO: Phase label (Guizzardi 2005 Ch. 4 — intra-Kind phase). DOLCE: Stage of an Endurant (Masolo D18 §4)."@en ;
    opda:hasSteward "Guizzardi (S006 Q7)"@en ;
    opda:ufoCategory "Phase label" .

Members

URIprefLabelnotation
opda:participantStatus/Active”Active”Active
opda:participantStatus/Invited”Invited”Invited
opda:participantStatus/Proposed”Proposed”Proposed
opda:participantStatus/Removed”Removed”Removed

Member Turtle

<https://opda.org.uk/pdtf/scheme/participantStatus/Active>
    rdf:type skos:Concept ;
    skos:prefLabel "Active"@en ;
    skos:definition "Participant is actively engaged in the transaction."@en ;
    dct:source <https://opda.org.uk/pdtf/harness/data-dictionary/participants[].participantStatus.Active> ;
    skos:inScheme opda:ParticipantStatusScheme ;
    skos:notation "Active" .

<https://opda.org.uk/pdtf/scheme/participantStatus/Invited>
    rdf:type skos:Concept ;
    skos:prefLabel "Invited"@en ;
    skos:definition "Participant has been invited to join the transaction."@en ;
    dct:source <https://opda.org.uk/pdtf/harness/data-dictionary/participants[].participantStatus.Invited> ;
    skos:inScheme opda:ParticipantStatusScheme ;
    skos:notation "Invited" .

<https://opda.org.uk/pdtf/scheme/participantStatus/Proposed>
    rdf:type skos:Concept ;
    skos:prefLabel "Proposed"@en ;
    skos:definition "Participant has been proposed but not yet invited."@en ;
    dct:source <https://opda.org.uk/pdtf/harness/data-dictionary/participants[].participantStatus.Proposed> ;
    skos:inScheme opda:ParticipantStatusScheme ;
    skos:notation "Proposed" .

<https://opda.org.uk/pdtf/scheme/participantStatus/Removed>
    rdf:type skos:Concept ;
    skos:prefLabel "Removed"@en ;
    skos:definition "Participant has been removed from the transaction."@en ;
    dct:source <https://opda.org.uk/pdtf/harness/data-dictionary/participants[].participantStatus.Removed> ;
    skos:inScheme opda:ParticipantStatusScheme ;
    skos:notation "Removed" .

Scheme membership graph

--- config: layout: elk elk: mergeEdges: false nodePlacementStrategy: BRANDES_KOEPF --- %%{init: {"theme": "base", "themeVariables": {"primaryColor": "#E1BEE7", "primaryTextColor": "#4A148C", "primaryBorderColor": "#6A1B9A", "lineColor": "#37474F"}}}%% flowchart LR accTitle: opda:ParticipantStatusScheme membership graph accDescr: 4 skos:Concept members bound to the scheme via skos:inScheme. %% @prefix opda: %% @prefix skos: classDef scheme fill:#F8BBD9,stroke:#AD1457,stroke-width:2px,color:#880E4F classDef concept fill:#E1BEE7,stroke:#6A1B9A,stroke-width:2px,color:#4A148C S[opda:ParticipantStatusScheme]:::scheme C1[opda:participantStatus/Active]:::concept C2[opda:participantStatus/Invited]:::concept C3[opda:participantStatus/Proposed]:::concept C4[opda:participantStatus/Removed]:::concept C1 -->|skos:inScheme| S C2 -->|skos:inScheme| S C3 -->|skos:inScheme| S C4 -->|skos:inScheme| S

Referenced by

  • Per-overlay bindings on the Participant Substance Kind (BASPI5 surfaces a subset for active workflow)

Source ODR + ADR

Comments

Loading comments…