@prefix gedra: <https://specs.kivanura.org/gedra#> .
@prefix gedrm: <https://specs.kivanura.org/gedrm#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://specs.kivanura.org/gedra/0.1> a owl:Ontology ;
  dcterms:title "GEDRA 0.1 — Generic Enterprise Data Reference Architecture" ;
  dcterms:identifier "GEDRA 0.1" ;
  dcterms:hasVersion "0.1" ;
  dcterms:description "Machine-readable RDF/OWL representation of the data-centric GEDRA 0.1 reference architecture. The human-readable GEDRA specification remains the normative architectural authority." ;
  gedra:namespace "https://specs.kivanura.org/gedra#" ;
  gedra:publicationPath "/specs/gedra/0.1/" ;
  gedra:normativeAuthority "human-readable GEDRA 0.1 specification" ;
  gedra:semanticFoundation <https://specs.kivanura.org/gedrm/0.1> ;
  gedra:scopeBoundary "Data-centric GEDRA 0.1 core; Intelligence / AI Product integration intentionally deferred." .


gedra:relationship a owl:ObjectProperty ;
  rdfs:label "architecture mapping relationship" ;
  rdfs:comment "Identifies the canonical GEDRA relationship used by a reified ArchitectureMapping. The value is a relationship IRI; use of this property does not itself imply semantic equivalence." .

gedra:references a owl:ObjectProperty ;
  rdfs:label "references" .

gedra:relatedGEDRAConstruct a owl:ObjectProperty ;
  rdfs:label "related GEDRA construct" .

gedra:term a owl:AnnotationProperty ;
  rdfs:label "machine term" .

gedra:status a owl:AnnotationProperty ;
  rdfs:label "status" .

gedra:introducedIn a owl:AnnotationProperty ;
  rdfs:label "introduced in version" .

gedra:summary a owl:AnnotationProperty ;
  rdfs:label "summary" .

gedra:purpose a owl:AnnotationProperty ;
  rdfs:label "purpose" .

gedra:intent a owl:AnnotationProperty ;
  rdfs:label "intent" .

gedra:category a owl:AnnotationProperty ;
  rdfs:label "category" .

gedra:severity a owl:AnnotationProperty ;
  rdfs:label "severity" .

gedra:machineCheckability a owl:AnnotationProperty ;
  rdfs:label "machine checkability" .

gedra:namespace a owl:AnnotationProperty ;
  rdfs:label "namespace" .

gedra:publicationPath a owl:AnnotationProperty ;
  rdfs:label "publication path" .

gedra:normativeAuthority a owl:AnnotationProperty ;
  rdfs:label "normative authority" .

gedra:scopeBoundary a owl:AnnotationProperty ;
  rdfs:label "scope boundary" .

gedra:architectureType a owl:AnnotationProperty ;
  rdfs:label "architecture type" .

gedra:gedraVersion a owl:AnnotationProperty ;
  rdfs:label "GEDRA version" .

gedra:mappingType a owl:AnnotationProperty ;
  rdfs:label "mapping type" .

gedra:assessmentResult a owl:AnnotationProperty ;
  rdfs:label "assessment result" .

gedra:profileVersion a owl:AnnotationProperty ;
  rdfs:label "profile version" .

gedra:localTerm a owl:AnnotationProperty ;
  rdfs:label "local term" .

gedra:evidenceType a owl:AnnotationProperty ;
  rdfs:label "evidence type" .

gedra:reason a owl:AnnotationProperty ;
  rdfs:label "reason" .

gedra:rationale a owl:AnnotationProperty ;
  rdfs:label "rationale" .

gedra:notes a owl:AnnotationProperty ;
  rdfs:label "notes" .

gedra:code a owl:AnnotationProperty ;
  rdfs:label "code" .

gedra:section a owl:AnnotationProperty ;
  rdfs:label "section" .

gedra:heading a owl:AnnotationProperty ;
  rdfs:label "heading" .

gedra:document a owl:AnnotationProperty ;
  rdfs:label "document" .

gedra:ordinal a owl:DatatypeProperty ;
  rdfs:label "ordinal" ;
  rdfs:range xsd:integer .

gedra:assessmentDate a owl:DatatypeProperty ;
  rdfs:label "assessment date" ;
  rdfs:range xsd:date .

gedra:effectiveFrom a owl:DatatypeProperty ;
  rdfs:label "effective from" ;
  rdfs:range xsd:date .

gedra:effectiveTo a owl:DatatypeProperty ;
  rdfs:label "effective to" ;
  rdfs:range xsd:date .

gedra:reviewDate a owl:DatatypeProperty ;
  rdfs:label "review date" ;
  rdfs:range xsd:date .

gedra:ArchitecturalConstruct a owl:Class ;
  dcterms:identifier "GEDRA-M-001" ;
  rdfs:label "Architectural Construct" ;
  skos:definition "Abstract parent for governed GEDRA architectural constructs; not intended to be instantiated directly by architecture consumers." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:ArchitecturalPlane a owl:Class ;
  dcterms:identifier "GEDRA-M-002" ;
  rdfs:label "Architectural Plane" ;
  skos:definition "Logical architectural responsibility area in the canonical GEDRA plane model." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:CrossCuttingConcern a owl:Class ;
  dcterms:identifier "GEDRA-M-003" ;
  rdfs:label "Cross-Cutting Concern" ;
  skos:definition "Architectural concern that applies across multiple planes rather than forming an additional plane." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:TechnologyUtilityFoundation a owl:Class ;
  dcterms:identifier "GEDRA-M-004" ;
  rdfs:label "Technology / Utility Foundation" ;
  skos:definition "Enabling technology and utility foundation that realizes architecture without defining semantic authority, ownership, or product status." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:ArchitecturePattern a owl:Class ;
  dcterms:identifier "GEDRA-M-005" ;
  rdfs:label "Architecture Pattern" ;
  skos:definition "Reusable arrangement of GEDRM concepts, GEDRA responsibilities, and interactions addressing a recurring architecture problem." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:ArchitectureView a owl:Class ;
  dcterms:identifier "GEDRA-M-006" ;
  rdfs:label "Architecture View" ;
  skos:definition "Stakeholder-oriented projection of existing GEDRA/GEDRM structure; a view does not create new semantics." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:ArchitectureProfile a owl:Class ;
  dcterms:identifier "GEDRA-M-007" ;
  rdfs:label "Architecture Profile" ;
  skos:definition "Governed specialization of an exact GEDRA release that may add stricter constraints and profile-specific constructs without incompatible redefinition." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:ConformanceLevel a owl:Class ;
  dcterms:identifier "GEDRA-M-008" ;
  rdfs:label "Conformance Level" ;
  skos:definition "Named cumulative level of GEDRA conformance." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:ArchitectureInstance a owl:Class ;
  dcterms:identifier "GEDRA-M-009" ;
  rdfs:label "Architecture Instance" ;
  skos:definition "Machine-readable description of a concrete enterprise, domain, programme, solution, or implementation architecture." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:ArchitectureElement a owl:Class ;
  dcterms:identifier "GEDRA-M-010" ;
  rdfs:label "Architecture Element" ;
  skos:definition "Locally identified element participating in an Architecture Instance." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:ArchitectureMapping a owl:Class ;
  dcterms:identifier "GEDRA-M-011" ;
  rdfs:label "Architecture Mapping" ;
  skos:definition "Explicit mapping between a local architecture element/scope and a GEDRA or GEDRM target using an allowed relationship." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:ConformanceClaim a owl:Class ;
  dcterms:identifier "GEDRA-M-012" ;
  rdfs:label "Conformance Claim" ;
  skos:definition "Governed assertion assessing an Architecture Instance against an exact GEDRA version, scope, conformance level, and optional profile." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:TerminologyMapping a owl:Class ;
  dcterms:identifier "GEDRA-M-013" ;
  rdfs:label "Terminology Mapping" ;
  skos:definition "Explicit mapping from a local term to a canonical GEDRA/GEDRM or other governed target concept." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:ApplicabilityStatement a owl:Class ;
  dcterms:identifier "GEDRA-M-014" ;
  rdfs:label "Applicability Statement" ;
  skos:definition "Statement recording whether a GEDRA responsibility is applicable, not applicable, inherited, or delegated within a defined assessment scope." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:Extension a owl:Class ;
  dcterms:identifier "GEDRA-M-015" ;
  rdfs:label "Extension" ;
  skos:definition "Local addition not defined by GEDRA that preserves GEDRA/GEDRM semantics." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:Deviation a owl:Class ;
  dcterms:identifier "GEDRA-M-016" ;
  rdfs:label "Deviation" ;
  skos:definition "Explicitly governed departure from an applicable GEDRA expectation." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:AssessmentEvidenceReference a owl:Class ;
  dcterms:identifier "GEDRA-M-017" ;
  rdfs:label "Assessment Evidence Reference" ;
  skos:definition "Reference to material supporting an architecture conformance assessment; not itself synonymous with GEDRM Control Evidence." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:ArchitectureDecisionReference a owl:Class ;
  dcterms:identifier "GEDRA-M-018" ;
  rdfs:label "Architecture Decision Reference" ;
  skos:definition "Reference to an Architecture Decision Record or equivalent governed design decision." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:RequirementReference a owl:Class ;
  dcterms:identifier "GEDRA-M-019" ;
  rdfs:label "Requirement Reference" ;
  skos:definition "Architecture-layer reference to an external requirement; where semantic requirement traceability is required, GEDRM Requirement Reference remains authoritative." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:ArchitecturalPlane rdfs:subClassOf gedra:ArchitecturalConstruct .

gedra:CrossCuttingConcern rdfs:subClassOf gedra:ArchitecturalConstruct .

gedra:TechnologyUtilityFoundation rdfs:subClassOf gedra:ArchitecturalConstruct .

gedra:ArchitecturePattern rdfs:subClassOf gedra:ArchitecturalConstruct .

gedra:ArchitectureView rdfs:subClassOf gedra:ArchitecturalConstruct .

gedra:ArchitectureProfile rdfs:subClassOf gedra:ArchitecturalConstruct .

gedra:ConformanceLevel rdfs:subClassOf gedra:ArchitecturalConstruct .

gedra:hasPlane a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-001" ;
  rdfs:label "has plane" ;
  skos:definition "Associates GEDRA with a canonical Architectural Plane." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:hasCrossCuttingConcern a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-002" ;
  rdfs:label "has cross-cutting concern" ;
  skos:definition "Associates GEDRA with a cross-cutting architectural concern." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:hasTechnologyFoundation a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-003" ;
  rdfs:label "has technology foundation" ;
  skos:definition "Associates GEDRA with its enabling Technology / Utility Foundation." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:hasPattern a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-004" ;
  rdfs:label "has pattern" ;
  skos:definition "Associates a reference architecture or profile with an Architecture Pattern." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:hasView a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-005" ;
  rdfs:label "has view" ;
  skos:definition "Associates a reference architecture, architecture instance, or profile with an Architecture View." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:hasProfile a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-006" ;
  rdfs:label "has profile" ;
  skos:definition "Associates GEDRA with a governed profile or external profile reference." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:hasConformanceLevel a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-007" ;
  rdfs:label "has conformance level" ;
  skos:definition "Associates GEDRA with a canonical Conformance Level." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:referencesConcept a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-008" ;
  rdfs:label "references concept" ;
  skos:definition "References a semantic concept owned by GEDRM or another external semantic specification without redefining it." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:hasParticipantConcept a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-009" ;
  rdfs:label "has participant concept" ;
  skos:definition "Identifies a semantic concept that participates in an Architecture Pattern." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:primaryArchitecturalPlacementFor a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-010" ;
  rdfs:label "primary architectural placement for" ;
  skos:definition "Identifies the primary GEDRA architectural placement for a concept without implying exclusive applicability." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:mapsTo a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-011" ;
  rdfs:label "maps to" ;
  skos:definition "States a generic correspondence without by itself asserting semantic equivalence." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:realizes a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-012" ;
  rdfs:label "realizes" ;
  skos:definition "Indicates that a local architecture element or instance realizes an applicable GEDRA architectural responsibility or construct." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:playsRole a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-013" ;
  rdfs:label "plays role" ;
  skos:definition "Maps a local architecture element to a GEDRM role in a defined architecture context." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:usesPattern a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-014" ;
  rdfs:label "uses pattern" ;
  skos:definition "Indicates that an architecture or profile uses a GEDRA Architecture Pattern." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:derivedFrom a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-015" ;
  rdfs:label "derived from" ;
  skos:definition "Identifies architectural derivation that preserves applicable meaning and responsibility; not merely file lineage." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:profileOf a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-016" ;
  rdfs:label "profile of" ;
  skos:definition "Binds a profile to the exact GEDRA release it specializes." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:specializes a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-017" ;
  rdfs:label "specializes" ;
  skos:definition "Indicates that the source preserves parent meaning while adding stricter or more specific constraints." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:requires a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-018" ;
  rdfs:label "requires" ;
  skos:definition "Declares a profile-specific mandatory construct, pattern, registry, obligation, or other requirement." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:projects a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-019" ;
  rdfs:label "projects" ;
  skos:definition "Indicates that a view projects existing architecture or semantics; it does not create new semantics." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:assesses a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-020" ;
  rdfs:label "assesses" ;
  skos:definition "Identifies the Architecture Instance assessed by a Conformance Claim." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:claimsConformanceLevel a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-021" ;
  rdfs:label "claims conformance level" ;
  skos:definition "Identifies the GEDRA conformance level asserted by a Conformance Claim." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:appliesProfile a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-022" ;
  rdfs:label "applies profile" ;
  skos:definition "Identifies a governed profile applied to an architecture or C3 conformance claim." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:hasDeviation a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-023" ;
  rdfs:label "has deviation" ;
  skos:definition "Associates an architecture or conformance claim with an explicitly governed deviation." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:hasExtension a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-024" ;
  rdfs:label "has extension" ;
  skos:definition "Associates an architecture or conformance claim with an explicit local extension." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:hasTerminologyMapping a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-025" ;
  rdfs:label "has terminology mapping" ;
  skos:definition "Associates an architecture, claim, or profile with an explicit terminology mapping." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:supportedBy a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-026" ;
  rdfs:label "supported by" ;
  skos:definition "Associates a Conformance Claim with supporting assessment evidence references." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:inheritedFrom a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-027" ;
  rdfs:label "inherited from" ;
  skos:definition "Identifies the governed source from which an applicable responsibility is inherited." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:delegatedTo a owl:ObjectProperty ;
  dcterms:identifier "GEDRA-R-028" ;
  rdfs:label "delegated to" ;
  skos:definition "Identifies the governed target to which an applicable responsibility is delegated." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:sourceReference a owl:ObjectProperty ;
  rdfs:label "source reference" .

gedra:targetConcept a owl:ObjectProperty ;
  rdfs:label "target concept" .

gedra:subject a owl:ObjectProperty ;
  rdfs:label "subject" .

gedra:targetResponsibility a owl:ObjectProperty ;
  rdfs:label "target responsibility" .

gedra:deviatesFrom a owl:ObjectProperty ;
  rdfs:label "deviates from" .

gedra:replacement a owl:ObjectProperty ;
  rdfs:label "replacement" .

gedra:approvedBy a owl:ObjectProperty ;
  rdfs:label "approved by" .

gedra:assessedBy a owl:ObjectProperty ;
  rdfs:label "assessed by" .

gedra:supersedes a owl:ObjectProperty ;
  rdfs:label "supersedes" .

gedra:architectureElement a owl:ObjectProperty ;
  rdfs:label "architecture element" .

gedra:architectureMapping a owl:ObjectProperty ;
  rdfs:label "architecture mapping" .

gedra:applicabilityStatement a owl:ObjectProperty ;
  rdfs:label "applicability statement" .

gedra:terminologyMapping a owl:ObjectProperty ;
  rdfs:label "terminology mapping" .

gedra:extension a owl:ObjectProperty ;
  rdfs:label "extension" .

gedra:deviation a owl:ObjectProperty ;
  rdfs:label "deviation" .

gedra:assessmentEvidenceReference a owl:ObjectProperty ;
  rdfs:label "assessment evidence reference" .

gedra:normativeReference a owl:ObjectProperty ;
  rdfs:label "normative reference" .

gedra:semanticFoundation a owl:ObjectProperty ;
  rdfs:label "semantic foundation" .

gedra:SemanticEnterpriseOntologyPlane a gedra:ArchitecturalPlane ;
  dcterms:identifier "GEDRA-PL-001" ;
  rdfs:label "Semantic & Enterprise Ontology Plane" ;
  skos:definition "Establishes governed business meaning independently of the systems, stores, interfaces, products, and technologies that realize or transport data." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "6.1 Semantic & Enterprise Ontology Plane; 12.2 Canonical Structure" ;
  gedra:referencesConcept gedrm:DataObject ;
  gedra:referencesConcept gedrm:MasterData ;
  gedra:referencesConcept gedrm:ReferenceData ;
  gedra:referencesConcept gedrm:TransactionalData ;
  gedra:referencesConcept gedrm:MarketData ;
  gedra:referencesConcept gedrm:DerivedData ;
  gedra:referencesConcept gedrm:PersonalData .

gedra:AuthorityPlane a gedra:ArchitecturalPlane ;
  dcterms:identifier "GEDRA-PL-002" ;
  rdfs:label "Authority Plane" ;
  skos:definition "Defines how an enterprise establishes, scopes, records, designates, and communicates authority over data." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "6.2 Authority Plane; 12.4 Canonical Authority Semantics" ;
  gedra:primaryArchitecturalPlacementFor gedrm:DataOriginator ;
  gedra:primaryArchitecturalPlacementFor gedrm:DataProducer ;
  gedra:primaryArchitecturalPlacementFor gedrm:SystemOfRecord ;
  gedra:primaryArchitecturalPlacementFor gedrm:AuthoritativeSource ;
  gedra:primaryArchitecturalPlacementFor gedrm:SourceOfAuthority .

gedra:ProcessingProvisionMovementPlane a gedra:ArchitecturalPlane ;
  dcterms:identifier "GEDRA-PL-003" ;
  rdfs:label "Processing, Provision & Movement Plane" ;
  skos:definition "Defines how data is transformed, derived, transported, exposed, published, distributed, and mediated without collapsing distinct operational responsibilities into a generic integration concern." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "6.3 Processing, Provision & Movement Plane; 12.5 Canonical Processing, Provision & Movement Semantics" ;
  gedra:primaryArchitecturalPlacementFor gedrm:DataTransformer ;
  gedra:primaryArchitecturalPlacementFor gedrm:DataTransportRelay ;
  gedra:primaryArchitecturalPlacementFor gedrm:DataProvider ;
  gedra:primaryArchitecturalPlacementFor gedrm:DataPublisher ;
  gedra:primaryArchitecturalPlacementFor gedrm:DataDistributor ;
  gedra:primaryArchitecturalPlacementFor gedrm:DataBroker ;
  gedra:primaryArchitecturalPlacementFor gedrm:DerivationActivity .

gedra:DataPlatformProductPlane a gedra:ArchitecturalPlane ;
  dcterms:identifier "GEDRA-PL-004" ;
  rdfs:label "Data Platform & Product Plane" ;
  skos:definition "Defines responsibilities for managing, persisting, governing, discovering, operationalizing, and intentionally productizing data while distinguishing platform capabilities, Data Assets, and Data Products." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "6.4 Data Platform & Product Plane; 12.6 Canonical Data Product Semantics" ;
  gedra:primaryArchitecturalPlacementFor gedrm:DataAsset ;
  gedra:primaryArchitecturalPlacementFor gedrm:DataProduct ;
  gedra:referencesConcept gedrm:DataProductOwner ;
  gedra:referencesConcept gedrm:DataContract ;
  gedra:referencesConcept gedrm:DataQualityRule ;
  gedra:referencesConcept gedrm:DataControl ;
  gedra:referencesConcept gedrm:PolicyAsCode .

gedra:ConsumptionAccessPlane a gedra:ArchitecturalPlane ;
  dcterms:identifier "GEDRA-PL-005" ;
  rdfs:label "Consumption & Access Plane" ;
  skos:definition "Defines how consumers discover, assess, request, receive, access, and use governed data, including entitlement and suitability responsibilities." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "6.5 Consumption & Access Plane; 12.7 Canonical Consumption Semantics" ;
  gedra:primaryArchitecturalPlacementFor gedrm:DataRecipient ;
  gedra:primaryArchitecturalPlacementFor gedrm:DataConsumer ;
  gedra:referencesConcept gedrm:DataContract ;
  gedra:referencesConcept gedrm:PersonalData .

gedra:ValueObservabilityFeedbackPlane a gedra:ArchitecturalPlane ;
  dcterms:identifier "GEDRA-PL-006" ;
  rdfs:label "Value, Observability & Feedback Plane" ;
  skos:definition "Closes the loop between data provision, consumption, operational behavior, economic accountability, realized value, feedback, and continuous evolution." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "6.6 Value, Observability & Feedback Plane; 12.8 Canonical Observability Semantic Lock" ;
  gedra:referencesConcept gedrm:DataProduct ;
  gedra:referencesConcept gedrm:DataContract ;
  gedra:referencesConcept gedrm:DataQualityRule ;
  gedra:referencesConcept gedrm:DataControl ;
  gedra:referencesConcept gedrm:ControlEvidence .

gedra:GovernanceAndControl a gedra:CrossCuttingConcern ;
  dcterms:identifier "GEDRA-XC-001" ;
  rdfs:label "Cross-Cutting Governance & Control" ;
  skos:definition "Cross-cutting governance and assurance responsibility spanning GEDRA planes, including policy, contracts, quality rules, controls, control execution, evidence, ownership, privacy, security, lifecycle, lineage, and exceptions." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "7 Cross-Cutting Governance & Control Model; 12.9 Canonical Governance Semantics" ;
  gedra:referencesConcept gedrm:DataPolicy ;
  gedra:referencesConcept gedrm:PolicyAsCode ;
  gedra:referencesConcept gedrm:DataContract ;
  gedra:referencesConcept gedrm:DataQualityRule ;
  gedra:referencesConcept gedrm:DataControl ;
  gedra:referencesConcept gedrm:ControlExecution ;
  gedra:referencesConcept gedrm:ControlEvidence ;
  gedra:referencesConcept gedrm:DataOwner ;
  gedra:referencesConcept gedrm:DataSteward ;
  gedra:referencesConcept gedrm:DataCustodian ;
  gedra:referencesConcept gedrm:DataProductOwner ;
  gedra:referencesConcept gedrm:ControlOwner ;
  gedra:referencesConcept gedrm:DataController ;
  gedra:referencesConcept gedrm:DataProcessor ;
  gedra:referencesConcept gedrm:ProcessingActivity ;
  gedra:referencesConcept gedrm:PersonalData .

gedra:TechnologyUtilityFoundation a gedra:TechnologyUtilityFoundation ;
  dcterms:identifier "GEDRA-TF-001" ;
  rdfs:label "Technology / Utility Foundation" ;
  skos:definition "Enabling compute, storage, network, identity, messaging, API, orchestration, runtime, resilience, observability, policy-enforcement, metadata, and related utility capabilities that do not by themselves establish semantic meaning, authority, ownership, or product status." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "8 Technology / Utility Foundation; 12.10 Canonical Technology Boundary" .

gedra:ScopedAuthorityPattern a gedra:ArchitecturePattern ;
  dcterms:identifier "GEDRA-PT-001" ;
  rdfs:label "Scoped Authority Pattern" ;
  skos:definition "Make authority explicit, scoped, governed, and traceable." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "9.2 Scoped Authority Pattern" ;
  gedra:hasParticipantConcept gedrm:SourceOfAuthority ;
  gedra:hasParticipantConcept gedrm:AuthoritativeSource ;
  gedra:hasParticipantConcept gedrm:SystemOfRecord ;
  gedra:mapsTo gedra:AuthorityPlane .

gedra:AuthoritativeSourcingPattern a gedra:ArchitecturePattern ;
  dcterms:identifier "GEDRA-PT-002" ;
  rdfs:label "Authoritative Sourcing Pattern" ;
  skos:definition "Ensure consumers obtain defined data from an explicitly governed Authoritative Source." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "9.3 Authoritative Sourcing Pattern" ;
  gedra:hasParticipantConcept gedrm:SystemOfRecord ;
  gedra:hasParticipantConcept gedrm:AuthoritativeSource ;
  gedra:hasParticipantConcept gedrm:DataConsumer ;
  gedra:hasParticipantConcept gedrm:DataProduct ;
  gedra:mapsTo gedra:AuthorityPlane ;
  gedra:mapsTo gedra:ConsumptionAccessPlane .

gedra:GovernedDerivationPattern a gedra:ArchitecturePattern ;
  dcterms:identifier "GEDRA-PT-003" ;
  rdfs:label "Governed Derivation Pattern" ;
  skos:definition "Make derivation explicit, traceable, semantically governed, and authority-safe." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "9.4 Governed Derivation Pattern" ;
  gedra:hasParticipantConcept gedrm:DataObject ;
  gedra:hasParticipantConcept gedrm:DerivationActivity ;
  gedra:hasParticipantConcept gedrm:DerivedData ;
  gedra:mapsTo gedra:ProcessingProvisionMovementPlane ;
  gedra:mapsTo gedra:AuthorityPlane .

gedra:GovernedDistributionPattern a gedra:ArchitecturePattern ;
  dcterms:identifier "GEDRA-PT-004" ;
  rdfs:label "Governed Distribution Pattern" ;
  skos:definition "Separate publication, provision, transport, distribution, and brokerage while preserving governance." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "9.5 Governed Distribution Pattern" ;
  gedra:hasParticipantConcept gedrm:AuthoritativeSource ;
  gedra:hasParticipantConcept gedrm:DataProduct ;
  gedra:hasParticipantConcept gedrm:DataPublisher ;
  gedra:hasParticipantConcept gedrm:DataProvider ;
  gedra:hasParticipantConcept gedrm:DataTransportRelay ;
  gedra:hasParticipantConcept gedrm:DataDistributor ;
  gedra:hasParticipantConcept gedrm:DataBroker ;
  gedra:hasParticipantConcept gedrm:DataRecipient ;
  gedra:hasParticipantConcept gedrm:DataConsumer ;
  gedra:mapsTo gedra:ProcessingProvisionMovementPlane ;
  gedra:mapsTo gedra:ConsumptionAccessPlane .

gedra:DataProductizationPattern a gedra:ArchitecturePattern ;
  dcterms:identifier "GEDRA-PT-005" ;
  rdfs:label "Data Productization Pattern" ;
  skos:definition "Provide a repeatable pattern for intentionally promoting a governed Data Asset into a Data Product." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "9.6 Data Productization Pattern" ;
  gedra:hasParticipantConcept gedrm:DataObject ;
  gedra:hasParticipantConcept gedrm:DataAsset ;
  gedra:hasParticipantConcept gedrm:DataProduct ;
  gedra:hasParticipantConcept gedrm:DataProductOwner ;
  gedra:hasParticipantConcept gedrm:DataContract ;
  gedra:mapsTo gedra:DataPlatformProductPlane .

gedra:PolicyControlEvidencePattern a gedra:ArchitecturePattern ;
  dcterms:identifier "GEDRA-PT-006" ;
  rdfs:label "Policy-to-Control-to-Evidence Pattern" ;
  skos:definition "Provide a reusable path from governed expectation to executable assurance and evidence without conflating policy, rules, controls, execution, or evidence." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "9.7 Policy-to-Control-to-Evidence Pattern" ;
  gedra:hasParticipantConcept gedrm:RequirementReference ;
  gedra:hasParticipantConcept gedrm:DataPolicy ;
  gedra:hasParticipantConcept gedrm:PolicyAsCode ;
  gedra:hasParticipantConcept gedrm:DataContract ;
  gedra:hasParticipantConcept gedrm:DataQualityRule ;
  gedra:hasParticipantConcept gedrm:DataControl ;
  gedra:hasParticipantConcept gedrm:ControlExecution ;
  gedra:hasParticipantConcept gedrm:ControlEvidence ;
  gedra:mapsTo gedra:GovernanceAndControl .

gedra:PrivacyProcessingRolePattern a gedra:ArchitecturePattern ;
  dcterms:identifier "GEDRA-PT-007" ;
  rdfs:label "Privacy Processing-Role Pattern" ;
  skos:definition "Keep operational data-flow roles distinct from legal/privacy accountability." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "9.8 Privacy Processing-Role Pattern" ;
  gedra:hasParticipantConcept gedrm:DataController ;
  gedra:hasParticipantConcept gedrm:DataProcessor ;
  gedra:hasParticipantConcept gedrm:ProcessingActivity ;
  gedra:hasParticipantConcept gedrm:PersonalData ;
  gedra:mapsTo gedra:GovernanceAndControl ;
  gedra:mapsTo gedra:ProcessingProvisionMovementPlane .

gedra:ConsumerAccessPattern a gedra:ArchitecturePattern ;
  dcterms:identifier "GEDRA-PT-008" ;
  rdfs:label "Consumer Access Pattern" ;
  skos:definition "Provide a governed discovery-to-consumption flow that preserves suitability, entitlement, policy, and consumer purpose." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "9.9 Consumer Access Pattern" ;
  gedra:hasParticipantConcept gedrm:DataRecipient ;
  gedra:hasParticipantConcept gedrm:DataConsumer ;
  gedra:hasParticipantConcept gedrm:DataContract ;
  gedra:hasParticipantConcept gedrm:PersonalData ;
  gedra:mapsTo gedra:ConsumptionAccessPlane .

gedra:FeedbackProductEvolutionPattern a gedra:ArchitecturePattern ;
  dcterms:identifier "GEDRA-PT-009" ;
  rdfs:label "Feedback & Product Evolution Pattern" ;
  skos:definition "Create an explicit feedback loop from consumption and operation into product and architecture evolution." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "9.10 Feedback & Product Evolution Pattern" ;
  gedra:hasParticipantConcept gedrm:DataProduct ;
  gedra:hasParticipantConcept gedrm:DataContract ;
  gedra:hasParticipantConcept gedrm:DataQualityRule ;
  gedra:hasParticipantConcept gedrm:DataControl ;
  gedra:hasParticipantConcept gedrm:ControlEvidence ;
  gedra:mapsTo gedra:ValueObservabilityFeedbackPlane ;
  gedra:mapsTo gedra:DataPlatformProductPlane .

gedra:GovernedCopyCachePattern a gedra:ArchitecturePattern ;
  dcterms:identifier "GEDRA-PT-010" ;
  rdfs:label "Governed Copy / Cache Pattern" ;
  skos:definition "Allow justified non-owning copies, caches, replicas, or materialized views without losing authority, lineage, freshness, retention, ownership, or consumer-purpose context." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "9.11 Governed Copy / Cache Pattern" ;
  gedra:hasParticipantConcept gedrm:AuthoritativeSource ;
  gedra:hasParticipantConcept gedrm:DataAsset ;
  gedra:hasParticipantConcept gedrm:DataConsumer ;
  gedra:mapsTo gedra:AuthorityPlane ;
  gedra:mapsTo gedra:ProcessingProvisionMovementPlane ;
  gedra:mapsTo gedra:ConsumptionAccessPlane .

gedra:OverviewPlaneView a gedra:ArchitectureView ;
  dcterms:identifier "GEDRA-VW-001" ;
  rdfs:label "Overview / Plane View" ;
  skos:definition "Provides the highest-level representation of GEDRA and the relationship between its major architectural responsibility areas." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "10.3 Overview / Plane View" ;
  gedra:projects gedra:SemanticEnterpriseOntologyPlane ;
  gedra:projects gedra:AuthorityPlane ;
  gedra:projects gedra:ProcessingProvisionMovementPlane ;
  gedra:projects gedra:DataPlatformProductPlane ;
  gedra:projects gedra:ConsumptionAccessPlane ;
  gedra:projects gedra:ValueObservabilityFeedbackPlane ;
  gedra:projects gedra:GovernanceAndControl ;
  gedra:projects gedra:TechnologyUtilityFoundation .

gedra:SemanticView a gedra:ArchitectureView ;
  dcterms:identifier "GEDRA-VW-002" ;
  rdfs:label "Semantic View" ;
  skos:definition "Explains governed business meaning independently of physical representation." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "10.4 Semantic View" ;
  gedra:projects gedra:SemanticEnterpriseOntologyPlane .

gedra:AuthorityView a gedra:ArchitectureView ;
  dcterms:identifier "GEDRA-VW-003" ;
  rdfs:label "Authority View" ;
  skos:definition "Explains state authority, sourcing authority, and designation authority." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "10.5 Authority View" ;
  gedra:projects gedra:AuthorityPlane .

gedra:ProcessingProvisionMovementView a gedra:ArchitectureView ;
  dcterms:identifier "GEDRA-VW-004" ;
  rdfs:label "Processing, Provision & Movement View" ;
  skos:definition "Explains how data is transformed, transported, exposed, published, distributed, or mediated." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "10.6 Processing, Provision & Movement View" ;
  gedra:projects gedra:ProcessingProvisionMovementPlane .

gedra:DataPlatformProductView a gedra:ArchitectureView ;
  dcterms:identifier "GEDRA-VW-005" ;
  rdfs:label "Data Platform & Product View" ;
  skos:definition "Explains the relationship between shared data capabilities, governed Data Assets, intentional Data Products, and product lifecycle." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "10.7 Data Platform & Product View" ;
  gedra:projects gedra:DataPlatformProductPlane .

gedra:ConsumptionAccessView a gedra:ArchitectureView ;
  dcterms:identifier "GEDRA-VW-006" ;
  rdfs:label "Consumption & Access View" ;
  skos:definition "Explains how data is discovered, assessed, entitled, accessed, and used." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "10.8 Consumption & Access View" ;
  gedra:projects gedra:ConsumptionAccessPlane .

gedra:GovernanceAssuranceView a gedra:ArchitectureView ;
  dcterms:identifier "GEDRA-VW-007" ;
  rdfs:label "Governance & Assurance View" ;
  skos:definition "Explains how obligations become operationally governed, assured, and evidenced." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "10.9 Governance & Assurance View" ;
  gedra:projects gedra:GovernanceAndControl .

gedra:PrivacyView a gedra:ArchitectureView ;
  dcterms:identifier "GEDRA-VW-008" ;
  rdfs:label "Privacy View" ;
  skos:definition "Explains privacy/legal role assignments in relation to Personal Data and Processing Activities." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "10.10 Privacy View" ;
  gedra:projects gedra:GovernanceAndControl ;
  gedra:projects gedra:ProcessingProvisionMovementPlane .

gedra:LineageProvenanceView a gedra:ArchitectureView ;
  dcterms:identifier "GEDRA-VW-009" ;
  rdfs:label "Lineage & Provenance View" ;
  skos:definition "Explains where data came from, how it changed, which representations were involved, and what dependencies exist." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "10.11 Lineage & Provenance View" ;
  gedra:projects gedra:SemanticEnterpriseOntologyPlane ;
  gedra:projects gedra:AuthorityPlane ;
  gedra:projects gedra:ProcessingProvisionMovementPlane ;
  gedra:projects gedra:GovernanceAndControl .

gedra:LifecycleChangeView a gedra:ArchitectureView ;
  dcterms:identifier "GEDRA-VW-010" ;
  rdfs:label "Lifecycle & Change View" ;
  skos:definition "Explains version, currentness, deprecation, retirement, effective dates, and downstream impact." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "10.12 Lifecycle & Change View" ;
  gedra:projects gedra:SemanticEnterpriseOntologyPlane ;
  gedra:projects gedra:AuthorityPlane ;
  gedra:projects gedra:DataPlatformProductPlane ;
  gedra:projects gedra:GovernanceAndControl .

gedra:ValueObservabilityFeedbackView a gedra:ArchitectureView ;
  dcterms:identifier "GEDRA-VW-011" ;
  rdfs:label "Value, Observability & Feedback View" ;
  skos:definition "Explains operational health, usage, cost, value, feedback, and evolution." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "10.13 Value, Observability & Feedback View" ;
  gedra:projects gedra:ValueObservabilityFeedbackPlane ;
  gedra:projects gedra:DataPlatformProductPlane .

gedra:HDIPSpecializationView a gedra:ArchitectureView ;
  dcterms:identifier "GEDRA-VW-012" ;
  rdfs:label "HDIP Specialization View" ;
  skos:definition "Demonstrates how the HDIP reference profile may specialize GEDRA without redefining generic GEDRM/GEDRA semantics." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  dcterms:references "10.14 HDIP Specialization View" ;
  gedra:projects gedra:AuthorityPlane ;
  gedra:projects gedra:ProcessingProvisionMovementPlane ;
  gedra:projects gedra:DataPlatformProductPlane ;
  gedra:projects gedra:ConsumptionAccessPlane ;
  gedra:projects gedra:ValueObservabilityFeedbackPlane ;
  gedra:projects gedra:GovernanceAndControl ;
  gedra:projects gedra:TechnologyUtilityFoundation .

gedra:SemanticAlignment a gedra:ConformanceLevel ;
  dcterms:identifier "GEDRA-CL-001" ;
  rdfs:label "Semantic Alignment" ;
  gedra:code "C1" ;
  gedra:ordinal 1 ;
  skos:definition "The architecture preserves applicable GEDRM/GEDRA semantic distinctions and either uses canonical terminology or provides explicit mappings without incompatible semantic redefinition." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" .

gedra:ArchitecturalAlignment a gedra:ConformanceLevel ;
  dcterms:identifier "GEDRA-CL-002" ;
  rdfs:label "Architectural Alignment" ;
  gedra:code "C2" ;
  gedra:ordinal 2 ;
  skos:definition "The architecture satisfies C1 and demonstrably accounts for applicable GEDRA architectural responsibilities while preserving relevant responsibility boundaries, planes, and patterns." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  gedra:requires gedra:SemanticAlignment .

gedra:ProfiledConformance a gedra:ConformanceLevel ;
  dcterms:identifier "GEDRA-CL-003" ;
  rdfs:label "Profiled Conformance" ;
  gedra:code "C3" ;
  gedra:ordinal 3 ;
  skos:definition "The architecture satisfies C1 and C2 and additionally conforms to the applicable constraints and specialization requirements of one or more explicitly identified GEDRA profiles." ;
  gedra:status "normative" ;
  gedra:introducedIn "0.1" ;
  gedra:requires gedra:SemanticAlignment ;
  gedra:requires gedra:ArchitecturalAlignment .

gedra:GEDRA_PROFILE_HDIP a owl:NamedIndividual ;
  rdfs:label "HDIP Reference Profile" ;
  gedra:status "reference-profile" ;
  gedra:gedraVersion "0.1" ;
  gedra:summary "Data-side GEDRA specialization reference. Intelligence / AI Product integration remains intentionally deferred from the GEDRA 0.1 core." .

gedra:ArchitectureTypeScheme a skos:ConceptScheme ;
  rdfs:label "architectureType" .

gedra:ArchitectureTypeScheme_Enterprise a skos:Concept ;
  skos:inScheme gedra:ArchitectureTypeScheme ;
  skos:prefLabel "enterprise" .

gedra:ArchitectureTypeScheme_Domain a skos:Concept ;
  skos:inScheme gedra:ArchitectureTypeScheme ;
  skos:prefLabel "domain" .

gedra:ArchitectureTypeScheme_Programme a skos:Concept ;
  skos:inScheme gedra:ArchitectureTypeScheme ;
  skos:prefLabel "programme" .

gedra:ArchitectureTypeScheme_Solution a skos:Concept ;
  skos:inScheme gedra:ArchitectureTypeScheme ;
  skos:prefLabel "solution" .

gedra:ArchitectureTypeScheme_Implementation a skos:Concept ;
  skos:inScheme gedra:ArchitectureTypeScheme ;
  skos:prefLabel "implementation" .

gedra:ArchitectureTypeScheme_Other a skos:Concept ;
  skos:inScheme gedra:ArchitectureTypeScheme ;
  skos:prefLabel "other" .

gedra:ApplicabilityStatusScheme a skos:ConceptScheme ;
  rdfs:label "applicabilityStatus" .

gedra:ApplicabilityStatusScheme_Applicable a skos:Concept ;
  skos:inScheme gedra:ApplicabilityStatusScheme ;
  skos:prefLabel "applicable" .

gedra:ApplicabilityStatusScheme_NotApplicable a skos:Concept ;
  skos:inScheme gedra:ApplicabilityStatusScheme ;
  skos:prefLabel "not-applicable" .

gedra:ApplicabilityStatusScheme_Inherited a skos:Concept ;
  skos:inScheme gedra:ApplicabilityStatusScheme ;
  skos:prefLabel "inherited" .

gedra:ApplicabilityStatusScheme_Delegated a skos:Concept ;
  skos:inScheme gedra:ApplicabilityStatusScheme ;
  skos:prefLabel "delegated" .

gedra:MappingTypeScheme a skos:ConceptScheme ;
  rdfs:label "mappingType" .

gedra:MappingTypeScheme_Equivalent a skos:Concept ;
  skos:inScheme gedra:MappingTypeScheme ;
  skos:prefLabel "equivalent" .

gedra:MappingTypeScheme_Specializes a skos:Concept ;
  skos:inScheme gedra:MappingTypeScheme ;
  skos:prefLabel "specializes" .

gedra:MappingTypeScheme_Broader a skos:Concept ;
  skos:inScheme gedra:MappingTypeScheme ;
  skos:prefLabel "broader" .

gedra:MappingTypeScheme_Narrower a skos:Concept ;
  skos:inScheme gedra:MappingTypeScheme ;
  skos:prefLabel "narrower" .

gedra:MappingTypeScheme_Related a skos:Concept ;
  skos:inScheme gedra:MappingTypeScheme ;
  skos:prefLabel "related" .

gedra:MappingTypeScheme_NotEquivalent a skos:Concept ;
  skos:inScheme gedra:MappingTypeScheme ;
  skos:prefLabel "not-equivalent" .

gedra:AssessmentResultScheme a skos:ConceptScheme ;
  rdfs:label "assessmentResult" .

gedra:AssessmentResultScheme_Conformant a skos:Concept ;
  skos:inScheme gedra:AssessmentResultScheme ;
  skos:prefLabel "conformant" .

gedra:AssessmentResultScheme_ConformantWithApprovedDeviations a skos:Concept ;
  skos:inScheme gedra:AssessmentResultScheme ;
  skos:prefLabel "conformant-with-approved-deviations" .

gedra:AssessmentResultScheme_NotConformant a skos:Concept ;
  skos:inScheme gedra:AssessmentResultScheme ;
  skos:prefLabel "not-conformant" .

gedra:AssessmentResultScheme_AssessmentIncomplete a skos:Concept ;
  skos:inScheme gedra:AssessmentResultScheme ;
  skos:prefLabel "assessment-incomplete" .

gedra:ClaimStatusScheme a skos:ConceptScheme ;
  rdfs:label "claimStatus" .

gedra:ClaimStatusScheme_Draft a skos:Concept ;
  skos:inScheme gedra:ClaimStatusScheme ;
  skos:prefLabel "draft" .

gedra:ClaimStatusScheme_SelfAssessed a skos:Concept ;
  skos:inScheme gedra:ClaimStatusScheme ;
  skos:prefLabel "self-assessed" .

gedra:ClaimStatusScheme_Reviewed a skos:Concept ;
  skos:inScheme gedra:ClaimStatusScheme ;
  skos:prefLabel "reviewed" .

gedra:ClaimStatusScheme_Approved a skos:Concept ;
  skos:inScheme gedra:ClaimStatusScheme ;
  skos:prefLabel "approved" .

gedra:ClaimStatusScheme_ApprovedWithDeviation a skos:Concept ;
  skos:inScheme gedra:ClaimStatusScheme ;
  skos:prefLabel "approved-with-deviation" .

gedra:ClaimStatusScheme_NotConformant a skos:Concept ;
  skos:inScheme gedra:ClaimStatusScheme ;
  skos:prefLabel "not-conformant" .

gedra:ClaimStatusScheme_Expired a skos:Concept ;
  skos:inScheme gedra:ClaimStatusScheme ;
  skos:prefLabel "expired" .

gedra:ClaimStatusScheme_Superseded a skos:Concept ;
  skos:inScheme gedra:ClaimStatusScheme ;
  skos:prefLabel "superseded" .

gedra:ConstructStatusScheme a skos:ConceptScheme ;
  rdfs:label "constructStatus" .

gedra:ConstructStatusScheme_Draft a skos:Concept ;
  skos:inScheme gedra:ConstructStatusScheme ;
  skos:prefLabel "draft" .

gedra:ConstructStatusScheme_Normative a skos:Concept ;
  skos:inScheme gedra:ConstructStatusScheme ;
  skos:prefLabel "normative" .

gedra:ConstructStatusScheme_Deprecated a skos:Concept ;
  skos:inScheme gedra:ConstructStatusScheme ;
  skos:prefLabel "deprecated" .

gedra:ConstructStatusScheme_Withdrawn a skos:Concept ;
  skos:inScheme gedra:ConstructStatusScheme ;
  skos:prefLabel "withdrawn" .

gedra:ProfileConstructClassificationScheme a skos:ConceptScheme ;
  rdfs:label "profileConstructClassification" .

gedra:ProfileConstructClassificationScheme_SemanticSpecialization a skos:Concept ;
  skos:inScheme gedra:ProfileConstructClassificationScheme ;
  skos:prefLabel "semantic-specialization" .

gedra:ProfileConstructClassificationScheme_ArchitecturalProfileConstruct a skos:Concept ;
  skos:inScheme gedra:ProfileConstructClassificationScheme ;
  skos:prefLabel "architectural-profile-construct" .

gedra:ProfileConstructClassificationScheme_ProductSpecificationConstruct a skos:Concept ;
  skos:inScheme gedra:ProfileConstructClassificationScheme ;
  skos:prefLabel "product-specification-construct" .

gedra:ProfileConstructClassificationScheme_ImplementationConstruct a skos:Concept ;
  skos:inScheme gedra:ProfileConstructClassificationScheme ;
  skos:prefLabel "implementation-construct" .

gedra:ProfileConstructClassificationScheme_ExternalReference a skos:Concept ;
  skos:inScheme gedra:ProfileConstructClassificationScheme ;
  skos:prefLabel "external-reference" .

gedra:ProfileConstructClassificationScheme_CandidateCoreExtension a skos:Concept ;
  skos:inScheme gedra:ProfileConstructClassificationScheme ;
  skos:prefLabel "candidate-core-extension" .

gedra:GEDRA_C_001 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-001" ;
  rdfs:label "Architecture Instance Required Identity" ;
  gedra:category "document-integrity" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "fully-machine-checkable" ;
  skos:definition "An ArchitectureInstance must identify itself, its name, architecture type, scope, GEDRA version, and status." .

gedra:GEDRA_C_002 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-002" ;
  rdfs:label "Conformance Claim Required Identity" ;
  gedra:category "document-integrity" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "fully-machine-checkable" ;
  skos:definition "A ConformanceClaim must identify the assessed ArchitectureInstance, GEDRA version, scope, conformance level, assessment date, assessment result, and status." .

gedra:GEDRA_C_003 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-003" ;
  rdfs:label "Controlled Vocabulary Values" ;
  gedra:category "document-integrity" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "fully-machine-checkable" ;
  skos:definition "Values governed by GEDRA controlled vocabularies must use a registered value." .

gedra:GEDRA_C_004 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-004" ;
  rdfs:label "Canonical Reference Resolution" ;
  gedra:category "document-integrity" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "fully-machine-checkable" ;
  skos:definition "References to canonical GEDRA constructs, relationships, conformance levels, and profiles must resolve to known identifiers or explicitly declared external references." .

gedra:GEDRA_C_005 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-005" ;
  rdfs:label "Exact GEDRA Version Binding" ;
  gedra:category "document-integrity" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "fully-machine-checkable" ;
  skos:definition "A machine-readable architecture, claim, or profile must identify the exact GEDRA version against which it is described or assessed." .

gedra:GEDRA_C_010 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-010" ;
  rdfs:label "C3 Requires Profile" ;
  gedra:category "conformance-claim" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "fully-machine-checkable" ;
  skos:definition "A C3 Profiled Conformance claim must identify at least one applied profile." .

gedra:GEDRA_C_011 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-011" ;
  rdfs:label "Profile Exact Parent Version" ;
  gedra:category "profile-integrity" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "fully-machine-checkable" ;
  skos:definition "A GEDRA profile must identify the exact parent GEDRA version it specializes." .

gedra:GEDRA_C_012 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-012" ;
  rdfs:label "Conformance Levels Are Cumulative" ;
  gedra:category "conformance-claim" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "partly-machine-checkable" ;
  skos:definition "C2 includes C1, and C3 includes C1 plus C2 plus applicable profile requirements; a higher-level conformant claim cannot bypass a failed prerequisite level." .

gedra:GEDRA_C_020 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-020" ;
  rdfs:label "Architecture Mapping Source Required" ;
  gedra:category "architecture-mapping" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "fully-machine-checkable" ;
  skos:definition "Every ArchitectureMapping must identify exactly one source." .

gedra:GEDRA_C_021 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-021" ;
  rdfs:label "Architecture Mapping Relationship Required" ;
  gedra:category "architecture-mapping" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "fully-machine-checkable" ;
  skos:definition "Every ArchitectureMapping must identify exactly one registered relationship." .

gedra:GEDRA_C_022 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-022" ;
  rdfs:label "Architecture Mapping Target Required" ;
  gedra:category "architecture-mapping" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "fully-machine-checkable" ;
  skos:definition "Every ArchitectureMapping must identify exactly one target." .

gedra:GEDRA_C_023 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-023" ;
  rdfs:label "Relationship Source Target Compatibility" ;
  gedra:category "architecture-mapping" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "fully-machine-checkable" ;
  skos:definition "The source and target categories of a mapping must be compatible with the registered GEDRA relationship definition." .

gedra:GEDRA_C_024 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-024" ;
  rdfs:label "Mapping Does Not Imply Equivalence" ;
  gedra:category "architecture-mapping" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "partly-machine-checkable" ;
  skos:definition "A generic mapping must not be interpreted as semantic equivalence unless equivalence is explicitly declared through the controlled mapping semantics." .

gedra:GEDRA_C_030 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-030" ;
  rdfs:label "Not Applicable Requires Rationale" ;
  gedra:category "applicability" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "fully-machine-checkable" ;
  skos:definition "A not-applicable statement must include an explicit rationale demonstrating why the responsibility does not apply to the declared scope." .

gedra:GEDRA_C_031 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-031" ;
  rdfs:label "Inherited Responsibility Requires Source" ;
  gedra:category "applicability" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "fully-machine-checkable" ;
  skos:definition "An inherited applicability statement must identify the architecture or governed source from which the responsibility is inherited." .

gedra:GEDRA_C_032 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-032" ;
  rdfs:label "Delegated Responsibility Requires Target" ;
  gedra:category "applicability" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "fully-machine-checkable" ;
  skos:definition "A delegated applicability statement must identify the governed architecture, capability, or external reference to which the responsibility is delegated." .

gedra:GEDRA_C_033 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-033" ;
  rdfs:label "Applicable Responsibility Should Have Realization Evidence" ;
  gedra:category "applicability" ;
  gedra:severity "Warning" ;
  gedra:machineCheckability "partly-machine-checkable" ;
  skos:definition "An applicable responsibility used in C2/C3 assessment should be linked to an architecture mapping, realization, or other assessment evidence." .

gedra:GEDRA_C_034 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-034" ;
  rdfs:label "Omission Is Not Non Applicability" ;
  gedra:category "applicability" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "assessment-supported" ;
  skos:definition "A material GEDRA responsibility cannot be treated as not applicable merely because it is absent from an architecture description; applicability must be explicit for C2/C3 assessment." .

gedra:GEDRA_C_040 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-040" ;
  rdfs:label "Terminology Mapping Local Term Required" ;
  gedra:category "terminology-mapping" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "fully-machine-checkable" ;
  skos:definition "Every TerminologyMapping must identify exactly one local term." .

gedra:GEDRA_C_041 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-041" ;
  rdfs:label "Terminology Mapping Target Required" ;
  gedra:category "terminology-mapping" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "fully-machine-checkable" ;
  skos:definition "Every TerminologyMapping must identify exactly one canonical or governed target concept." .

gedra:GEDRA_C_042 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-042" ;
  rdfs:label "Terminology Mapping Type Required" ;
  gedra:category "terminology-mapping" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "fully-machine-checkable" ;
  skos:definition "Every TerminologyMapping must declare exactly one controlled mapping type." .

gedra:GEDRA_C_043 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-043" ;
  rdfs:label "Local Terminology Must Be Explicitly Mapped" ;
  gedra:category "terminology-mapping" ;
  gedra:severity "Warning" ;
  gedra:machineCheckability "assessment-supported" ;
  skos:definition "Where local terminology differs materially from GEDRA/GEDRM terminology, an explicit semantically compatible terminology mapping should be supplied." .

gedra:GEDRA_C_050 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-050" ;
  rdfs:label "Deviation Required Core Fields" ;
  gedra:category "deviation-extension" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "fully-machine-checkable" ;
  skos:definition "A deviation must identify its subject, affected GEDRA expectation, reason, and status." .

gedra:GEDRA_C_051 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-051" ;
  rdfs:label "Deviation Should Carry Governance Context" ;
  gedra:category "deviation-extension" ;
  gedra:severity "Warning" ;
  gedra:machineCheckability "partly-machine-checkable" ;
  skos:definition "A material deviation should record scope, risk, approver, duration or review date, and remediation/review plan where applicable." .

gedra:GEDRA_C_052 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-052" ;
  rdfs:label "Semantic Incompatibility Cannot Be Waived Into Conformance" ;
  gedra:category "semantic-integrity" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "partly-machine-checkable" ;
  skos:definition "A deviation that fundamentally redefines a locked GEDRM/GEDRA semantic distinction cannot support a conformant or conformant-with-approved-deviations result." .

gedra:GEDRA_C_053 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-053" ;
  rdfs:label "Extension Must Not Redefine Core Semantics" ;
  gedra:category "deviation-extension" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "partly-machine-checkable" ;
  skos:definition "An extension may add local constructs but must not incompatibly redefine GEDRM/GEDRA core meaning." .

gedra:GEDRA_C_060 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-060" ;
  rdfs:label "C2 and C3 Require Supporting Evidence" ;
  gedra:category "conformance-claim" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "fully-machine-checkable" ;
  skos:definition "A C2 or C3 conformance claim must reference at least one item of assessment evidence." .

gedra:GEDRA_C_061 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-061" ;
  rdfs:label "C1 Preserves Semantic Distinctions" ;
  gedra:category "semantic-integrity" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "assessment-supported" ;
  skos:definition "C1 requires preservation of applicable GEDRM semantic distinctions and forbids incompatible semantic redefinition." .

gedra:GEDRA_C_062 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-062" ;
  rdfs:label "C2 Accounts For Applicable Responsibilities" ;
  gedra:category "architectural-alignment" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "assessment-supported" ;
  skos:definition "C2 requires applicable GEDRA responsibilities to be demonstrably accounted for through realization, inheritance, delegation, legitimate non-applicability, or explicitly governed deviation." .

gedra:GEDRA_C_063 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-063" ;
  rdfs:label "C3 Satisfies Applicable Profile Requirements" ;
  gedra:category "profile-integrity" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "partly-machine-checkable" ;
  skos:definition "C3 requires satisfaction of the applicable requirements of every profile included in the conformance claim in addition to C1 and C2." .

gedra:GEDRA_C_070 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-070" ;
  rdfs:label "Planes Are Not Physical Tiers" ;
  gedra:category "architectural-boundary" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "assessment-supported" ;
  skos:definition "A GEDRA Architectural Plane must not be interpreted as requiring a separate system, application, deployment tier, or physical topology." .

gedra:GEDRA_C_071 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-071" ;
  rdfs:label "Views Do Not Create Semantics" ;
  gedra:category "architectural-boundary" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "partly-machine-checkable" ;
  skos:definition "An Architecture View may project existing GEDRA/GEDRM constructs but must not create or redefine semantic concepts." .

gedra:GEDRA_C_072 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-072" ;
  rdfs:label "Technology Does Not Establish Semantic Authority" ;
  gedra:category "semantic-integrity" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "assessment-supported" ;
  skos:definition "Technology, storage, platform, API, IAM, messaging, or observability tooling must not by itself be treated as establishing semantic meaning, authoritative status, ownership, entitlement semantics, product status, or Data Control status." .

gedra:GEDRA_C_073 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-073" ;
  rdfs:label "Data Product Status Is Intentional" ;
  gedra:category "semantic-integrity" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "assessment-supported" ;
  skos:definition "A Data Asset, API, output port, catalog entry, marketplace listing, platform capability, or widely used dataset must not automatically be treated as a Data Product; productization is intentional and obligation-bearing." .

gedra:GEDRA_C_074 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-074" ;
  rdfs:label "Authority Distinctions Must Be Preserved" ;
  gedra:category "semantic-integrity" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "partly-machine-checkable" ;
  skos:definition "System of Record, Authoritative Source, and Source of Authority must remain distinct, and authorized status must not be treated as authoritative status." .

gedra:GEDRA_C_075 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-075" ;
  rdfs:label "Processing Privacy Distinction Must Be Preserved" ;
  gedra:category "semantic-integrity" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "partly-machine-checkable" ;
  skos:definition "Data Transformer must remain distinct from privacy-law Data Processor." .

gedra:GEDRA_C_076 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-076" ;
  rdfs:label "Governance Construct Distinctions Must Be Preserved" ;
  gedra:category "semantic-integrity" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "partly-machine-checkable" ;
  skos:definition "Data Policy, Policy as Code, Data Contract, Data Quality Rule, Data Control, Control Execution, Control Evidence, metrics, dashboards, and observability signals must not be collapsed into one another." .

gedra:GEDRA_C_077 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-077" ;
  rdfs:label "Consumption Distinctions Must Be Preserved" ;
  gedra:category "semantic-integrity" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "partly-machine-checkable" ;
  skos:definition "Data Recipient must remain distinct from Data Consumer, and discovery, authentication, authorization, entitlement, access, understanding, and usage must not be treated as interchangeable." .

gedra:GEDRA_C_078 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-078" ;
  rdfs:label "Observability Does Not Equal Control Or Value" ;
  gedra:category "semantic-integrity" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "partly-machine-checkable" ;
  skos:definition "Observability capability and health assessment are distinct responsibilities; an observability signal or metric is not automatically Control Evidence or a Data Control, and usage or cost is not automatically value." .

gedra:GEDRA_C_090 a owl:NamedIndividual ;
  dcterms:identifier "GEDRA-C-090" ;
  rdfs:label "AI Product Is Outside GEDRA 0.1 Core" ;
  gedra:category "scope-boundary" ;
  gedra:severity "Violation" ;
  gedra:machineCheckability "fully-machine-checkable" ;
  skos:definition "AI Product and Intelligence-specific semantics must not be introduced as GEDRA 0.1 core constructs; they may only be externally referenced or handled by a future/profile-owned integration." .

gedra:CoreSemanticBoundary a owl:NamedIndividual ;
  rdfs:label "GEDRA 0.1 Core Semantic Boundary" ;
  skos:note "System of Record != Authoritative Source != Source of Authority." ;
  skos:note "Authorized != Authoritative." ;
  skos:note "Data Transformer != privacy-law Data Processor." ;
  skos:note "Data Asset != Data Product; Data Product IS-A Data Asset." ;
  skos:note "Data Policy != Policy as Code != Data Control." ;
  skos:note "Data Contract != Data Quality Rule != Data Control." ;
  skos:note "Control Execution != Control Evidence." ;
  skos:note "Data Recipient != Data Consumer." ;
  skos:note "Output Port != Data Product." ;
  skos:note "Platform Capability != Data Product." ;
  skos:note "Plane 4 Observability Capability != Plane 6 Observability & Health Assessment." ;
  skos:note "Metric != Data Control; Observability Signal != Control Evidence; Usage != Value; Cost != Value." ;
  skos:note "AI Product / Intelligence is intentionally outside the GEDRA 0.1 core." .
