vocabulary:WhoisStatusTypeVocab leaf node


URI

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

Label

Whois Status Type Vocabulary

Description

Defines an open-vocabulary of all valid statuses for a domain within a whois entry.

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:WhoisStatusTypeVocab a rdfs:Datatype ;
    rdfs:label "Whois Status Type Vocabulary"@en-US ;
    rdfs:comment "Defines an open-vocabulary of all valid statuses for a domain within a whois entry."@en ;
    rdfs:subClassOf rdfs:Resource ;
    owl:oneOf ( "ADD_PERIOD"^^vocabulary:WhoisStatusTypeVocab "AUTO_RENEW_PERIOD"^^vocabulary:WhoisStatusTypeVocab "CLIENT_DELETE_PROHIBITED"^^vocabulary:WhoisStatusTypeVocab "CLIENT_HOLD"^^vocabulary:WhoisStatusTypeVocab "CLIENT_RENEW_PROHIBITED"^^vocabulary:WhoisStatusTypeVocab "CLIENT_TRANSFER_PROHIBITED"^^vocabulary:WhoisStatusTypeVocab "CLIENT_UPDATE_PROHIBITED"^^vocabulary:WhoisStatusTypeVocab "DELETE_PROHIBITED"^^vocabulary:WhoisStatusTypeVocab "HOLD"^^vocabulary:WhoisStatusTypeVocab "INACTIVE"^^vocabulary:WhoisStatusTypeVocab "OK"^^vocabulary:WhoisStatusTypeVocab "PENDING_DELETE_RESTORABLE"^^vocabulary:WhoisStatusTypeVocab "PENDING_DELETE_SCHEDULED_FOR_RELEASE"^^vocabulary:WhoisStatusTypeVocab "PENDING_RESTORE"^^vocabulary:WhoisStatusTypeVocab "RENEW_PERIOD"^^vocabulary:WhoisStatusTypeVocab "RENEW_PROHIBITED"^^vocabulary:WhoisStatusTypeVocab "TRANSFER_PERIOD"^^vocabulary:WhoisStatusTypeVocab "TRANSFER_PROHIBITED"^^vocabulary:WhoisStatusTypeVocab "UPDATE_PROHIBITED"^^vocabulary:WhoisStatusTypeVocab ) .