Definition of s4auto:UUID
Defined in https://saref.etsi.org/saref4auto/v1.1.1/ as:
A universally unique identifier (UUID) is a 128-bit number used to identify items and is also known as: globally unique identifier (GUID). In its canonical textual representation, the sixteen octets of a UUID are represented as 32 hexadecimal (base 16) digits, displayed in five groups separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 alphanumeric characters and four hyphens). UUID are documented in ISO/IEC 11578:1996 "Information technology β Open Systems Interconnection β Remote Procedure Call (RPC)" and in ITU-T Rec. X.667 ISO/IEC 9834-8:2005.
Description as a Class
- has super-classes
- s4auto:Identifier
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4auto: <https://saref.etsi.org/saref4auto/> .
s4auto:UUID a owl:Class ;
rdfs:label "UUID"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v1.1.1/> ;
rdfs:comment "A universally unique identifier (UUID) is a 128-bit number used to identify items and is also known as: globally unique identifier (GUID). In its canonical textual representation, the sixteen octets of a UUID are represented as 32 hexadecimal (base 16) digits, displayed in five groups separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 alphanumeric characters and four hyphens). UUID are documented in ISO/IEC 11578:1996 \"Information technology β Open Systems Interconnection β Remote Procedure Call (RPC)\" and in ITU-T Rec. X.667 ISO/IEC 9834-8:2005."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v1.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v1.1.1/> ;
rdfs:subClassOf s4auto:Identifier ;
ns1:hiddenLabel "UUID" .
<https://saref.etsi.org/saref4auto/v1.1.1/> dct:references s4auto:UUID ;
dct:subject s4auto:UUID .