Decision record linked to an entity for workflow traceability and governance.
URI: pbs:Decision
| Property | Value |
|---|---|
| Class URI | pbs:Decision |
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| decision_type | 0..1 Uriorcurie |
Decision type expressed as a URI/CURIE from a controlled vocabulary | direct |
| decision_status | 0..1 Uriorcurie |
Decision status expressed as a URI/CURIE (for example proposed, accepted, rej... | direct |
| decided_by | 0..1 Uriorcurie |
URI/CURIE for the agent responsible for the decision | direct |
| decided_at | 0..1 Datetime |
Timestamp when the decision was made | direct |
| rationale | 0..1 String |
Human-readable rationale that explains why the decision was made | direct |
| Mapping Type | Mapped Value |
|---|---|
| self | pbs:Decision |
| native | pbs:Decision |
| exact | prov:Entity |
name: Decision
description: Decision record linked to an entity for workflow traceability and governance.
from_schema: https://example.org/pragmatic-bim-data-contract
exact_mappings:
- prov:Entity
slots:
- decision_type
- decision_status
- decided_by
- decided_at
- rationale
class_uri: pbs:Decision
name: Decision
description: Decision record linked to an entity for workflow traceability and governance.
from_schema: https://example.org/pragmatic-bim-data-contract
exact_mappings:
- prov:Entity
attributes:
decision_type:
name: decision_type
description: Decision type expressed as a URI/CURIE from a controlled vocabulary.
from_schema: https://example.org/pragmatic-bim-data-contract
rank: 1000
slot_uri: dcterms:type
alias: decision_type
owner: Decision
domain_of:
- Decision
range: uriorcurie
decision_status:
name: decision_status
description: Decision status expressed as a URI/CURIE (for example proposed, accepted,
rejected, superseded).
from_schema: https://example.org/pragmatic-bim-data-contract
rank: 1000
slot_uri: adms:status
alias: decision_status
owner: Decision
domain_of:
- Decision
range: uriorcurie
decided_by:
name: decided_by
description: URI/CURIE for the agent responsible for the decision.
from_schema: https://example.org/pragmatic-bim-data-contract
rank: 1000
slot_uri: prov:wasAttributedTo
alias: decided_by
owner: Decision
domain_of:
- Decision
range: uriorcurie
decided_at:
name: decided_at
description: Timestamp when the decision was made.
from_schema: https://example.org/pragmatic-bim-data-contract
rank: 1000
slot_uri: dcterms:created
alias: decided_at
owner: Decision
domain_of:
- Decision
range: datetime
rationale:
name: rationale
description: Human-readable rationale that explains why the decision was made.
from_schema: https://example.org/pragmatic-bim-data-contract
rank: 1000
slot_uri: dcterms:description
alias: rationale
owner: Decision
domain_of:
- Decision
range: string
class_uri: pbs:Decision