https://ontology.unifiedcyberontology.org/uco/observable/WhoisContactFacet-whoisContactType-in-shape
@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 .