IV · 27
Journal Article by DOI
An OpenURL identifying a journal article by DOI alone, with an attached source identifier. The smallest useful form for citations that have a DOI.
Scenario
A bibliographic database wishes to refer the user to the 1935 Einstein, Podolsky, and Rosen paper. The paper has a registered DOI, so the OpenURL carries the DOI directly and omits descriptive metadata. A source identifier names the database.
OpenURL
https://resolver.example.edu/openurl?
ctx_ver=Z39.88-2004
&rft_val_fmt=info:ofi/fmt:kev:mtx:journal
&rft_id=info:doi/10.1103/PhysRev.47.777
&rfr_id=info:sid/example.com:database
Decoded
- ctx_ver
- Z39.88-2004 — the OpenURL Framework version.
- rft_val_fmt
- info:ofi/fmt:kev:mtx:journal — the Referent is described using the Journal KEV format.
- rft_id
- info:doi/10.1103/PhysRev.47.777 — the Referent identified by DOI.
- rfr_id
- info:sid/example.com:database — the source database that generated the request.
Notes
- The example DOI
10.1103/PhysRev.47.777is real and appears in Crossref's OpenURL documentation as an example. - Even though no descriptive metadata is supplied, the resolver can use the DOI to retrieve full metadata from Crossref if needed.
- Including
rft_val_fmtis required even in the identifier-only case; it tells the resolver which descriptor vocabularyrft.*would have used had any been included, and which knowledge-base entries to consult. - For maximum link quality, sources often include descriptive metadata alongside the DOI. See Journal Article by Metadata for the metadata-only form, and combine.
- To resolve a DOI directly without going through an institutional resolver, the DOI proxy at doi.org accepts OpenURL syntax. See OpenURL & DOI.