diff --git a/ChangeLog b/ChangeLog index 572c76b..053bd62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2025-03-18 + * (7ecdaf4) UCO Issue 629: Revise vocabulary pattern + +2025-02-13 + * (256b474) UCO Issue 640: Add `core:informalType` and link as parent of type-describing properties + +2024-12-19 + * (a0a62e9) Issue 167: Adjust top Makefile dependency ordering in submodule initialization + +2024-11-23 + * (b5720af) UCO Issue 624: Add cpeid to DeviceFacet + +2024-11-08 + * (96d45fb) UCO Issue 632: Prepare OperatingSystem to become a subclass of Software + * (f759e47) Pull Request 164: Update NIST licensing text + * (2eb3991) UCO Pull Request 642: Update NIST licensing text + +2024-11-07 + * (820d63d) UCO Pull Request 639: Bump GitHub Action versions + * (cc5535e) UCO Pull Request 638: Refresh validation files to reflect validation tool template updates + +2024-10-18 + * (557269c) UCO Issue 593: Remove owl:onDatatype from vocabulary definitions + +2024-10-16 + * (8a353f8) UCO Issue 612: Warn if a `Disk` instance is not also a `StorageMedium` + +2024-09-11 + * (8ba5929) UCO Issue 549: Add `core:objectStatus` + +2024-07-26 + * (b93add7) UCO Issue 602: Warn about key-uniqueness enforcement to `types:Dictionary` + +2024-06-18 + * (0d409cc) UCO Issue 609: Fix typo + +2024-06-10 + * (5cf57b7) UCO Issues 586, 590: Warn of prior disjointedness declarations in `core:` and `types:`; warn if an `AlternateDataStream` instance is not also a `FileSystemObject` + +2024-05-01 + * (50eb05b) UCO Issues 573, 584, 599: Warn if target or source on an `ObservableRelationship` are not `Observable`s; replace errant reference to non-existent concept `owl:Datatype`; remove 1-member minimum on `core:ContextualCompilation` + +2024-01-24 + * OCCASE-495: Release CASE 1.3.0, with release notes at https://caseontology.org/releases/1.3.0/ + 2024-01-24 * (79afa93) UCO Pull Request 579: Update change request template diff --git a/dependencies/UCO b/dependencies/UCO index 2c97100..748aea0 160000 --- a/dependencies/UCO +++ b/dependencies/UCO @@ -1 +1 @@ -Subproject commit 2c97100ea602a3ea4de89d4afb736f15df12772f +Subproject commit 748aea047c92c2da2d5eec4002faeb357b1a41d7 diff --git a/ontology/investigation/catalog-v001.xml b/ontology/investigation/catalog-v001.xml index 07e8525..c11624f 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 7c82faf..a572ba4 100644 --- a/ontology/investigation/investigation.ttl +++ b/ontology/investigation/investigation.ttl @@ -1,6 +1,6 @@ -# imports: https://ontology.caseontology.org/case/vocabulary/1.3.0 -# imports: https://ontology.unifiedcyberontology.org/uco/action/1.3.0 -# imports: https://ontology.unifiedcyberontology.org/uco/role/1.3.0 +# 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 @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.2.0 ; + owl:backwardCompatibleWith investigation:1.3.0 ; owl:imports - vocabulary:1.3.0 , - uco-action:1.3.0 , - uco-role:1.3.0 + vocabulary:1.4.0 , + uco-action:1.4.0 , + uco-role:1.4.0 ; - owl:priorVersion investigation:1.2.0 ; - owl:versionIRI investigation:1.3.0 ; + owl:priorVersion investigation:1.3.0 ; + owl:versionIRI investigation:1.4.0 ; . investigation:Attorney diff --git a/ontology/master/case.ttl b/ontology/master/case.ttl index baad03d..3fdc368 100644 --- a/ontology/master/case.ttl +++ b/ontology/master/case.ttl @@ -1,6 +1,6 @@ -# imports: https://ontology.caseontology.org/case/investigation/1.3.0 -# imports: https://ontology.caseontology.org/case/vocabulary/1.3.0 -# imports: https://ontology.unifiedcyberontology.org/uco/uco/1.3.0 +# 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 @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.3.0" ; + owl:priorVersion ; + owl:versionIRI ; + owl:versionInfo "1.4.0" ; . diff --git a/ontology/master/catalog-v001.xml b/ontology/master/catalog-v001.xml index 49ac868..bc112a2 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 e2a34f2..5affbb4 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.2.0 ; - owl:priorVersion vocab:1.2.0 ; - owl:versionIRI vocab:1.3.0 ; + owl:backwardCompatibleWith vocab:1.3.0 ; + owl:priorVersion vocab:1.3.0 ; + owl:versionIRI vocab:1.4.0 ; . vocab:InvestigationFormVocab