From 9c9c7ba07db517e77638c3c005f5826f8fdcbb6b Mon Sep 17 00:00:00 2001 From: Alex Moskowitz Date: Wed, 29 Apr 2026 09:58:58 -0400 Subject: [PATCH] ontology: document AnnexIII_List as mereological extension scaffold MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add rdfs:comment to :AnnexIII_List explaining it is an open-world extension point by design — not orphaned dead code. New Annex III categories add via bfo:0000051 (has_part); peer regulation lists (GDPR, EO etc.) follow the same pattern. No semantic change. Pipeline backtest: +3474 entailed triples, all classification booleans unchanged. Co-Authored-By: Claude Sonnet 4.6 --- 03_TECHNICAL_CORE/ontology/ARCO_instances_sentinel.ttl | 1 + 1 file changed, 1 insertion(+) diff --git a/03_TECHNICAL_CORE/ontology/ARCO_instances_sentinel.ttl b/03_TECHNICAL_CORE/ontology/ARCO_instances_sentinel.ttl index 2425c50..efabf69 100644 --- a/03_TECHNICAL_CORE/ontology/ARCO_instances_sentinel.ttl +++ b/03_TECHNICAL_CORE/ontology/ARCO_instances_sentinel.ttl @@ -18,6 +18,7 @@ :AnnexIII_List rdf:type :RegulatoryContent ; rdfs:label "Annex III List" ; + rdfs:comment "Mereological scaffold for modeled regulatory conditions. New Annex III categories add via bfo:0000051 (has_part). Peer regulation lists (e.g. GDPR_Article22_List) follow same pattern. Extension point by design — do not remove as orphaned." ; bfo:0000051 :AnnexIII_Condition_Q1 . # has part :AnnexIII_Condition_Q1 rdf:type :RegulatoryContent ;