core:constrainingVocabularyName leaf node


URI

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

Label

constrainingVocabularyName

Description

The name of an explicitly constrained set of string values.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:constrainingVocabularyName xsd:string

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:constrainingVocabularyName a owl:DatatypeProperty ;
    rdfs:label "constrainingVocabularyName"@en ;
    rdfs:comment "The name of an explicitly constrained set of string values."@en ;
    rdfs:range xsd:string .