Skip to content

Commit

Permalink
Merge branch 'unstable' into unstable-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnelson-nist committed Feb 26, 2025
2 parents 4256e80 + 7c9defb commit 723ab6a
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions ontology/investigation/investigation.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ investigation:Investigation
rdfs:label "Investigation"@en ;
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:property
investigation:Investigation-investigationForm-in-shape ,
[
sh:class investigation:Authorization ;
sh:nodeKind sh:BlankNodeOrIRI ;
Expand Down Expand Up @@ -139,16 +140,6 @@ investigation:Investigation
sh:nodeKind sh:Literal ;
sh:path investigation:focus ;
] ,
[
sh:in (
"case"
"incident"
"suspicious-activity"
) ;
sh:message "Value is not member of the vocabulary InvestigationFormVocab." ;
sh:path investigation:investigationForm ;
sh:severity sh:Info ;
] ,
[
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:Literal ;
Expand All @@ -158,6 +149,18 @@ investigation:Investigation
sh:targetClass investigation:Investigation ;
.

investigation:Investigation-investigationForm-in-shape
a sh:PropertyShape ;
sh:in (
"case"
"incident"
"suspicious-activity"
) ;
sh:message "Value is not member of the vocabulary InvestigationFormVocab." ;
sh:path investigation:investigationForm ;
sh:severity sh:Info ;
.

investigation:InvestigativeAction
a
owl:Class ,
Expand Down

0 comments on commit 723ab6a

Please sign in to comment.