Skip to content

Commit

Permalink
Regenerate Make-managed files
Browse files Browse the repository at this point in the history
References:
* [ONT-465] typo in ttl file
* ucoProject/UCO#373
* ucoProject/UCO#380

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Jun 14, 2022
1 parent cc33a90 commit 960f86c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions ontology/CASE-develop.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -253,14 +253,14 @@ investigation:Examiner
sh:targetClass investigation:Examiner ;
.

investigation:ExaminerActionLifecylce
investigation:ExaminerActionLifecycle
a
owl:Class ,
sh:NodeShape
;
rdfs:subClassOf action:ActionLifecycle ;
rdfs:label "ExaminerActionLifecylce"@en ;
rdfs:comment "An examiner action life cycle is an action pattern consisting of an ordered set of actions or subordinate action-lifecycles performed by an entity acting in a role involved in providing scientific evaluations of evidence that is used to aid law enforcement investigations and court cases."@en ;
rdfs:label "ExaminerActionLifecycle"@en ;
rdfs:comment "An examiner action lifecycle is an action pattern consisting of an ordered set of actions or subordinate action-lifecycles performed by an entity acting in a role involved in providing scientific evaluations of evidence that is used to aid law enforcement investigations and court cases."@en ;
sh:targetClass investigation:ExaminerActionLifecylce ;
.

Expand Down Expand Up @@ -382,7 +382,7 @@ investigation:SubjectActionLifecycle
;
rdfs:subClassOf action:ActionLifecycle ;
rdfs:label "SubjectActionLifecycle"@en ;
rdfs:comment "A subject action life cycle is an action pattern consisting of an ordered set of multiple actions or subordinate action-lifecycles performed by an entity acting in a role whose conduct may be within the scope of an investigation."@en ;
rdfs:comment "A subject action lifecycle is an action pattern consisting of an ordered set of multiple actions or subordinate action-lifecycles performed by an entity acting in a role whose conduct may be within the scope of an investigation."@en ;
sh:targetClass investigation:SubjectActionLifecycle ;
.

Expand All @@ -393,7 +393,7 @@ investigation:VictimActionLifecycle
;
rdfs:subClassOf action:ActionLifecycle ;
rdfs:label "VictimActionLifecycle"@en ;
rdfs:comment "A victim action life cycle is an action pattern consisting of an ordered set of multiple actions or subordinate action-lifecycles performed by an entity acting in a role characterized by its potential to be harmed as a result of a crime, accident, or other event or action."@en ;
rdfs:comment "A victim action lifecycle is an action pattern consisting of an ordered set of multiple actions or subordinate action-lifecycles performed by an entity acting in a role characterized by its potential to be harmed as a result of a crime, accident, or other event or action."@en ;
sh:targetClass investigation:VictimActionLifecycle ;
.

Expand Down Expand Up @@ -4689,12 +4689,6 @@ observable:EmailMessageFacet
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path observable:headerRaw ;
] ,
[
sh:class observable:ObservableObject ;
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path observable:inReplyTo ;
] ,
[
sh:class observable:ObservableObject ;
sh:maxCount "1"^^xsd:integer ;
Expand Down Expand Up @@ -4787,6 +4781,12 @@ observable:EmailMessageFacet
sh:nodeKind sh:Literal ;
sh:path observable:contentType ;
] ,
[
sh:datatype xsd:string ;
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:Literal ;
sh:path observable:inReplyTo ;
] ,
[
sh:datatype xsd:string ;
sh:maxCount "1"^^xsd:integer ;
Expand Down Expand Up @@ -12446,10 +12446,10 @@ observable:impHash
.

observable:inReplyTo
a owl:ObjectProperty ;
a owl:DatatypeProperty ;
rdfs:label "inReplyTo"@en ;
rdfs:comment "One of more unique identifiers for identifying the email(s) this email is a reply to."@en ;
rdfs:range observable:ObservableObject ;
rdfs:range xsd:string ;
.

observable:inetLocation
Expand Down

0 comments on commit 960f86c

Please sign in to comment.