Skip to content

Commit

Permalink
Merge branch 'develop' into unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnelson-nist committed Nov 22, 2022
2 parents 4c17e6c + 23308a9 commit 55778cd
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 22 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2022-11-22
* ONT-491: Release CASE 1.1.0, with release notes at https://caseontology.org/releases/1.1.0/

2022-11-18
* (9922288) Issue 119: Test for concept-membership of used design vocabularies
* (137fff8) UCO Issue 491: Bump UCO to remove owl:ontologyIRI concept review
* (48e9d58) UCO Issue 493: Trigger CI on all branches starting with "develop" and "unstable"
* (ae27b42) UCO Issue 504: Test monolithic build with SHACL-SHACL

2022-08-31
* ONT-295: Release CASE 1.0.0, with release notes at https://caseontology.org/releases/1.0.0/
* (761b058): Adopt UCO 1.0.0
Expand Down
18 changes: 9 additions & 9 deletions ontology/investigation/investigation.ttl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# imports: https://ontology.caseontology.org/case/vocabulary/1.0.0
# imports: https://ontology.unifiedcyberontology.org/uco/action/1.0.0
# imports: https://ontology.unifiedcyberontology.org/uco/role/1.0.0
# 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

@prefix investigation: <https://ontology.caseontology.org/case/investigation/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
Expand All @@ -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:imports
vocabulary:1.0.0 ,
uco-action:1.0.0 ,
uco-role:1.0.0
vocabulary:1.1.0 ,
uco-action:1.1.0 ,
uco-role:1.1.0
;
owl:incompatibleWith investigation:0.7.1 ;
owl:priorVersion investigation:0.7.1 ;
owl:versionIRI investigation:1.0.0 ;
owl:priorVersion investigation:1.0.0 ;
owl:versionIRI investigation:1.1.0 ;
.

investigation:Attorney
Expand Down
20 changes: 10 additions & 10 deletions ontology/master/case.ttl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# imports: https://ontology.caseontology.org/case/investigation/1.0.0
# imports: https://ontology.caseontology.org/case/vocabulary/1.0.0
# imports: https://ontology.unifiedcyberontology.org/uco/uco/1.0.0
# 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

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
Expand All @@ -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 <https://ontology.caseontology.org/case/case/1.0.0> ;
owl:imports
<https://ontology.caseontology.org/case/investigation/1.0.0> ,
<https://ontology.caseontology.org/case/vocabulary/1.0.0> ,
<https://ontology.unifiedcyberontology.org/uco/uco/1.0.0>
<https://ontology.caseontology.org/case/investigation/1.1.0> ,
<https://ontology.caseontology.org/case/vocabulary/1.1.0> ,
<https://ontology.unifiedcyberontology.org/uco/uco/1.1.0>
;
owl:incompatibleWith <https://ontology.caseontology.org/case/case/0.7.1> ;
owl:priorVersion <https://ontology.caseontology.org/case/case/0.7.1> ;
owl:versionIRI <https://ontology.caseontology.org/case/case/1.0.0> ;
owl:versionInfo "1.0.0" ;
owl:priorVersion <https://ontology.caseontology.org/case/case/1.0.0> ;
owl:versionIRI <https://ontology.caseontology.org/case/case/1.1.0> ;
owl:versionInfo "1.1.0" ;
.

6 changes: 3 additions & 3 deletions ontology/vocabulary/vocabulary.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<https://ontology.caseontology.org/case/vocabulary>
a owl:Ontology ;
rdfs:label "vocabularies"@en ;
owl:incompatibleWith vocab:0.7.1 ;
owl:priorVersion vocab:0.7.1 ;
owl:versionIRI vocab:1.0.0 ;
owl:backwardCompatibleWith vocab:1.0.0 ;
owl:priorVersion vocab:1.0.0 ;
owl:versionIRI vocab:1.1.0 ;
.

vocab:InvestigationFormVocab
Expand Down

0 comments on commit 55778cd

Please sign in to comment.