observable:regionalInternetRegistry-shape-value-not-vocabulary-member leaf node


URI

https://ontology.unifiedcyberontology.org/uco/observable/regionalInternetRegistry-shape-value-not-vocabulary-member

Label

regionalInternetRegistry-shape-value-not-vocabulary-member

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#> .
@prefix vocabulary: <https://ontology.unifiedcyberontology.org/uco/vocabulary/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

observable:regionalInternetRegistry-shape-value-not-vocabulary-member a sh:PropertyShape ;
    sh:message "Value is not member of the vocabulary RegionalRegistryTypeVocab." ;
    sh:or ( [ sh:datatype vocabulary:RegionalRegistryTypeVocab ;
                sh:in ( "APNIC"^^vocabulary:RegionalRegistryTypeVocab "ARIN"^^vocabulary:RegionalRegistryTypeVocab "AfriNIC"^^vocabulary:RegionalRegistryTypeVocab "LACNIC"^^vocabulary:RegionalRegistryTypeVocab "RIPE NCC"^^vocabulary:RegionalRegistryTypeVocab ) ] [ sh:datatype xsd:string ] ) ;
    sh:path observable:regionalInternetRegistry .