diff --git a/ChangeLog b/ChangeLog index 053bd62..3aabd4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2026-07-23 + * (217b29b) UCO Issue 666: Fix typo; add class-vs-instance clarifying remarks + +2026-07-19 + * (876173b) UCO Issue 670: Fix typo "withing" + * (876173b) UCO Issue 669: Fix typo "Implemetation" + * (876173b) UCO Issue 667: Fix typo "MessageTread" + * (876173b) UCO Issue 666: Add `core:UcoType` and `action:Technique` + +2025-05-29 + * OCCASE-496: Release CASE 1.4.0, with release notes at https://caseontology.org/releases/1.4.0/ + 2025-03-18 * (7ecdaf4) UCO Issue 629: Revise vocabulary pattern diff --git a/dependencies/UCO b/dependencies/UCO index 9001781..7ebb395 160000 --- a/dependencies/UCO +++ b/dependencies/UCO @@ -1 +1 @@ -Subproject commit 90017815db40dbed02216d215e5d3ae2a2d53833 +Subproject commit 7ebb3957e9e9a2e1bb9c66cd1ede8c912a726344 diff --git a/ontology/investigation/catalog-v001.xml b/ontology/investigation/catalog-v001.xml index c11624f..543ce4e 100644 --- a/ontology/investigation/catalog-v001.xml +++ b/ontology/investigation/catalog-v001.xml @@ -2,14 +2,14 @@ - - - - - - - - - + + + + + + + + + diff --git a/ontology/investigation/investigation.ttl b/ontology/investigation/investigation.ttl index a572ba4..131dc1a 100644 --- a/ontology/investigation/investigation.ttl +++ b/ontology/investigation/investigation.ttl @@ -1,6 +1,6 @@ -# imports: https://ontology.caseontology.org/case/vocabulary/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/action/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/role/1.4.0 +# imports: https://ontology.caseontology.org/case/vocabulary/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/action/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/role/1.5.0 @prefix investigation: . @prefix owl: . @@ -17,14 +17,14 @@ a owl:Ontology ; rdfs:label "investigation"@en ; rdfs:comment "This ontology defines key concepts, and their associated properties and relationships, for characterizing cyber-investigations in the broadest range of contexts, including security incidents, criminal investigations, civil and regulatory matters, intelligence operations, international disputes, accident inquiries, policy violations, and others." ; - owl:backwardCompatibleWith investigation:1.3.0 ; + owl:backwardCompatibleWith investigation:1.4.0 ; owl:imports - vocabulary:1.4.0 , - uco-action:1.4.0 , - uco-role:1.4.0 + vocabulary:1.5.0 , + uco-action:1.5.0 , + uco-role:1.5.0 ; - owl:priorVersion investigation:1.3.0 ; - owl:versionIRI investigation:1.4.0 ; + owl:priorVersion investigation:1.4.0 ; + owl:versionIRI investigation:1.5.0 ; . investigation:Attorney diff --git a/ontology/master/case.ttl b/ontology/master/case.ttl index 3fdc368..e066c21 100644 --- a/ontology/master/case.ttl +++ b/ontology/master/case.ttl @@ -1,6 +1,6 @@ -# imports: https://ontology.caseontology.org/case/investigation/1.4.0 -# imports: https://ontology.caseontology.org/case/vocabulary/1.4.0 -# imports: https://ontology.unifiedcyberontology.org/uco/uco/1.4.0 +# imports: https://ontology.caseontology.org/case/investigation/1.5.0 +# imports: https://ontology.caseontology.org/case/vocabulary/1.5.0 +# imports: https://ontology.unifiedcyberontology.org/uco/uco/1.5.0 @prefix dct: . @prefix owl: . @@ -16,14 +16,14 @@ rdfs:label "case-master"@en ; rdfs:comment "The Cyber-investigation Analysis Standard Expression (CASE) ontology is a community-developed standard that defines concepts used in a broad range of cyber-investigation domains, including digital forensic science, incident response, counter-terrorism, criminal justice, forensic intelligence, and situational awareness. CASE includes all aspects of the digital forensic process, from evidence-gathering and chain of custody, to generating a final report. The goal is to increase sharing and interoperability of cyber-investigation information among organizations and between forensic analytic tools. CASE aligns with and extends the Unified Cyber Ontology (UCO). The preferred namespace abbreviation for this ontology is: case-master."@en ; dct:title "Cyber-investigation Analysis Standard Expression (CASE)"@en ; - owl:backwardCompatibleWith ; + owl:backwardCompatibleWith ; owl:imports - , - , - + , + , + ; - owl:priorVersion ; - owl:versionIRI ; - owl:versionInfo "1.4.0" ; + owl:priorVersion ; + owl:versionIRI ; + owl:versionInfo "1.5.0" ; . diff --git a/ontology/master/catalog-v001.xml b/ontology/master/catalog-v001.xml index bc112a2..9603773 100644 --- a/ontology/master/catalog-v001.xml +++ b/ontology/master/catalog-v001.xml @@ -2,25 +2,25 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/ontology/vocabulary/vocabulary.ttl b/ontology/vocabulary/vocabulary.ttl index 5affbb4..0089eb2 100644 --- a/ontology/vocabulary/vocabulary.ttl +++ b/ontology/vocabulary/vocabulary.ttl @@ -7,9 +7,9 @@ a owl:Ontology ; rdfs:label "vocabularies"@en ; - owl:backwardCompatibleWith vocab:1.3.0 ; - owl:priorVersion vocab:1.3.0 ; - owl:versionIRI vocab:1.4.0 ; + owl:backwardCompatibleWith vocab:1.4.0 ; + owl:priorVersion vocab:1.4.0 ; + owl:versionIRI vocab:1.5.0 ; . vocab:InvestigationFormVocab