forked from D-Net/dnet-hadoop
Merge commit '690be4482fc84327dc7617acbc8d976d559df512' into beta2master_sept_2022
This commit is contained in:
commit
d72a64ded3
|
@ -26,7 +26,7 @@ import eu.dnetlib.dhp.schema.oaf.utils.IdentifierFactory;
|
|||
public class OdfToOafMapper extends AbstractMdRecordToOafMapper {
|
||||
|
||||
public static final String HTTP_DOI_PREIFX = "https://doi.org/";
|
||||
public static final String HTTP_HANDLE_PREIFX = "http://hdl.handle.net/";
|
||||
public static final String HTTP_HANDLE_PREIFX = "https://hdl.handle.net/";
|
||||
|
||||
public OdfToOafMapper(final VocabularyGroup vocs, final boolean invisible, final boolean shouldHashId,
|
||||
final boolean forceOrginalId) {
|
||||
|
|
Loading…
Reference in New Issue