https://unifiedcyberontology.org/ontology/uco/observable#regionalInternetRegistry
specifies the name of the Regional Internet Registry (RIR) which allocated the IP address contained in a WHOIS entry.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | observable:regionalInternetRegistry | vocabulary1:RegionalRegistryTypeVocab |
@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 .