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:
http://api.crossref.org/works/https://doi.org/10.1007/978-3-319-60131-1_33/transform/application/rdf+xml
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?
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.orgresolver:<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:
http://api.crossref.org/works/https://doi.org/10.1007/978-3-319-60131-1_33/transform/application/rdf+xml
This response is used for content negotiation queries, which may use a variety of DOI resolvers. If Content Negotiation is performed against
https://doi.orgbut the response useshttp://dx.doi.orgthen 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?