core:constrainingVocabularyReference leaf node


URI

https://unifiedcyberontology.org/ontology/uco/core#constrainingVocabularyReference

Label

constrainingVocabularyReference

Description

A reference to a specification for an explicitly constrained set of string values. The specification may be unstructured (e.g., web page listing string values) or structured (e.g. RDF/OWL enumeration).

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:constrainingVocabularyReference xsd:anyURI

Implementation

@prefix core: <https://unifiedcyberontology.org/ontology/uco/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

core:constrainingVocabularyReference a owl:DatatypeProperty ;
    rdfs:label "constrainingVocabularyReference"@en ;
    rdfs:comment "A reference to a specification for an explicitly constrained set of string values. The specification may be unstructured (e.g., web page listing string values) or structured (e.g. RDF/OWL enumeration)."@en ;
    rdfs:range xsd:anyURI .