You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* (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/
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 ;
21
21
owl:imports
22
-
vocabulary:1.3.0 ,
23
-
uco-action:1.3.0 ,
24
-
uco-role:1.3.0
22
+
vocabulary:1.4.0 ,
23
+
uco-action:1.4.0 ,
24
+
uco-role:1.4.0
25
25
;
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 ;
28
28
.
29
29
30
30
investigation:Attorney
@@ -105,6 +105,7 @@ investigation:Investigation
105
105
rdfs:label "Investigation"@en ;
106
106
rdfs:comment "An investigation is a grouping of characteristics unique to an exploration of the facts involved in a cyber-relevant set of suspicious activity."@en ;
sh:message "Value is outside the default vocabulary InvestigationFormVocab." ;
134
+
sh:message "As of CASE 1.4.0, the datatype to use for investigation:investigationForm should be xsd:string. Not using xsd:string will be an error in CASE 2.0.0." ;
139
135
sh:path investigation:investigationForm ;
140
-
sh:severity sh:Info ;
136
+
sh:severity sh:Warning ;
141
137
] ,
142
138
[
143
-
sh:maxCount "1"^^xsd:integer ;
139
+
sh:datatype xsd:string ;
144
140
sh:nodeKind sh:Literal ;
145
-
sh:or (
146
-
[
147
-
sh:datatype vocabulary:InvestigationFormVocab ;
148
-
]
149
-
[
150
-
sh:datatype xsd:string ;
151
-
]
152
-
) ;
153
-
sh:path investigation:investigationForm ;
141
+
sh:path investigation:focus ;
154
142
] ,
155
143
[
156
-
sh:message "Value is not member of the vocabulary InvestigationFormVocab." ;
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 ;
18
18
dct:title "Cyber-investigation Analysis Standard Expression (CASE)"@en ;
0 commit comments