From 4f5a0b08600f2e61864e197388316502213ee24e Mon Sep 17 00:00:00 2001 From: b0bkaT Date: Thu, 2 Jun 2022 14:20:41 -0400 Subject: [PATCH] Implemented Issue 380 Changed observable:inReplyTo to an owl:DatatypeProperty with an rdfs:range of xsd:string. --- ontology/observable/observable.ttl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ontology/observable/observable.ttl b/ontology/observable/observable.ttl index 48dbb69b..ac8e0965 100644 --- a/ontology/observable/observable.ttl +++ b/ontology/observable/observable.ttl @@ -2403,12 +2403,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 ; @@ -2501,6 +2495,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 ; @@ -10362,10 +10362,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