observable:WhoisContactFacet leaf node


URI

https://ontology.unifiedcyberontology.org/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://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 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 xsd:string ;
            sh:message "As of UCO 1.4.0, the datatype to use for observable:whoisContactType should be xsd:string.  Not using xsd:string will be an error in UCO 2.0.0." ;
            sh:path observable:whoisContactType ;
            sh:severity sh:Warning ],
        [ sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:path observable:whoisContactType ],
        observable:WhoisContactFacet-whoisContactType-in-shape ;
    sh:targetClass observable:WhoisContactFacet .