observable:WhoisContactFacet-whoisContactType-in-shape leaf node


URI

https://ontology.unifiedcyberontology.org/uco/observable/WhoisContactFacet-whoisContactType-in-shape

Label

WhoisContactFacet-whoisContactType-in-shape

Implementation

@prefix observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .

observable:WhoisContactFacet-whoisContactType-in-shape a sh:PropertyShape ;
    sh:in ( "ADMIN" "BILLING" "TECHNICAL" ) ;
    sh:message "Value is not member of the vocabulary WhoisContactTypeVocab." ;
    sh:path observable:whoisContactType ;
    sh:severity sh:Info .