updated the F1_02D_SPEC element with "datacite:identifier" value.

This commit is contained in:
pispis 2024-05-14 15:40:12 +03:00
parent ff8d469fd9
commit 459c45853f
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ public final class FAIR_Literature_GuidelinesV4Profile extends AbstractOpenAireP
// persistent identifier
private static final ElementSpec F1_02D_SPEC = Builders.
forMandatoryElement("identifier", ONE).
forMandatoryElement("datacite:identifier", ONE).
withMandatoryAttribute("identifierType", IDENTIFIER_TYPES).
build();