2 minute read.Content Negotiation for Crossref DOIs
So does anybody remember the posting DOIs and Linked Data: Some Concrete Proposals?
Well, we went with option “D.”
From now on, DOIs, expressed as HTTP URIs, can be used with content-negotiation.
Let’s get straight to the point. If you have curl installed, you can start playing with content-negotiation and Crossref DOIs right away:
curl -D - -L -H “Accept: application/rdf+xml” “http://dx.doi.org/10.1126/science.1157784
”
curl -D - -L -H “Accept: text/turtle” “http://dx.doi.org/10.1126/science.1157784
”
curl -D - -L -H “Accept: application/atom+xml” “http://dx.doi.org/10.1126/science.1157784
”
Or if you are already using Crossref’s “unixref” format:
curl -D - -L -H “Accept: application/unixref+xml” “http://dx.doi.org/10.1126/science.1157784&
#8221;
This will work with over 46 million Crossref DOIs as of today, but the beauty of the setup is that from now on, any DOI registration agency can enable content negotiation for their constituencies as well. DataCite- we’re looking at you 😉 .
It also means that, as registration agency members (Crossref publishers, for instance) start providing more complete and richer representations of their content, we can simply redirect content-negotiated requests directly to them.
We expect that that this development will round-out Crossref’s efforts to support standard APIs including OpenURL and OAI_PMH and we look forward to seeing DOIs increasingly used in linked data applications.
Finally, Crossref would just like to thank the IDF and CNRI for their hard work on this as well as Tony Hammond and Leigh Dodds for their valuable advice and persistent goading.
Further reading
- Apr 24, 2018 – Redirecting redirection
- Oct 10, 2011 – DataCite supporting content negotiation
- Jan 8, 2016 – Crossref & the Art of Cartography: an Open Map for Scholarly Communications
- Apr 10, 2014 – ♫ Researchers just wanna have funds ♫
- Mar 5, 2025 – Come ROR with us: Using ROR IDs in place of Funder IDs
- Jul 1, 2024 – Celebrating five years of Grant IDs: where are we with the Crossref Grant Linking System?
- Nov 28, 2023 – Joint statement on research data
- Sep 7, 2023 – Open Funder Registry to transition into Research Organization Registry (ROR)