https://unifiedcyberontology.org/ontology/uco/core#id
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | core:id | types:Identifier |
@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 .