core:specVersion leaf node


URI

https://ontology.unifiedcyberontology.org/uco/core/specVersion

Label

specVersion

Description

The version of UCO ontology or subontology specification used to characterize a concept.

Usage

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

Implementation

@prefix core: <https://ontology.unifiedcyberontology.org/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:specVersion a owl:DatatypeProperty ;
    rdfs:label "specVersion"@en ;
    rdfs:comment "The version of UCO ontology or subontology specification used to characterize a concept."@en ;
    rdfs:range xsd:string .