Metadata Resources Scenario

Landing Page ➞ Metadata Resources

The use of Typed Links in the HTTP Link header is illustrated for the paper:

Robatian, D. The Fixed-Point Property Under Induced Interval Maps of Continua. Journal of Mathematical Sciences 215, 3 (Jun. 2016), 376–386. https://doi.org/10.1007/s10958-016-2844-8.

This is a summary of the links that should be provided:

  • The Landing Page should have links with the describedby relation type pointing at each Metadata Resource that describes the scholarly object. This includes a link to metadata provided by a Persistent Identifier provider (e.g. CrossRef, DataCite), if applicable.
  • Each describedby link should have attributes to express the MIME type and possibly profile of the resource that is the target of the link.
  • Metadata Resources that are provided by the repository that is the custodian of the scholarly object should link back to its Landing Page with the describes relation type.

Link Headers for the Metadata Resources pattern

Visualization of link relations

The HTTP Link Header to link to metadata from the Landing Page URI
https://link.springer.com/article/10.1007%2Fs10958-016-2844-8 is:
$ curl -I "https://link.springer.com/article/10.1007%2Fs10958-016-2844-8"

Link: <https://citation-needed.springer.com/v2/references/10.1007/s10958-016-2844-8?format=refman&flavour=citation>          
 ; rel="describedby"
 ; type="application/x-research-info-systems",
 <https://citation-needed.springer.com/v2/references/10.1007/s10958-016-2844-8?format=bibtex&flavour=citation>
 ; rel="describedby"
 ; type="application/x-bibtex",
 <https://doi.org/10.1007/s10958-016-2844-8>
 ; rel="describedby"
 ; type="application/vnd.citationstyles.csl+json"
The HTTP Link header to link back to the landing page for the RIS metadata URI
https://citation-needed.springer.com/v2/references/10.1007/s10958-016-2844-8?format=refman&flavour=citation is:
$ curl -I "https://citation-needed.springer.com/v2/references/10.1007/s10958-016-2844-8?format=refman&flavour=citation"

Link: <https://link.springer.com/article/10.1007%2Fs10958-016-2844-8> ; rel="describes" ; type="text/html"
The HTTP Link header to link back to the landing page for the BibTeX metadata URI
https://citation-needed.springer.com/v2/references/10.1007/s10958-016-2844-8?format=bibtex&flavour=citation is:
$ curl -I "https://citation-needed.springer.com/v2/references/10.1007/s10958-016-2844-8?format=bibtex&flavour=citation"

Link: <https://link.springer.com/article/10.1007%2Fs10958-016-2844-8> ; rel="describes" ; type="text/html"
Note that the third metadata resource that is made discoverable by means of a describedby link in the HTTP Link header of the Springer landing page is available at the external persistent identifier provider Crossref. It is unlikely that external persistent identifier provider would provide a describes link back to the landing page of the Springer article. But the persistent identifier does dereference to that landing page.