types:Identifier leaf node


URI

https://unifiedcyberontology.org/ontology/uco/types#Identifier

Label

Identifier

Description

An identifier is a string conformant to the specified UUID-based format for UCO object identifiers.

Implementation

@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix types: <https://unifiedcyberontology.org/ontology/uco/types#> .

types:Identifier a rdfs:Datatype ;
    rdfs:comment "An identifier is a string conformant to the specified UUID-based format for UCO object identifiers."@en .