-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Many entries may not have canonical stable URIs at the beginning (for example WebIDs).
Current forms presented by @jeff-zucker create fragment identifiers in a way that could collide (while very unlikely).
Since those are only temporary identifiers that are being created inside of catalog dataset, we could use urn:uuid: which is easy to generate in web browsers with crypto.randomUUID(). This URI scheme is defined in https://www.rfc-editor.org/rfc/rfc4122.html
Metadata
Metadata
Assignees
Labels
No labels