core:specVersion leaf node


URI

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

Label

specVersion

Description

The version of UCO used to characterize a concept.

Usage

DOMAINPROPERTYRANGE
core:UcoObject core:specVersion xs:string

Implementation

@prefix default1: <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#> .

default1:specVersion a owl:DatatypeProperty ;
    rdfs:label "specVersion"@en ;
    rdfs:comment "The version of UCO used to characterize a concept."@en ;
    rdfs:domain default1:UcoObject ;
    rdfs:range xsd:string .