Property annotations
opda:Annotations Property annotations
DPV co-annotations + 3 variant refinements, emitted into opda-property-annotations.ttl. Per ODR-0018 §Rule 3, DPV is referenced via dct:references (NOT imported via owl:imports) — preserves Tarski-grade TBox semantics while surfacing the regulatory mapping.
Header
<https://opda.org.uk/pdtf/graph/property-annotations>
rdf:type owl:Ontology ;
dct:references <https://w3id.org/dpv/pd> ;
dct:title "OPDA Property Annotations"@en ;
opda:targetsClassGraph <https://opda.org.uk/pdtf/harness/release/1.0.0/> .
Class-level DPV baselines (3)
opda:Address
opda:Address
dct:source <https://opda.org.uk/pdtf/harness/odr/ODR-0015/section-7a> ;
dpv-pd:hasPersonalDataCategory dpv-pd:PostalAddress .
Per ODR-0015 §7a — Address instances carry a dpv-pd:PostalAddress PII baseline.
opda:Property
opda:Property
dct:source <https://opda.org.uk/pdtf/harness/odr/ODR-0018/section-Rule1> ;
dpv-pd:hasPersonalDataCategory dpv-pd:PostalAddress .
Per ODR-0018 §Rule 1 — Property instances inherit PostalAddress baseline (the property’s address surface).
opda:RegisteredTitle
opda:RegisteredTitle
dct:source <https://opda.org.uk/pdtf/harness/odr/ODR-0005/section-3c> ;
dpv-pd:hasPersonalDataCategory dpv-pd:PublicData .
Per ODR-0005 §3c — Registered title records are HMLR PublicData (published register).
Variant refinements (3)
Per ODR-0015 §7a, three opda:DPVMappingRefinement instances refine the Address class-level baseline by opda:addressVariant:
opda:AddressVariantInspireRefinement
opda:AddressVariantInspireRefinement
rdf:type opda:DPVMappingRefinement ;
dct:source <https://opda.org.uk/pdtf/harness/odr/ODR-0015/section-7a> ;
dct:references <https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32007L0002> ;
opda:lawfulBasis dpv:PublicTask ;
opda:targetsKind opda:Address ;
opda:variantPredicate opda:addressVariant ;
opda:variantValue "inspire" .
INSPIRE-variant Addresses use dpv:PublicTask lawful basis (EU Directive 2007/2/EC).
opda:AddressVariantMarketingRefinement
opda:AddressVariantMarketingRefinement
rdf:type opda:DPVMappingRefinement ;
dct:source <https://opda.org.uk/pdtf/harness/odr/ODR-0015/section-7a> ;
dct:references <https://ico.org.uk/for-organisations/guide-to-data-protection/> ;
opda:lawfulBasis dpv:Consent ;
opda:targetsKind opda:Address ;
opda:variantPredicate opda:addressVariant ;
opda:variantValue "marketing" .
Marketing-variant Addresses use dpv:Consent lawful basis (ICO guidance).
opda:AddressVariantTitleRefinement
opda:AddressVariantTitleRefinement
rdf:type opda:DPVMappingRefinement ;
dct:source <https://opda.org.uk/pdtf/harness/odr/ODR-0015/section-7a> ;
dct:references <https://www.gov.uk/government/organisations/land-registry> ;
opda:lawfulBasis dpv:PublicTask ;
opda:targetsKind opda:Address ;
opda:variantPredicate opda:addressVariant ;
opda:variantValue "title" .
Title-variant Addresses use dpv:PublicTask lawful basis (HMLR public register).
Comments