observable:WhoisContactFacet leaf node


URI

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

Label

WhoIsContactFacet

Description

A Whois contact type is a grouping of characteristics unique to contact-related information present in a response record conformant to the WHOIS protocol standard (RFC 3912). [based on https://en.wikipedia.org/wiki/WHOIS]

Target Classes (1)

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#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

observable:WhoisContactFacet a owl:Class,
        sh:NodeShape ;
    rdfs:label "WhoIsContactFacet"@en ;
    rdfs:comment "A Whois contact type is a grouping of characteristics unique to contact-related information present in a response record conformant to the WHOIS protocol standard (RFC 3912). [based on https://en.wikipedia.org/wiki/WHOIS]"@en ;
    rdfs:subClassOf observable:ContactFacet ;
    sh:property [ sh:datatype observable:WhoisContactTypeVocab ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:path observable:whoisContactType ] ;
    sh:targetClass observable:WhoisContactFacet .