observable:registrantContactInfo leaf node


URI

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

Label

registrantContactInfo

Description

Specifies contact info for the registrant of a domain within a WHOIS entity.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:registrantContactInfo 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:registrantContactInfo a owl:ObjectProperty ;
    rdfs:label "registrantContactInfo"@en ;
    rdfs:comment "Specifies contact info for the registrant of a domain within a WHOIS entity."@en ;
    rdfs:range observable:ObservableObject .