vocabulary:WhoisDNSSECTypeVocab leaf node


URI

https://ontology.unifiedcyberontology.org/uco/vocabulary/WhoisDNSSECTypeVocab

Label

Whois DNSSEC Type Vocabulary

Description

Defines an open-vocabulary of acceptable values for the DNSSEC field in a Whois entry.

Usage

Instances of vocabulary:WhoisDNSSECTypeVocab can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class owl:Thing
types:threadNextItem owl:ObjectProperty The link to a next item in a thread. owl:Thing
types:threadPreviousItem owl:ObjectProperty A direct link to a previous item in a thread. owl:Thing

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

vocabulary:WhoisDNSSECTypeVocab a rdfs:Datatype ;
    rdfs:label "Whois DNSSEC Type Vocabulary"@en-US ;
    rdfs:comment "Defines an open-vocabulary of acceptable values for the DNSSEC field in a Whois entry."@en ;
    owl:equivalentClass [ a rdfs:Datatype ;
            owl:onDatatype xsd:string ;
            owl:oneOf ( "Signed"^^vocabulary:WhoisDNSSECTypeVocab "Unsigned"^^vocabulary:WhoisDNSSECTypeVocab ) ] .