-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
clarityA point where we should write a test for great clarity on the behaviour.A point where we should write a test for great clarity on the behaviour.
Description
Given the RDF representation returned by this query:
https://api.crossref.org/works/10.1007/978-3-319-60131-1_33/transform/application/rdf+xml
The current RDF response refers to the subject using the http://dx.doi.org
resolver:
<rdf:Description rdf:about="http://dx.doi.org/10.1007/978-3-319-60131-1_33">
The same behaviour is observed when using a full URL DOI with a different resolver:
This response is used for content negotiation queries, which may use a variety of DOI resolvers. If Content Negotiation is performed against https://doi.org
but the response uses http://dx.doi.org
then there is a mis-match.
Question: Is this behaviour incorrect? Should the RDF response always use exactly the same DOI representation as was used in the query?
Metadata
Metadata
Assignees
Labels
clarityA point where we should write a test for great clarity on the behaviour.A point where we should write a test for great clarity on the behaviour.