Skip to content

Commit 10253c2

Browse files
committed
Bump UCO to current state of unstable-2.0.0; bump OWL imports
A follow-on patch will regenerate Make-managed files. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 99e995d commit 10253c2

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

ontology/investigation/investigation.ttl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# imports: https://ontology.caseontology.org/case/vocabulary/1.3.0
2-
# imports: https://ontology.unifiedcyberontology.org/uco/action/1.3.0
3-
# imports: https://ontology.unifiedcyberontology.org/uco/role/1.3.0
2+
# imports: https://ontology.unifiedcyberontology.org/uco/action/1.4.0
3+
# imports: https://ontology.unifiedcyberontology.org/uco/role/1.4.0
44

55
@prefix investigation: <https://ontology.caseontology.org/case/investigation/> .
66
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@@ -20,8 +20,8 @@
2020
owl:backwardCompatibleWith investigation:1.2.0 ;
2121
owl:imports
2222
vocabulary:1.3.0 ,
23-
uco-action:1.3.0 ,
24-
uco-role:1.3.0
23+
uco-action:1.4.0 ,
24+
uco-role:1.4.0
2525
;
2626
owl:priorVersion investigation:1.2.0 ;
2727
owl:versionIRI investigation:1.3.0 ;

ontology/master/case.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# imports: https://ontology.caseontology.org/case/investigation/1.3.0
22
# imports: https://ontology.caseontology.org/case/vocabulary/1.3.0
3-
# imports: https://ontology.unifiedcyberontology.org/uco/uco/1.3.0
3+
# imports: https://ontology.unifiedcyberontology.org/uco/uco/1.4.0
44

55
@prefix dct: <http://purl.org/dc/terms/> .
66
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@@ -20,7 +20,7 @@
2020
owl:imports
2121
<https://ontology.caseontology.org/case/investigation/1.3.0> ,
2222
<https://ontology.caseontology.org/case/vocabulary/1.3.0> ,
23-
<https://ontology.unifiedcyberontology.org/uco/uco/1.3.0>
23+
<https://ontology.unifiedcyberontology.org/uco/uco/1.4.0>
2424
;
2525
owl:priorVersion <https://ontology.caseontology.org/case/case/1.2.0> ;
2626
owl:versionIRI <https://ontology.caseontology.org/case/case/1.3.0> ;

0 commit comments

Comments
 (0)