-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Quick links
- Wikipedia
- RFC
- Uniform Resource Names (URNs): https://tools.ietf.org/html/rfc8141
- Functional Requirements for Uniform Resource Names: https://tools.ietf.org/html/rfc1737
- IANA Namespaces: https://www.iana.org/assignments/urn-namespaces/urn-namespaces.xhtml
"A Uniform Resource Name (URN) is a Uniform Resource Identifier (URI) that uses the urn scheme. URNs are globally unique persistent identifiers assigned within defined namespaces so they will be available for a long period of time, even after the resource which they identify ceases to exist or becomes unavailable.[1] URNs cannot be used to directly locate an item and need not be resolvable, as they are simply templates that another parser may use to find an item." -- Wikipedia
As part of reference the datasets (temporary internal name: hdataset
) from different groups (temporary internal name: hsilo
) makes sense to have some way to padronize naming. And URNs, even if is complicated to implement in practice, at least could serve as hint for humans simply avoid using whatever is their creative idea at the moment. (This actually is more important if we're implementing localized translations as part of the [meta issue] hxlm #11 with equal equivalent between translations).