Skip to content

Commit

Permalink
Move sh:in review to named PropertyShape
Browse files Browse the repository at this point in the history
No effects were observed on Make-managed files.

References:
* ucoProject/UCO#629

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Feb 26, 2025
1 parent 4482054 commit aafa90e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 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 aafa90e

Please sign in to comment.