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/
diff --git a/dependencies/UCO b/dependencies/UCO
index 28c80c8..cce001b 160000
--- a/dependencies/UCO
+++ b/dependencies/UCO
@@ -1 +1 @@
-Subproject commit 28c80c84ae34e59733c4c116a43c62422b0bb654
+Subproject commit cce001bc9b6b80847114ce28bf38f7c640334cdd
diff --git a/ontology/investigation/catalog-v001.xml b/ontology/investigation/catalog-v001.xml
index dfa4989..ff2f784 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 4dfcdea..4437d10 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.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
@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.0.0 ;
+ owl:backwardCompatibleWith investigation:1.1.0 ;
owl:imports
- vocabulary:1.1.0 ,
- uco-action:1.1.0 ,
- uco-role: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 2fd7d48..4806688 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.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: .
@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.1.0" ;
+ owl:priorVersion ;
+ owl:versionIRI ;
+ owl:versionInfo "1.2.0" ;
.
diff --git a/ontology/master/catalog-v001.xml b/ontology/master/catalog-v001.xml
index 2ba813b..42c3cfd 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 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