https://ontology.unifiedcyberontology.org/uco/observable/AccountFacet-accountType-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:AccountFacet-accountType-in-shape a sh:PropertyShape ;
sh:in ( "ldap" "nis" "openid" "radius" "tacacs" "unix" "windows_domain" "windows_local" ) ;
sh:message "Value is not member of the vocabulary AccountTypeVocab." ;
sh:path observable:accountType ;
sh:severity sh:Info .