From 373d9936494bc695c42b772067592cf531c16c30 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 28 Mar 2023 14:12:54 -0400 Subject: [PATCH 1/6] Bump UCO to 1.2.0 prerelease state; update import IRIs A follow-on patch will regenerate Make-managed files. Signed-off-by: Alex Nelson --- dependencies/UCO | 2 +- ontology/investigation/investigation.ttl | 8 ++++---- ontology/master/case.ttl | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dependencies/UCO b/dependencies/UCO index 185118f..235f90d 160000 --- a/dependencies/UCO +++ b/dependencies/UCO @@ -1 +1 @@ -Subproject commit 185118f0a48390a07687cacb39dcfbbe2d37fd52 +Subproject commit 235f90d5411faea0821c187847f233a1c796986f diff --git a/ontology/investigation/investigation.ttl b/ontology/investigation/investigation.ttl index 4dfcdea..93b8e9e 100644 --- a/ontology/investigation/investigation.ttl +++ b/ontology/investigation/investigation.ttl @@ -1,6 +1,6 @@ # imports: https://ontology.caseontology.org/case/vocabulary/1.1.0 -# imports: https://ontology.unifiedcyberontology.org/uco/action/1.1.0 -# imports: https://ontology.unifiedcyberontology.org/uco/role/1.1.0 +# imports: https://ontology.unifiedcyberontology.org/uco/action/1.2.0 +# imports: https://ontology.unifiedcyberontology.org/uco/role/1.2.0 @prefix investigation: . @prefix owl: . @@ -20,8 +20,8 @@ owl:backwardCompatibleWith investigation:1.0.0 ; owl:imports vocabulary:1.1.0 , - uco-action:1.1.0 , - uco-role:1.1.0 + uco-action:1.2.0 , + uco-role:1.2.0 ; owl:priorVersion investigation:1.0.0 ; owl:versionIRI investigation:1.1.0 ; diff --git a/ontology/master/case.ttl b/ontology/master/case.ttl index 2fd7d48..82b2659 100644 --- a/ontology/master/case.ttl +++ b/ontology/master/case.ttl @@ -1,6 +1,6 @@ # imports: https://ontology.caseontology.org/case/investigation/1.1.0 # imports: https://ontology.caseontology.org/case/vocabulary/1.1.0 -# imports: https://ontology.unifiedcyberontology.org/uco/uco/1.1.0 +# imports: https://ontology.unifiedcyberontology.org/uco/uco/1.2.0 @prefix dct: . @prefix owl: . @@ -20,7 +20,7 @@ owl:imports , , - + ; owl:priorVersion ; owl:versionIRI ; From 1a65a68e7f7567e8bf0564336d83f11106229294 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 28 Mar 2023 14:17:07 -0400 Subject: [PATCH 2/6] Regenerate Make-managed files Signed-off-by: Alex Nelson --- ontology/investigation/catalog-v001.xml | 16 +++++------ ontology/master/catalog-v001.xml | 36 ++++++++++++------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/ontology/investigation/catalog-v001.xml b/ontology/investigation/catalog-v001.xml index dfa4989..24563ea 100644 --- a/ontology/investigation/catalog-v001.xml +++ b/ontology/investigation/catalog-v001.xml @@ -2,14 +2,14 @@ - - - - - - - - + + + + + + + + diff --git a/ontology/master/catalog-v001.xml b/ontology/master/catalog-v001.xml index 2ba813b..92b63f9 100644 --- a/ontology/master/catalog-v001.xml +++ b/ontology/master/catalog-v001.xml @@ -2,24 +2,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + From 05bcab011fda1938d4723d4f2d5657328a64326b Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 28 Mar 2023 14:19:12 -0400 Subject: [PATCH 3/6] Bump version A follow-on patch will regenerate Make-managed files. Signed-off-by: Alex Nelson --- ontology/investigation/investigation.ttl | 10 +++++----- ontology/master/case.ttl | 16 ++++++++-------- ontology/vocabulary/vocabulary.ttl | 6 +++--- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ontology/investigation/investigation.ttl b/ontology/investigation/investigation.ttl index 93b8e9e..4437d10 100644 --- a/ontology/investigation/investigation.ttl +++ b/ontology/investigation/investigation.ttl @@ -1,4 +1,4 @@ -# imports: https://ontology.caseontology.org/case/vocabulary/1.1.0 +# imports: https://ontology.caseontology.org/case/vocabulary/1.2.0 # imports: https://ontology.unifiedcyberontology.org/uco/action/1.2.0 # imports: https://ontology.unifiedcyberontology.org/uco/role/1.2.0 @@ -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.0.0 ; + owl:backwardCompatibleWith investigation:1.1.0 ; owl:imports - vocabulary:1.1.0 , + vocabulary:1.2.0 , uco-action:1.2.0 , uco-role:1.2.0 ; - owl:priorVersion investigation:1.0.0 ; - owl:versionIRI investigation:1.1.0 ; + owl:priorVersion investigation:1.1.0 ; + owl:versionIRI investigation:1.2.0 ; . investigation:Attorney diff --git a/ontology/master/case.ttl b/ontology/master/case.ttl index 82b2659..4806688 100644 --- a/ontology/master/case.ttl +++ b/ontology/master/case.ttl @@ -1,5 +1,5 @@ -# imports: https://ontology.caseontology.org/case/investigation/1.1.0 -# imports: https://ontology.caseontology.org/case/vocabulary/1.1.0 +# imports: https://ontology.caseontology.org/case/investigation/1.2.0 +# imports: https://ontology.caseontology.org/case/vocabulary/1.2.0 # imports: https://ontology.unifiedcyberontology.org/uco/uco/1.2.0 @prefix dct: . @@ -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.1.0" ; + owl:priorVersion ; + owl:versionIRI ; + owl:versionInfo "1.2.0" ; . diff --git a/ontology/vocabulary/vocabulary.ttl b/ontology/vocabulary/vocabulary.ttl index 9861210..6798df0 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.0.0 ; - owl:priorVersion vocab:1.0.0 ; - owl:versionIRI vocab:1.1.0 ; + owl:backwardCompatibleWith vocab:1.1.0 ; + owl:priorVersion vocab:1.1.0 ; + owl:versionIRI vocab:1.2.0 ; . vocab:InvestigationFormVocab From 7bd5a457f2f1a6e051a016a9bdd12dfee9d06afb Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 28 Mar 2023 14:28:53 -0400 Subject: [PATCH 4/6] Regenerate Make-managed files Signed-off-by: Alex Nelson --- ontology/investigation/catalog-v001.xml | 2 +- ontology/master/catalog-v001.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ontology/investigation/catalog-v001.xml b/ontology/investigation/catalog-v001.xml index 24563ea..ff2f784 100644 --- a/ontology/investigation/catalog-v001.xml +++ b/ontology/investigation/catalog-v001.xml @@ -10,6 +10,6 @@ - + diff --git a/ontology/master/catalog-v001.xml b/ontology/master/catalog-v001.xml index 92b63f9..42c3cfd 100644 --- a/ontology/master/catalog-v001.xml +++ b/ontology/master/catalog-v001.xml @@ -20,7 +20,7 @@ - - + + From b2315904a38aa349dbd61a178d1373f742728fc0 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 28 Mar 2023 15:31:49 -0400 Subject: [PATCH 5/6] Log changes Signed-off-by: Alex Nelson --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 80ff924..a1e83ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2023-03-28 + * (0cb7b85) UCO Issue 449: Enable generating Protégé catalog files + 2022-11-22 * ONT-491: Release CASE 1.1.0, with release notes at https://caseontology.org/releases/1.1.0/ From 74aed3b4e72c3fa7e23dac66dc514d52b89fc667 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 29 Mar 2023 07:20:53 -0400 Subject: [PATCH 6/6] Bump UCO pointer to 1.2.0 release No effects were observed on Make-managed files. Signed-off-by: Alex Nelson --- dependencies/UCO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/UCO b/dependencies/UCO index 235f90d..5bb9243 160000 --- a/dependencies/UCO +++ b/dependencies/UCO @@ -1 +1 @@ -Subproject commit 235f90d5411faea0821c187847f233a1c796986f +Subproject commit 5bb9243e62a9978fcf0e9f6e9e5ce19d6a254135