observable:inReplyTo leaf node


URI

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

Label

inReplyTo

Description

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

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:inReplyTo xsd:string

Implementation

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

observable:inReplyTo 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 xsd:string .