Blog

 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” “https://doi-org.turing.library.northwestern.edu/10.1126/science.1157784” 

curl -D - -L -H   “Accept: text/turtle” “https://doi-org.turing.library.northwestern.edu/10.1126/science.1157784

curl -D - -L -H   “Accept: application/atom+xml” “https://doi-org.turing.library.northwestern.edu/10.1126/science.1157784

Or if you are already using Crossref’s “unixref” format:

curl -D - -L -H “Accept: application/unixref+xml” “https://doi-org.turing.library.northwestern.edu/10.1126/science.1157784” 

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.

Related pages and blog posts

Page owner: Geoffrey Bilder   |   Last updated 2011-April-19