observable:regionalInternetRegistry leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#regionalInternetRegistry

Label

regionalInternetRegistry

Description

specifies the name of the Regional Internet Registry (RIR) which allocated the IP address contained in a WHOIS entry.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:regionalInternetRegistry vocabulary1:RegionalRegistryTypeVocab

Implementation

@prefix observable: <https://unifiedcyberontology.org/ontology/uco/observable#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vocabulary1: <https://unifiedcyberontology.org/ontology/uco/vocabulary#> .

observable:regionalInternetRegistry a owl:DatatypeProperty ;
    rdfs:label "regionalInternetRegistry"@en ;
    rdfs:comment "specifies the name of the Regional Internet Registry (RIR) which allocated the IP address contained in a WHOIS entry."@en ;
    rdfs:range vocabulary1:RegionalRegistryTypeVocab .