core:id leaf node


URI

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

Label

id

Description

A globally unique identifier for a characterization of a concept.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:id types:Identifier

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 types: <https://unifiedcyberontology.org/ontology/uco/types#> .

core:id a owl:DatatypeProperty ;
    rdfs:label "id"@en ;
    rdfs:comment "A globally unique identifier for a characterization of a concept."@en ;
    rdfs:range types:Identifier .