Fact-checked by Grok 2 weeks ago

Uniform Resource Name

A Uniform Resource Name (URN) is a (URI) that uses the "urn" scheme to provide a persistent, location-independent identifier for an abstract or physical resource, ensuring long-term uniqueness regardless of the resource's availability or location. Unlike locators such as (URLs), which specify how to access a resource via its network location, URNs focus solely on naming without implying retrieval . They are designed to map existing namespaces into a standardized URI framework, supporting global uniqueness and stability over time. The concept of URNs originated in the mid-1990s as part of efforts to standardize resource identification on the , with foundational work appearing in 1630 (1994) and 1737 (1994), which outlined and URN frameworks. The formal syntax was established in 2141 (May 1997), defining URNs as urn:<NID>:<NSS>, where <NID> is a Namespace Identifier (e.g., "ISBN" for International Standard Book Number) and <NSS> is the Namespace-Specific String that provides the unique name within that namespace. This structure allows URNs to encode diverse naming systems, such as ISBNs or UUIDs, into a common format while permitting optional components like resolution parameters (?+), resource parameters (?=), and fragments (#) for enhanced functionality. Over time, URN specifications evolved to address practical needs, with 3406 (2002) introducing namespace definition mechanisms and 8141 (April 2017) providing the current standard by obsoleting earlier documents and refining syntax, registration processes, and security considerations. namespaces are managed through formal or informal registrations via the (IANA), ensuring interoperability across applications like digital libraries, metadata systems, and device identification. Key characteristics include case-insensitivity in the identifier, support for hierarchical paths with slashes in the NSS, and a focus on persistence to avoid obsolescence, making URNs essential for long-lived digital resources.

Definitions and Distinctions

Relation to URIs and URLs

A (URI) serves as the overarching framework for identifying resources on the , defined as a compact sequence of characters that identifies an abstract or physical resource using a generic syntax. This specification, outlined in 3986 (2005), encompasses both locators that provide mechanisms for accessing resources and names that ensure persistent identification, allowing for extensible naming schemes without implying a specific retrieval method. A (URL) represents a subset of URIs that not only identifies a resource but also specifies its primary access mechanism and location, typically through schemes such as "http" or "ftp." For example, a URL like "http://example.com/resource" indicates both the resource's identity and how to retrieve it via the HTTP protocol, distinguishing it from purely naming-focused identifiers. In contrast, a Uniform Resource Name (URN) is a specific of URIs that employs the "urn" to provide persistent, location-independent naming of resources within defined namespaces. As detailed in RFC 8141 (2017), URNs prioritize global uniqueness and longevity over retrieval details, enabling stable references that do not change even if the resource's location varies. Earlier conceptual distinctions often treated URIs, URLs, and URNs as parallel categories, with URLs for location and URNs for naming as separate from the broader URI umbrella, but this view has been deprecated in favor of a unified URI model where URLs and URNs are simply URI instances with particular semantics. This clarification, provided in the W3C's 2001 note on URIs, URLs, and URNs, recommends using "URI" generically to avoid confusion and emphasizes that all such identifiers share the same syntactic foundation. Historically, Uniform Resource Characteristics (URCs) were proposed as a complementary mechanism to URNs for carrying metadata about resources, but the initiative lacked sufficient adoption and was effectively abandoned. This role has since been fulfilled by technologies like Resource Description Framework (RDF), which leverages URIs to describe and link metadata in a structured, web-scale manner.

Purpose and Key Characteristics

The primary purpose of a Uniform Resource Name (URN) is to serve as a persistent, location-independent identifier for resources such as documents, individuals, or abstract concepts within distributed computing systems. URNs enable the global naming of these resources without specifying how or where they can be accessed, focusing instead on stable identification that endures changes in technology or network structure. This design supports applications requiring long-term referencing, such as academic citations or metadata management, by ensuring the name remains valid regardless of the resource's physical location or availability. Key characteristics of URNs include their location independence, which decouples the identifier from any specific , , or retrieval method; permanence, as they are intended to outlast the lifecycle of the or issuing ; scope, achieved through structured namespaces that guarantee uniqueness across the ; and resolvability, where the name can be mapped to locators, , or services via namespace-specific mechanisms rather than direct dereferencing. These attributes make URNs scalable for vast numbers of resources over extended periods, potentially spanning centuries, while supporting legacy identifier systems through extensible syntax. For instance, URNs prioritize human readability with concise, case-insensitive strings that minimize special characters, facilitating transcription and . Compared to Uniform Resource Locators (URLs), URNs offer advantages in resisting , as their persistence avoids dependency on transient network addresses that may become obsolete when resources migrate or servers change. This makes URNs particularly suitable for long-term referencing in scholarly or archival contexts, where URLs might fail due to evolving web infrastructure. However, URNs have limitations, including a lack of inherent dereferenceability—unlike URLs, they do not directly enable resource retrieval and instead require additional resolution services provided by namespace authorities. In the broader web architecture, URNs play a crucial role in enabling persistent identification for the , where they contribute to linking structured data across domains; digital libraries, supporting cataloging and replication of intellectual content; and established identifier systems like the International Standard Book Number () and International Standard Serial Number (), which are integrated as URN namespaces for bibliographic resources.

Historical Development and Standards

Early Concepts and Initial RFCs

The concept of Uniform Resource Names (URNs) was first proposed in RFC 1630 (June 1994) by , introducing URIs as a unifying syntax, with URNs as persistent names distinct from URLs. It emerged further in 1994 within the (IETF) as part of early efforts to develop robust naming schemes for the evolving , specifically to overcome the limitations of Uniform Resource Locators (URLs) in providing persistent identification for resources that might change location or become unavailable. This proposal distinguished URNs as location-independent names from URLs, which primarily served as locators, aiming to enable stable referencing in a distributed environment. RFC 1737, published in December 1994, introduced URNs as a subtype of Uniform Resource Identifiers (URIs) and outlined their functional requirements, emphasizing global uniqueness, persistence, and scalability while providing a basic syntax framework that included a identifier like "urn:" followed by and resource-specific elements. The document specified that URNs must support simple parsing, be transportable across Internet protocols, and accommodate legacy identifiers such as International Standard Book Numbers (ISBNs) to ensure . Building on this foundation, RFC 2141, issued in May 1997, formalized the URN framework by defining a canonical syntax of "urn::", where represents the Identifier (e.g., "ietf") and the Namespace-Specific String, along with rules for , case normalization, and lexical equivalence. It also addressed resolution mechanisms, describing URNs as opaque strings to be processed by dedicated resolvers that map them to resource locations or , and provided examples such as "urn:ietf" to illustrate valid formations. Initial applications of URNs were largely conceptual in the late 1990s, particularly in systems like the developed by the Corporation for National Research Initiatives, which aligned with URN principles for persistent content identification, and in library systems leveraging existing bibliographic standards such as ISBNs and International Standard Serial Numbers (ISSNs) as URN namespaces. These uses demonstrated URNs' potential for stable referencing in scholarly and archival contexts without immediate widespread deployment.

Modern Updates and Current Specification

In 2005, RFC 3986 established the generic syntax for (), integrating () as a specific under "urn" within the broader framework, while maintaining the distinctions between URNs and Uniform Resource Locators (URLs). This standardization emphasized that URNs are location-independent identifiers, providing a unified and model that applies to all subtypes, including URNs. RFC 8141, published in , provided the current core specification for URNs by obsoleting RFC 2141 and refining the definition process. updates include the introduction of an optional q-component (delimited by "?=") for parameters and an f-component (delimited by "#") for fragments to enhance URN expressiveness without altering the core structure, permission for unescaped forward slashes in the Namespace-Specific String (NSS) when they do not conflict with URI hierarchy, and the of experimental prefixes like "X-" to streamline formal registrations. These changes improve and flexibility in URN usage while maintaining persistence and global uniqueness. The (IANA) has maintained the URN Namespace Identifier (NID) registry since 1997, serving as the authoritative source for formal namespace assignments to prevent overlaps and ensure standardized identifiers. As of October 2025, the registry lists 92 formal URN namespaces, covering domains such as digital objects (e.g., "doi"), standards organizations (e.g., "ietf"), and industry-specific identifiers (e.g., "" for electronic product codes). Post-2020 developments have focused on integrating URNs with emerging standards for persistence and , particularly in the system, where the "" namespace underpins long-term resource identification in scholarly publishing without major new RFCs. URNs continue to support ontologies by providing stable, namespace-bound identifiers for RDF resources, facilitating in knowledge graphs. Additionally, URN concepts have seen increased adoption in blockchain-based decentralized identifiers (DIDs), which extend URI syntax—including URN-like persistence—for systems. Current specifications exhibit gaps in addressing concerns, such as potential collisions from unregistered or legacy experimental identifiers, though the IANA registry mitigates this through formal review processes. remains limited, relying primarily on for non-ASCII characters in line with URI rules, with no dedicated URN-specific updates beyond general Internationalized Resource Identifier (IRI) extensions in 3987.

Syntax and Components

Overall Structure

A Uniform Resource Name (URN) is structured as a sequence beginning with the fixed scheme identifier "urn:", followed by a Namespace Identifier (NID) and a Namespace-Specific String (NSS), collectively forming the general syntax urn:NID:NSS. This format ensures that URNs are globally unique and persistent identifiers, distinguishing them from locators like URLs. The syntax is formally defined using Augmented Backus-Naur Form (ABNF) in RFC 8141, where the core rule is assigned-name = "urn" ":" NID ":" NSS. Here, NID consists of alphanumeric characters and hyphens, specifically matching the production (alphanum) 0*30(ldh) (alphanum) with ldh = alphanum / "-", limited to a maximum of 32 characters and prohibiting non-ASCII characters or trailing hyphens. The NSS is defined as pchar *(pchar / "/"), where pchar includes unreserved, sub-delims, pct-encoded, and specific reserved characters, allowing for hierarchical path-like segments with forward slashes since the 2017 update. Additional optional components, such as (?+), query (?=), and fragment (#) parts, may append to the assigned-name but do not alter the core identifier. The component is always "urn:", which is case-insensitive. For encoding, special characters in the NID and NSS are represented using as per 3986, where non-ASCII or reserved characters are encoded (e.g., a space as %20), and equivalence checks normalize percent-encoded octets to uppercase A-F. Case normalization applies globally: the and NID are converted to lowercase, while the NSS remains case-sensitive unless the specifies otherwise. Validity requires that the NSS not be empty, the NID be a registered namespace, and the entire NSS conform to the rules of that namespace to enforce uniqueness. These rules prevent and ensure syntactic well-formedness without embedding location information.

Namespace Identifier and Namespace-Specific String

The Namespace Identifier (NID) is the initial component following the "urn:" in a URN, serving to delineate a specific that governs the and of the identifier. It consists of an assigned string, such as "isbn" for Book Numbers or "uuid" for Universally Unique Identifiers, comprising 2 to 32 characters drawn from alphanumeric characters (a-z, 0-9) and hyphens. NIDs must be registered with the (IANA) through an Expert Review process to ensure uniqueness and prevent conflicts, with fast-track options available for recognized standards development organizations. By convention, NIDs are required to be in lowercase, and they explicitly exclude colons or any non-ASCII characters to maintain syntactic simplicity and compatibility with URI parsing rules. The Namespace-Specific String (NSS) follows the NID, separated by a colon, and represents an opaque string that is unique within the defined , carrying the core identifying without inherent structure imposed by the URN syntax itself. For instance, in the "isbn" , the NSS might encode a specific book's value, ensuring persistence and location independence. Post-RFC 8141, the NSS may incorporate substructures such as hierarchical paths delimited by slashes ("/"). Optional components, such as a query component (q-component) prefixed with "?=" for namespace-specific parameters and a fragment component (f-component) starting with "#", may append after the assigned-name (including the NSS) for enhanced functionality. Reserved characters within the NSS—such as (;), colon (:), (?), (@), (=), (&), (+), ($), (,), square brackets ([]), and others from URI sub-delimiters—must be percent-encoded if intended as literal data, following UTF-8 encoding for any international or non-ASCII characters to preserve universality. The NID and NSS interact modularly: the NID establishes the resolution rules and semantic context for the entire URN, such as mapping to or locators via namespace-specific mechanisms, while the NSS provides the granular, tailored to those rules. This separation enables extensibility, as the NSS can imply (e.g., through path-like segments) without prescribing the underlying access protocol, allowing flexible across diverse systems like digital libraries or registries. Constraints on both components ensure syntactic robustness; for example, the absence of colons in the NID prevents with the NSS , and the opacity of the NSS avoids assumptions about internal delimiters that could conflict with components.

Namespace Types

Formal Namespaces

Formal URN namespaces are officially registered collections of unique identifiers managed under the "urn" scheme, each associated with a specific assigned by the . These namespaces adhere to strict syntactic rules for the NID, which must consist of 1 to 31 case-insensitive alphanumeric characters and hyphens, starting and ending with an alphanumeric character, while avoiding reserved prefixes such as "urn-", "X-", or sequences like "AA-". This formal registration ensures that NIDs are globally unique, persistent, and suitable for production use across the , distinguishing them from provisional or experimental alternatives. The registration process for formal URN namespaces follows the procedures outlined in RFC 8141, requiring submission of a detailed template to IANA via [email protected]. This template must demonstrate organizational stability, competence in identifier assignment, and a commitment to long-term persistence, with the proposal undergoing expert review by designated experts appointed by the Internet Engineering Task Force (IETF). The review evaluates uniqueness, interoperability potential, and alignment with URN goals, such as location independence and resolvability; only upon approval does IANA assign the NID and publish the namespace details in its official registry. As of October 2025, IANA maintains 92 active formal URN namespaces. Key examples of formal namespaces include "" for International Standard Book Numbers, where the Namespace-Specific String (NSS) comprises a 10- or 13-digit ISBN code; "" for International Standard Serial Numbers, using an 8-character ISSN in the NSS; "" for Digital Object Identifiers, managed by the International DOI Foundation for scholarly resources; and "oid" for ASN.1 Object Identifiers, linking to ITU-T and ISO standards for hierarchical naming. These namespaces exemplify standardized applications in , digital objects, and . The primary benefits of formal namespaces lie in their promotion of and permanence, enabling consistent resolution and reference across diverse systems without reliance on transient locations. They are integral to standards, such as those from ISO for bibliographic and object , facilitating resource and . IANA oversees maintenance through periodic registry updates, with ongoing additions and revisions but no fundamental changes to the core framework since the 2017 publication of RFC 8141.

Informal and Experimental Namespaces

Informal namespaces provide a for private or internal use without the full review process required for formal namespaces. These namespaces are identified by Namespace Identifiers (NIDs) that begin with "urn-" followed by a sequence of one or more s, such as "urn-7", where the number starts with a non-zero digit and has no leading zeros. IANA maintains a registry for these informal namespaces by assigning the next available number upon request, ensuring uniqueness without designating a specific or enforcing detailed specifications. This approach allows for quick allocation suitable for prototypes or temporary experiments, while still adhering to the overall syntax of "urn:NID:NSS", where NSS denotes the Namespace-Specific String. Experimental URN namespaces, originally intended for trial and testing purposes, were denoted by NIDs prefixed with "X-", such as "urn:x-example". However, this category has been deprecated since 6648, which removed the experimental designation to simplify management and avoid potential conflicts. In its place, 8141 recommends the use of the "example" , registered as "urn:example", exclusively for documentation and illustrative purposes within RFCs and similar technical specifications. This shift ensures that experimental constructs do not inadvertently enter production environments or collide with formally registered namespaces. Guidelines for these namespaces emphasize their role in non-permanent scenarios: informal namespaces are appropriate for internal prototypes and private testing, while the "urn:example" form is restricted to examples in standards documents to prevent real-world resolution attempts. Both types are designed to avoid interference with formal namespaces by relying on IANA oversight for informal ones and strict limits for experimental examples. Limitations include their unsuitability for production deployment, as they lack the guarantees and resolution services associated with formal registration, potentially leading to issues in persistent identification or . The evolution of these mechanisms reflects a post-2017 emphasis on encouraging formal registration for any namespace intended for long-term use, as outlined in 8141, to promote stability and global consistency in adoption. This update obsoletes earlier practices from 2141 and related documents, prioritizing vetted namespaces to mitigate risks from ad-hoc identifiers.

Examples and Practical Applications

Illustrative URN Examples

A basic example of a URN utilizing the formal "ietf" identifies an IETF document, such as an . The string urn:ietf:rfc:2648 consists of the identifier (NID) "ietf" followed by the -specific string (NSS) "rfc:2648", where "rfc" denotes the document type and "2648" is the specific identifier for the defining the "ietf" itself. Another illustrative URN employs the "isbn" to reference a publication via its Book Number. The string urn:isbn:0-451-45052-3 features the NID "isbn" and an NSS comprising the 10-digit "0-451-45052-3" (including hyphens as separators for readability), which corresponds to S. Beagle's novel . This format adheres to the syntax for ISBN-10 identifiers within the URN framework. For identifiers based on Universally Unique Identifiers (UUIDs), the "uuid" namespace provides a globally unique reference without relying on central authority. The example urn:uuid:6e8bc430-9c3a-11d9-9669-0800200c9a66 uses the NID "uuid" and an NSS that is the 128-bit UUID represented as a hyphenated hexadecimal string (version 1, time-based), ensuring uniqueness through timestamp and node components. URNs may incorporate optional q-components (for query parameters) and f-components (for fragments) as defined in the updated specification, allowing additional context without altering the core identifier. An example is urn:example:resource?q=query#fragment, where "example" is the NID, "resource" forms the base NSS, "?q=query" adds a query parameter, and "#fragment" specifies a subpart; these components were formalized post-2017 to enhance flexibility while maintaining persistence. Informal URNs, intended for non-global or testing purposes, follow a simplified "urn-N" form where N indicates the (typically 5 for ASCII). The string urn-5:local-id employs this structure with "5" denoting the encoding and "local-id" as a private identifier, suitable for internal systems without formal registration.

Use Cases Across Domains

In digital libraries, Uniform Resource Names (URNs) facilitate persistent access to scholarly resources through the , which assigns location-independent identifiers to digital objects such as journal articles. For instance, Digital Object Identifiers () are implemented as URNs in the form urn:doi:10.1000/xyz123, enabling stable resolution to content regardless of hosting changes and supporting across repositories. This approach has been integral to systems like CrossRef and , where over 390 million DOIs (as of January 2025) ensure long-term citation and retrieval of academic publications. URNs also underpin standards-based identifiers in and scientific domains. The International Standard Book Number () integrates with URNs via the namespace urn:isbn, allowing books to be uniquely named and resolved persistently, as specified in RFC 3187, which outlines the syntax for encoding ISBNs within the URN framework to support global bibliographic access. Similarly, the International Standard Serial Number () uses urn:issn for periodicals, ensuring consistent identification of serial publications across libraries and databases. In biodiversity informatics, Life Science Identifiers (LSIDs) employ URNs like urn:lsid:authority:namespace:objectid:version to name biological entities such as species or specimens, promoting data sharing in repositories like the () by providing resolvable, non-hierarchical references that avoid duplication in taxonomic databases. Within , URNs enable the (EPC) standard for tracking physical goods. EPCs are encoded as URNs, such as urn:[epc](/page/EPC):id:sgtin:0614141.107346.2017, which identify serialized items like products in RFID-enabled , facilitating real-time inventory and traceability from manufacturer to er as defined in 5134. This supports standards, allowing seamless integration with enterprise systems for applications in and pharmaceuticals, where accurate item-level reduces errors in global trade flows. Post-2020 developments have expanded applications in emerging technologies. In the , serve as persistent identifiers within (RDF) graphs, linking distributed data sources by naming entities independently of their location, which enhances interoperability in knowledge bases like those used in linked open data projects. For blockchain-based assets, incorporating Universally Unique Identifiers (UUIDs), such as urn:uuid:hex-string, provide stable naming for non-fungible tokens (NFTs) and digital collectibles, ensuring verifiable uniqueness without central authority as outlined in 4122, though adoption remains experimental in decentralized ecosystems. In (IoT) contexts, 9039 defines a URN namespace for device identifiers, such as urn:[dev](/page/Dev):mac:00-50-56-c0-00-01, enabling secure naming and discovery of connected hardware in smart grids and sensor networks, addressing scalability in environments. Despite these advantages, URN deployment faces challenges in resolution and security. Resolution often relies on Name Authority Pointer (NAPTR) DNS records to map URNs to locators, but inconsistent global infrastructure can lead to fragmented access, as NAPTR delegation requires coordinated namespace administration that is not universally implemented. Security vulnerabilities include risks in informal namespaces, where malicious actors could register deceptive URNs to mimic legitimate resources, exploiting trust in persistent identifiers without inherent mechanisms. Adoption barriers persist between centralized platforms, which favor URLs for simplicity, and decentralized systems, where URNs' persistence clashes with dynamic addressing, limiting widespread integration. Looking ahead, URNs hold potential in decentralized identity systems, where their location-independent design aligns with frameworks like Decentralized Identifiers (DIDs), which draw syntactic inspiration from URNs to enable verifiable, user-controlled digital credentials across blockchains and distributed ledgers. This evolution could bridge gaps in modern usage by enhancing interoperability in , supporting privacy-preserving applications in finance and healthcare while addressing scalability through hybrid resolution protocols.

References

  1. [1]
    RFC 8141: Uniform Resource Names (URNs)
    A Uniform Resource Name (URN) is a Uniform Resource Identifier (URI) that is assigned under the "urn" URI scheme and a particular URN namespace.
  2. [2]
  3. [3]
    RFC 2141: URN Syntax
    ### Historical Context and Original Definition of URN from RFC 2141
  4. [4]
    Uniform Resource Names (URN) Namespaces
    Oct 16, 2025 · Formal URN Namespaces. Registration Procedure(s): Expert Review, per Section 6 of [RFC8141]. Fast-track procedure for standards organizations ...
  5. [5]
    RFC 3986 - Uniform Resource Identifier (URI): Generic Syntax
    This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security ...
  6. [6]
  7. [7]
  8. [8]
  9. [9]
    RFC 8141 - Uniform Resource Names (URNs) - IETF Datatracker
    A Uniform Resource Name (URN) is a Uniform Resource Identifier (URI) that is assigned under the "urn" URI scheme and a particular URN namespace.
  10. [10]
  11. [11]
    URIs, URLs, and URNs: Clarifications and Recommendations 1.0
    Sep 21, 2001 · This paper addresses and attempts to clarify two issues pertaining to URIs, and presents recommendations.
  12. [12]
    RFC 3305 - Report from the Joint W3C/IETF URI Planning Interest ...
    The only such additional space ever proposed was Uniform Resource Characteristics (URC) and there never was any buy-in; so without loss of generality, it's ...Missing: abandoned RDF
  13. [13]
    RFC 1737: Functional Requirements for Uniform Resource Names
    This document specifies a minimum set of requirements for a kind of Internet resource identifier known as Uniform Resource Names (URNs).
  14. [14]
    Uniform Resource Names (URN) Progress Report - D-Lib Magazine
    Feb 19, 1996 · A URN identifies a resource or unit of information, independent of its location, and is globally unique and persistent.
  15. [15]
    Using Existing Bibliographic Identifiers as Uniform Resource Names
    This document discusses how three major bibliographic identifiers (the ISBN, ISSN and SICI) can be supported within the URN framework and the currently ...
  16. [16]
    Namespace Registration for Digital Object
    URNs in the URN:DOI namespace are interoperable with URNs in the URN:EIDR namespace (as defined in RFC 7972), in that the above resolution servers work with ...Missing: post- 2020
  17. [17]
    Decentralized Identifiers (DIDs) v1.0 - W3C
    A DID is a specific type of URI (Uniform Resource Identifier), so a DID can refer to any resource. Per [ RFC3986 ]:. the term "resource" is used in a general ...
  18. [18]
  19. [19]
  20. [20]
  21. [21]
  22. [22]
  23. [23]
  24. [24]
    URN:ISBN namespace
    Jun 12, 2017 · For example, the URN http://urn.fi/URN:ISBN:978-952-10-3937-9 identifies Sami Nurmi's doctoral dissertation "Aspects of Inflationary Models at ...
  25. [25]
    'ISSN' URNs - Internet Assigned Numbers Authority
    Jun 22, 2017 · The URN syntax is urn:<NID>:<NSS>, where <NID> will be ISSN. The namespace, “ISSN”, is case-insensitive in processing but is conventionally ...Missing: handle | Show results with:handle
  26. [26]
  27. [27]
  28. [28]
  29. [29]
  30. [30]
  31. [31]
  32. [32]
    RFC 2648: A URN Namespace for IETF Documents
    Examples The following are examples of URNs that a resolver for this namespace can resolve: urn:ietf:rfc:2141 urn:ietf:std:50 urn:ietf:id:ietf-urn-ietf-06 ...
  33. [33]
    None
    Nothing is retrieved...<|control11|><|separator|>
  34. [34]
    DOI® System and the Handle System®
    The DOI system utilises the Handle System as one component in building an added value application, for the persistent, semantically interoperable, ...
  35. [35]
    The What and Whys of DOIs - PMC - PubMed Central
    Nov 17, 2003 · A Digital Object Identifier (DOI) is an URN (Uniform Resource Name), a compact string that provides a unique, persistent, and actionable identifier for the ...
  36. [36]
    URN - issn.org
    With a « Uniform Resource Name », a persistent identifier specifically designed by the Internet Engineering Task Force (IETF), various items or resources ...<|separator|>
  37. [37]
    Review The impact of Life Science Identifier on informatics data
    The LSID syntax defines a uniform resource name (URN) namespace [10]. LSIDs are persistent, globally unique, location-independent identifiers.Review · Lsid Syntax · Conclusion
  38. [38]
    [PDF] EPC Tag Data Standard - GS1
    Sep 11, 2017 · Section 4 provides an overview of the Electronic Product Code (EPC) and how it relates to other GS1 standards and the GS1 General ...
  39. [39]
    RDF - Semantic Web Standards - W3C
    RDF is a standard model for data interchange on the Web, using URIs to name relationships between things, and it facilitates data merging.
  40. [40]
    RFC 9039: Uniform Resource Names for Device Identifiers
    This document describes a new Uniform Resource Name (URN) namespace for hardware device identifiers. A general representation of device identity can be useful ...Missing: digital library 1990s
  41. [41]
    [PDF] Corrupted DNS Resolution Paths: The Rise of a Malicious ...
    We study and document an important development in how attackers are using Internet resources: the creation of mali- cious DNS resolution paths.
  42. [42]
    Critique and Caution regarding Self Sovereign Identity
    Aug 19, 2023 · In fact we deliberately patterned the ABNF for DIDs after the ABNF for URNs—and patterned DID method names after URN namespaces. And we set up a ...