Skip to content

Commit 92cf035

Browse files
committed
Merge branch 'develop' into unstable
2 parents d8b2605 + 83034e5 commit 92cf035

6 files changed

Lines changed: 64 additions & 19 deletions

File tree

ChangeLog

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
2025-03-18
2+
* (7ecdaf4) UCO Issue 629: Revise vocabulary pattern
3+
4+
2025-02-13
5+
* (256b474) UCO Issue 640: Add `core:informalType` and link as parent of type-describing properties
6+
7+
2024-12-19
8+
* (a0a62e9) Issue 167: Adjust top Makefile dependency ordering in submodule initialization
9+
10+
2024-11-23
11+
* (b5720af) UCO Issue 624: Add cpeid to DeviceFacet
12+
13+
2024-11-08
14+
* (96d45fb) UCO Issue 632: Prepare OperatingSystem to become a subclass of Software
15+
* (f759e47) Pull Request 164: Update NIST licensing text
16+
* (2eb3991) UCO Pull Request 642: Update NIST licensing text
17+
18+
2024-11-07
19+
* (820d63d) UCO Pull Request 639: Bump GitHub Action versions
20+
* (cc5535e) UCO Pull Request 638: Refresh validation files to reflect validation tool template updates
21+
22+
2024-10-18
23+
* (557269c) UCO Issue 593: Remove owl:onDatatype from vocabulary definitions
24+
25+
2024-10-16
26+
* (8a353f8) UCO Issue 612: Warn if a `Disk` instance is not also a `StorageMedium`
27+
28+
2024-09-11
29+
* (8ba5929) UCO Issue 549: Add `core:objectStatus`
30+
31+
2024-07-26
32+
* (b93add7) UCO Issue 602: Warn about key-uniqueness enforcement to `types:Dictionary`
33+
34+
2024-06-18
35+
* (0d409cc) UCO Issue 609: Fix typo
36+
37+
2024-06-10
38+
* (5cf57b7) UCO Issues 586, 590: Warn of prior disjointedness declarations in `core:` and `types:`; warn if an `AlternateDataStream` instance is not also a `FileSystemObject`
39+
40+
2024-05-01
41+
* (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`
42+
43+
2024-01-24
44+
* OCCASE-495: Release CASE 1.3.0, with release notes at https://caseontology.org/releases/1.3.0/
45+
146
2024-01-24
247
* (79afa93) UCO Pull Request 579: Update change request template
348

ontology/investigation/catalog-v001.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<uri id="User Entered Import Resolution" uri="../../dependencies/UCO/ontology/uco/role/role.ttl" name="https://ontology.unifiedcyberontology.org/uco/role/1.4.0"/>
1111
<uri id="User Entered Import Resolution" uri="../../dependencies/UCO/ontology/uco/types/types.ttl" name="https://ontology.unifiedcyberontology.org/uco/types/1.4.0"/>
1212
<uri id="User Entered Import Resolution" uri="../../dependencies/UCO/ontology/uco/vocabulary/vocabulary.ttl" name="https://ontology.unifiedcyberontology.org/uco/vocabulary/1.4.0"/>
13-
<uri id="User Entered Import Resolution" uri="../vocabulary/vocabulary.ttl" name="https://ontology.caseontology.org/case/vocabulary/1.3.0"/>
13+
<uri id="User Entered Import Resolution" uri="../vocabulary/vocabulary.ttl" name="https://ontology.caseontology.org/case/vocabulary/1.4.0"/>
1414
<uri id="User Entered Import Resolution" uri="investigation.ttl" name="https://ontology.caseontology.org/case/investigation"/>
1515
</catalog>

ontology/investigation/investigation.ttl

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

@@ -17,14 +17,14 @@
1717
a owl:Ontology ;
1818
rdfs:label "investigation"@en ;
1919
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." ;
20-
owl:backwardCompatibleWith investigation:1.2.0 ;
20+
owl:backwardCompatibleWith investigation:1.3.0 ;
2121
owl:imports
22-
vocabulary:1.3.0 ,
22+
vocabulary:1.4.0 ,
2323
uco-action:1.4.0 ,
2424
uco-role:1.4.0
2525
;
26-
owl:priorVersion investigation:1.2.0 ;
27-
owl:versionIRI investigation:1.3.0 ;
26+
owl:priorVersion investigation:1.3.0 ;
27+
owl:versionIRI investigation:1.4.0 ;
2828
.
2929

3030
investigation:Attorney

ontology/master/case.ttl

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

55
@prefix dct: <http://purl.org/dc/terms/> .
@@ -16,14 +16,14 @@
1616
rdfs:label "case-master"@en ;
1717
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 ;
1818
dct:title "Cyber-investigation Analysis Standard Expression (CASE)"@en ;
19-
owl:backwardCompatibleWith <https://ontology.caseontology.org/case/case/1.2.0> ;
19+
owl:backwardCompatibleWith <https://ontology.caseontology.org/case/case/1.3.0> ;
2020
owl:imports
21-
<https://ontology.caseontology.org/case/investigation/1.3.0> ,
22-
<https://ontology.caseontology.org/case/vocabulary/1.3.0> ,
21+
<https://ontology.caseontology.org/case/investigation/1.4.0> ,
22+
<https://ontology.caseontology.org/case/vocabulary/1.4.0> ,
2323
<https://ontology.unifiedcyberontology.org/uco/uco/1.4.0>
2424
;
25-
owl:priorVersion <https://ontology.caseontology.org/case/case/1.2.0> ;
26-
owl:versionIRI <https://ontology.caseontology.org/case/case/1.3.0> ;
27-
owl:versionInfo "1.3.0" ;
25+
owl:priorVersion <https://ontology.caseontology.org/case/case/1.3.0> ;
26+
owl:versionIRI <https://ontology.caseontology.org/case/case/1.4.0> ;
27+
owl:versionInfo "1.4.0" ;
2828
.
2929

ontology/master/catalog-v001.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<uri id="User Entered Import Resolution" uri="../../dependencies/UCO/ontology/uco/types/types.ttl" name="https://ontology.unifiedcyberontology.org/uco/types/1.4.0"/>
2121
<uri id="User Entered Import Resolution" uri="../../dependencies/UCO/ontology/uco/victim/victim.ttl" name="https://ontology.unifiedcyberontology.org/uco/victim/1.4.0"/>
2222
<uri id="User Entered Import Resolution" uri="../../dependencies/UCO/ontology/uco/vocabulary/vocabulary.ttl" name="https://ontology.unifiedcyberontology.org/uco/vocabulary/1.4.0"/>
23-
<uri id="User Entered Import Resolution" uri="../investigation/investigation.ttl" name="https://ontology.caseontology.org/case/investigation/1.3.0"/>
24-
<uri id="User Entered Import Resolution" uri="../vocabulary/vocabulary.ttl" name="https://ontology.caseontology.org/case/vocabulary/1.3.0"/>
23+
<uri id="User Entered Import Resolution" uri="../investigation/investigation.ttl" name="https://ontology.caseontology.org/case/investigation/1.4.0"/>
24+
<uri id="User Entered Import Resolution" uri="../vocabulary/vocabulary.ttl" name="https://ontology.caseontology.org/case/vocabulary/1.4.0"/>
2525
<uri id="User Entered Import Resolution" uri="case.ttl" name="https://ontology.caseontology.org/case/case"/>
2626
</catalog>

ontology/vocabulary/vocabulary.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<https://ontology.caseontology.org/case/vocabulary>
88
a owl:Ontology ;
99
rdfs:label "vocabularies"@en ;
10-
owl:backwardCompatibleWith vocab:1.2.0 ;
11-
owl:priorVersion vocab:1.2.0 ;
12-
owl:versionIRI vocab:1.3.0 ;
10+
owl:backwardCompatibleWith vocab:1.3.0 ;
11+
owl:priorVersion vocab:1.3.0 ;
12+
owl:versionIRI vocab:1.4.0 ;
1313
.
1414

1515
vocab:InvestigationFormVocab

0 commit comments

Comments
 (0)