observable:ContactSIP-contactSIPScope-in-shape leaf node


URI

https://ontology.unifiedcyberontology.org/uco/observable/ContactSIP-contactSIPScope-in-shape

Label

ContactSIP-contactSIPScope-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:ContactSIP-contactSIPScope-in-shape a sh:PropertyShape ;
    sh:in ( "home" "work" "school" ) ;
    sh:message "Value is not member of the vocabulary ContactSIPScopeVocab." ;
    sh:path observable:contactSIPScope ;
    sh:severity sh:Info .