Skip to content

Commit

Permalink
Regenerate Make-managed files
Browse files Browse the repository at this point in the history
References:
* ucoProject/UCO#380

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Jun 7, 2022
1 parent f247f3d commit 0423139
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ontology/CASE-unstable.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4705,12 +4705,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 @@ -4803,6 +4797,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 @@ -12664,10 +12664,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 0423139

Please sign in to comment.