core:type leaf node


URI

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

Label

type

Description

The explicitly-defined type of characterization of a concept.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:type 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:type a owl:DatatypeProperty ;
    rdfs:label "type"@en ;
    rdfs:comment "The explicitly-defined type of characterization of a concept."@en ;
    rdfs:range xsd:string .