observable:inReplyTo leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#inReplyTo

Label

inReplyTo

Description

One of more unique identifiers for identifying the email(s) this email is a reply to.

Usage

DOMAINPROPERTYRANGE
observable:EmailMessageFacet observable:inReplyTo observable:ObservableObject

Implementation

@prefix observable: <https://unifiedcyberontology.org/ontology/uco/observable#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

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