https://ontology.unifiedcyberontology.org/uco/observable/ContactPhone-contactPhoneScope-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:ContactPhone-contactPhoneScope-in-shape a sh:PropertyShape ;
sh:in ( "home" "work" "school" "mobile" "main" "home fax" "work fax" "pager" ) ;
sh:message "Value is not member of the vocabulary ContactPhoneScopeVocab." ;
sh:path observable:contactPhoneScope ;
sh:severity sh:Info .