observable:regionalInternetRegistry-shape-value-outside-default-vocabulary leaf node


URI

https://ontology.unifiedcyberontology.org/uco/observable/regionalInternetRegistry-shape-value-outside-default-vocabulary

Label

regionalInternetRegistry-shape-value-outside-default-vocabulary

Implementation

@prefix observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix vocabulary: <https://ontology.unifiedcyberontology.org/uco/vocabulary/> .

observable:regionalInternetRegistry-shape-value-outside-default-vocabulary a sh:PropertyShape ;
    sh:datatype vocabulary:RegionalRegistryTypeVocab ;
    sh:message "Value is outside the default vocabulary RegionalRegistryTypeVocab." ;
    sh:path observable:regionalInternetRegistry ;
    sh:severity sh:Info .