opda:TransactionStatusScheme
opda:TransactionStatus opda:TransactionStatusScheme
Summary
Phase labels for the lifecycle of a Transaction Substance Kind, tracking the five canonical phases ADR-0010 names (Listed → Offered → Accepted → Exchanged → Completed). See also: Concept tier.
Scheme header
opda:TransactionStatusScheme
rdf:type skos:ConceptScheme ;
skos:prefLabel "Transaction Status"@en ;
skos:definition "Phase labels for the lifecycle of a Transaction Substance Kind, tracking the five canonical phases ADR-0010 names (Listed → Offered → Accepted → Exchanged → Completed)."@en ;
dct:source <https://opda.org.uk/pdtf/harness/odr/ODR-0011/section-8a-ufo-meta-category> ;
dct:title "Transaction lifecycle phase label"@en ;
skos:scopeNote "UFO: Phase label (Guizzardi 2005 Ch. 4 — intra-Kind phase). Data dictionary leaf `status` carries a broader 9-value enum (including marketing-side and let-side phases); the ADR-named five-phase canonical set is emitted here as the UFO phase set for the sale lifecycle. Per-member dct:source cites ODR-0011 §8a (Council ratifying anchor); per-member prov:wasDerivedFrom links each canonical label to the underlying data-dictionary enum value it sources from (G10 closure per ADR-0013)."@en ;
opda:hasSteward "Guizzardi (S007 Q3)"@en ;
opda:ufoCategory "Phase label" .
Members
| URI | prefLabel | notation | derived from |
|---|---|---|---|
opda:transactionStatus/Accepted | ”Accepted” | Accepted | data-dictionary status.Sold subject to contract |
opda:transactionStatus/Completed | ”Completed” | Completed | data-dictionary status.Completed |
opda:transactionStatus/Exchanged | ”Exchanged” | Exchanged | data-dictionary status.Contracts exchanged |
opda:transactionStatus/Listed | ”Listed” | Listed | data-dictionary status.For sale |
opda:transactionStatus/Offered | ”Offered” | Offered | data-dictionary status.Under offer |
Member Turtle
<https://opda.org.uk/pdtf/scheme/transactionStatus/Accepted>
rdf:type skos:Concept ;
skos:prefLabel "Accepted"@en ;
skos:definition "An offer has been accepted, transaction is in progress."@en ;
dct:source <https://opda.org.uk/pdtf/harness/odr/ODR-0011/section-8a-ufo-meta-category> ;
skos:inScheme opda:TransactionStatusScheme ;
skos:notation "Accepted" ;
prov:wasDerivedFrom <https://opda.org.uk/pdtf/harness/data-dictionary/status.Sold%20subject%20to%20contract> .
<https://opda.org.uk/pdtf/scheme/transactionStatus/Completed>
rdf:type skos:Concept ;
skos:prefLabel "Completed"@en ;
skos:definition "Transaction has completed; legal title has transferred."@en ;
dct:source <https://opda.org.uk/pdtf/harness/odr/ODR-0011/section-8a-ufo-meta-category> ;
skos:inScheme opda:TransactionStatusScheme ;
skos:notation "Completed" ;
prov:wasDerivedFrom <https://opda.org.uk/pdtf/harness/data-dictionary/status.Completed> .
<https://opda.org.uk/pdtf/scheme/transactionStatus/Exchanged>
rdf:type skos:Concept ;
skos:prefLabel "Exchanged"@en ;
skos:definition "Contracts have been exchanged."@en ;
dct:source <https://opda.org.uk/pdtf/harness/odr/ODR-0011/section-8a-ufo-meta-category> ;
skos:inScheme opda:TransactionStatusScheme ;
skos:notation "Exchanged" ;
prov:wasDerivedFrom <https://opda.org.uk/pdtf/harness/data-dictionary/status.Contracts%20exchanged> .
<https://opda.org.uk/pdtf/scheme/transactionStatus/Listed>
rdf:type skos:Concept ;
skos:prefLabel "Listed"@en ;
skos:definition "Property is listed for sale."@en ;
dct:source <https://opda.org.uk/pdtf/harness/odr/ODR-0011/section-8a-ufo-meta-category> ;
skos:inScheme opda:TransactionStatusScheme ;
skos:notation "Listed" ;
prov:wasDerivedFrom <https://opda.org.uk/pdtf/harness/data-dictionary/status.For%20sale> .
<https://opda.org.uk/pdtf/scheme/transactionStatus/Offered>
rdf:type skos:Concept ;
skos:prefLabel "Offered"@en ;
skos:definition "An offer has been made on the property."@en ;
dct:source <https://opda.org.uk/pdtf/harness/odr/ODR-0011/section-8a-ufo-meta-category> ;
skos:inScheme opda:TransactionStatusScheme ;
skos:notation "Offered" ;
prov:wasDerivedFrom <https://opda.org.uk/pdtf/harness/data-dictionary/status.Under%20offer> .
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:TransactionStatusScheme membership graph
accDescr: 5 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:TransactionStatusScheme]:::scheme
C1[opda:transactionStatus/Accepted]:::concept
C2[opda:transactionStatus/Completed]:::concept
C3[opda:transactionStatus/Exchanged]:::concept
C4[opda:transactionStatus/Listed]:::concept
C5[opda:transactionStatus/Offered]:::concept
C1 -->|skos:inScheme| S
C2 -->|skos:inScheme| S
C3 -->|skos:inScheme| S
C4 -->|skos:inScheme| S
C5 -->|skos:inScheme| S
Referenced by
- Per-overlay profile bindings (consumer dashboards / lender pipelines)
Comments