Skip to content

Commit

Permalink
Changed DOI identifier to dc.identifier.doi (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak authored May 20, 2024
1 parent cae7292 commit 95d5f6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public class DOIIdentifierProvider extends FilteredIdentifierProvider {
// TODO: move these to MetadataSchema or some such?
public static final String MD_SCHEMA = "dc";
public static final String DOI_ELEMENT = "identifier";
public static final String DOI_QUALIFIER = "uri";
public static final String DOI_QUALIFIER = "doi";
// The DOI is queued for registered with the service provider
public static final Integer TO_BE_REGISTERED = 1;
// The DOI is queued for reservation with the service provider
Expand Down

0 comments on commit 95d5f6e

Please sign in to comment.