Skip to content

Commit

Permalink
OA-329 add urn config
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBorchert committed May 16, 2024
1 parent 29db02b commit d61428e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/main/resources/config/reposis_openagrar/mycore.properties
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,17 @@ MCR.OAIDataProvider.OAI2.Sets.govdata.Query=mods.type:research_data AND state:pu
# #
##############################################################################

# no URN registration
MIR.registerURN=false
##############################################################################
# #
# URN configuration #
# #
##############################################################################

MCR.URN.SubNamespace.Default.Prefix=urn:nbn:de-gbv:253-
MCR.PI.Generator.TypeYearCountURN.Namespace=urn:nbn:de-gbv:253-
MCR.PI.Generator.TypeYearCountURN.GeneralPattern=%MCR.PI.Generator.TypeYearCountURN.Namespace%$ObjectDate-$Count-
MCR.PI.Generator.TypeYearCountURN.CountPrecision=6
MCR.PI.Generator.TypeYearCountURN.DateFormat=yyyyMMdd

MCR.DOI.HostingInstitution=Bundesbeh\u00F6rden und Einrichtungen im Gesch\u00E4ftsbereich des Bundesministeriums f\u00FCr Ern\u00E4hrung und Landwirtschaft (BMEL)

Expand Down

0 comments on commit d61428e

Please sign in to comment.