vocabulary:RegionalRegistryTypeVocab leaf node


URI

https://unifiedcyberontology.org/ontology/uco/vocabulary#RegionalRegistryTypeVocab

Label

Regional Registry Type Vocabulary

Description

Defines an open-vocabulary of Regional Internet Registries (RIRs) names, represented via their respective acronyms.

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vocabulary: <https://unifiedcyberontology.org/ontology/uco/vocabulary#> .

vocabulary:RegionalRegistryTypeVocab a rdfs:Datatype ;
    rdfs:label "Regional Registry Type Vocabulary"@en-US ;
    rdfs:comment "Defines an open-vocabulary of Regional Internet Registries (RIRs) names, represented via their respective acronyms."@en ;
    rdfs:subClassOf rdfs:Resource ;
    owl:oneOf ( "APNIC"^^vocabulary:RegionalRegistryTypeVocab "ARIN"^^vocabulary:RegionalRegistryTypeVocab "AfriNIC"^^vocabulary:RegionalRegistryTypeVocab "LACNIC"^^vocabulary:RegionalRegistryTypeVocab "RIPE NCC"^^vocabulary:RegionalRegistryTypeVocab ) .