Examples
Worked examples
- Is an instance
https://doi.org/10.1038/nature14539 resolving with a 302 to nature.com.
- Is an instance
Content negotiation on the same DOI returning Crossref JSON metadata when Accept: application/vnd.citationstyles.csl+json is sent.
Counter-examples
Looks similar, but isn't
- Not an instance
A 404 result when calling https://doi.org/10.xxxx/dead is a failure of resolution, not the resolution mechanism itself.
- Not an instance
Searching for a paper in a search engine is not PID resolution.
Editorial commentary
PID resolution is the middle step of a persistent identifier’s lifecycle — mint, resolve, update, tombstone — and the one a reader interacts with directly: it is the act of dereferencing an identifier and getting back either the resource itself or metadata about it. A scheme’s resolvability, not just its uniqueness, is what makes it “persistent” in practice: an identifier that never changes but cannot be resolved has lost its usefulness. See PID minting for the create step this follows.
How resolution actually works
Most researcher-facing PID schemes resolve over HTTP. A client sends a request to a resolver — https://doi.org/10.xxxx/yyyy for a DOI, https://hdl.handle.net/prefix/suffix for a bare handle, https://orcid.org/0000-… for an ORCID iD — and the resolver responds with a 302 redirect to the resource’s current landing page, or, under content negotiation (an Accept header requesting a structured format), with machine-readable metadata instead of a redirect. The Handle System underlying DOIs additionally supports a native HDL protocol for high-throughput or offline resolution, alongside the HTTP proxy most users actually see. ARKs layer a further convention on top of ordinary HTTP resolution — see ARK inflection rules — where appending ‘?’ or ‘??’ to the same base URL returns metadata or a persistence-policy statement instead of the object.
Scheme-specific and cross-scheme resolvers
Most resolvers serve a single scheme — doi.org is the central proxy for DOIs (running over the Handle System underneath), hdl.handle.net resolves bare handles, and orcid.org resolves ORCID iDs. Cross-scheme resolvers also exist: n2t.net (Name-to-Thing), operated by the California Digital Library, resolves ARKs, DOIs, Handles and a long tail of other prefixes through a single endpoint, which is what makes it useful to systems holding mixed identifier types that would otherwise have to route each one to its own proxy. Whichever resolver is used, content negotiation is the common convention: the same identifier returns an HTML landing page or machine-readable metadata depending on the request’s Accept header.
Resolver failure is not identifier failure
A dead link at the resolver (a 404, an expired redirect target) is a failure of the resolution infrastructure or of the metadata record behind it, not evidence that the identifier scheme itself is broken — the distinction matters for diagnosing link rot. Schemes differ in how resilient their resolution layer is: the Handle System’s distributed, replicated resolver network is deliberately designed to avoid a single point of failure, where a scheme relying on one organisation’s redirect table is only as durable as that organisation’s continuity. Who stands behind a given resolver — and what happens to it if that organisation ceases operating — is the subject of PID provider.
References
- Sun S., Lannom L., Boesch B., RFC 3650-3652 (Handle System), IETF, 2003.
- Kunze J., Calvert S., DeBacker J., Hanlon R., Jordan M., Pentecost C., ‘Persistence Statements: Describing Digital Stickiness’, Data Science Journal 16(39), 2017.
Also known as
Identifier resolution
Machine-readable encodings
Use in your systems
<role vocab="credit"
vocab-identifier="https://casrai.org/dictionary/"
vocab-term="PID resolution"
vocab-term-identifier="https://casrai.org/dictionary/term/pid-resolution" />{
"@context": "https://schema.org",
"@type": "DefinedTerm",
"@id": "https://casrai.org/dictionary/term/pid-resolution",
"name": "PID resolution",
"identifier": "https://casrai.org/dictionary/term/pid-resolution",
"description": "The process by which a persistent identifier is looked up through its scheme's resolution infrastructure and returned either as an HTTP redirect to the current resource location or as metadata about the resource, depending on the request and the scheme's policy.",
"inDefinedTermSet": "https://casrai.org/dictionary/domain/persistent-identifiers#set",
"url": "https://casrai.org/dictionary/term/pid-resolution",
"sameAs": [
"Identifier resolution"
],
"license": "https://creativecommons.org/licenses/by/4.0/",
"publisher": {
"@id": "https://casrai.org/#organization"
},
"author": {
"@id": "https://casrai.org/#editorial-team"
},
"datePublished": "2026-05-21T02:12:12",
"dateModified": "2026-08-23T05:21:52",
"inLanguage": "en-GB",
"isAccessibleForFree": true
}







