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
Copy file name to clipboardExpand all lines: ontology/investigation/investigation.ttl
+19-31Lines changed: 19 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -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." ;
0 commit comments