https://ontology.unifiedcyberontology.org/uco/observable/WhoisContactFacet
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]
Instances of observable:WhoisContactFacet can have the following properties:
@prefix observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix vocabulary: <https://ontology.unifiedcyberontology.org/uco/vocabulary/> .
@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 vocabulary:WhoisContactTypeVocab ;
sh:message "Value is outside the default vocabulary WhoisContactTypeVocab." ;
sh:path observable:whoisContactType ;
sh:severity sh:Info ],
[ sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:or ( [ sh:datatype vocabulary:WhoisContactTypeVocab ] [ sh:datatype xsd:string ] ) ;
sh:path observable:whoisContactType ],
[ sh:message "Value is not member of the vocabulary WhoisContactTypeVocab." ;
sh:or ( [ sh:datatype vocabulary:WhoisContactTypeVocab ;
sh:in ( "ADMIN"^^vocabulary:WhoisContactTypeVocab "BILLING"^^vocabulary:WhoisContactTypeVocab "TECHNICAL"^^vocabulary:WhoisContactTypeVocab ) ] [ sh:datatype xsd:string ] ) ;
sh:path observable:whoisContactType ] ;
sh:targetClass observable:WhoisContactFacet .