#7861#note-8 instance url from handle #243
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
RDGraph
RSAC
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: D-Net/dnet-hadoop#243
Loading…
Reference in New Issue
No description provided.
Delete Branch "handle_as_instance_urls"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See ticket https://support.openaire.eu/issues/7861#note-8: we have many results with no instance in the index because they are without an instance url in the graph. With this fix we should cover the missing instances for repositories that provide a handle.
An example is https://explore.openaire.eu/search/publication?articleId=od______1560::8f7a139735f493882bb0f4abceb6e200
I have also changed the DOI prefix used in the class: we can use https://doi.org/ instead of https://dx.doi.org/ .
@ -27,2 +27,3 @@
public static final String HTTP_DX_DOI_PREIFX = "https://dx.doi.org/";
public static final String HTTP_DOI_PREIFX = "https://doi.org/";
public static final String HTTP_HANDLE_PREIFX = "http://hdl.handle.net/";
Why not declaring https also for the handle resolver?
Overall I'm OK with this PR, just a minor comment, see it inline.