Examples
Worked examples
- Is an instance
{E8E2C0A0-D6BA-11D1-9CDD-0080C7E7B6D8} (a Microsoft-style GUID literal).
- Is an instance
A repository internally minting GUIDs for objects and later assigning DOIs as the public-facing PID.
Counter-examples
Looks similar, but isn't
- Not an instance
A monotonically-increasing integer primary key in one database is not a GUID.
- Not an instance
A short user-chosen URL slug is not a GUID.
Editorial commentary
GUID is a term originating in Microsoft software platforms but widely used as a synonym for UUID. In research-information contexts ‘GUID’ also occurs informally for any opaque global identifier including handles, DOIs, ORCID iDs, and proprietary identifiers issued by repositories. Unlike a UUID (which has a defined ISO/IETF specification), ‘GUID’ has no single normative definition; the literal Microsoft GUID is structurally identical to a Variant-2 UUID.
References
- L
- e
- a
- c
- h
- P
- .
- ,
- M
- e
- a
- l
- l
- i
- n
- g
- M
- .
- ,
- S
- a
- l
- z
- R
- .
- ,
- R
- F
- C
- 4
- 1
- 2
- 2
- ,
- ‘
- A
- U
- n
- i
- v
- e
- r
- s
- a
- l
- l
- y
- U
- n
- i
- q
- u
- e
- I
- D
- e
- n
- t
- i
- f
- i
- e
- r
- (
- U
- U
- I
- D
- )
- U
- R
- N
- N
- a
- m
- e
- s
- p
- a
- c
- e
- ‘
- ,
- I
- E
- T
- F
- ,
- 2
- 0
- 0
- 5
- .
- M
- i
- c
- r
- o
- s
- o
- f
- t
- ,
- ‘
- G
- U
- I
- D
- S
- t
- r
- u
- c
- t
- u
- r
- e
- ‘
- (
- W
- i
- n
- 3
- 2
- d
- o
- c
- u
- m
- e
- n
- t
- a
- t
- i
- o
- n
- )
- .
Also known as
Globally Unique Identifier
Machine-readable encodings
Use in your systems
<role vocab="credit"
vocab-identifier="https://casrai.org/dictionary/"
vocab-term="GUID"
vocab-term-identifier="https://casrai.org/dictionary/term/guid" />{
"@context": "https://schema.org",
"@type": "DefinedTerm",
"name": "GUID",
"identifier": "https://casrai.org/dictionary/term/guid",
"description": "Globally Unique Identifier, a generic term for an identifier that is intended to be unique across all systems and time, most commonly implemented as a 128-bit UUID but used informally for any opaque, globally scoped identifier.",
"inDefinedTermSet": "https://casrai.org/dictionary/domain/the-persistent-identifier-ecosystem/",
"url": "https://casrai.org/dictionary/term/guid",
"sameAs": [
"Globally Unique Identifier"
],
"license": "https://creativecommons.org/licenses/by/4.0/"
}







