Skip to content

Commit

Permalink
OA-329 add urn set
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBorchert committed May 16, 2024
1 parent d61428e commit 7854a5b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/main/resources/META-INF/resources/oai/set_urn.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<ListSets xmlns="http://www.openarchives.org/OAI/2.0/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
<set>
<setSpec>urn</setSpec>
<setName>UrnList</setName>
</set>
</ListSets>
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ MCR.OAIDataProvider.OAI2.DescriptionURI.Rights=webapp:oai/oai-rights.xml
MCR.OAIDataProvider.OAI2.RecordSampleID=openagrar_mods_00000479

MCR.OAIDataProvider.OAI2.MetadataFormats=oai_dc,mods,marcxml,epicur,oai_datacite
MCR.OAIDataProvider.OAI2.Sets=doc-type,open_access,openaire,driver,ec_fundedresources,GENRE,ddc,institute,govdata
MCR.OAIDataProvider.OAI2.Sets=doc-type,open_access,openaire,driver,ec_fundedresources,GENRE,ddc,institute,govdata,urn

MCR.OAIDataProvider.MetadataFormat.oai_datacite.Namespace=http://schema.datacite.org/oai/oai-1.0/
MCR.OAIDataProvider.MetadataFormat.oai_datacite.Schema=http://schema.datacite.org/oai/oai-1.0/oai_datacite.xsd
Expand All @@ -86,6 +86,10 @@ MCR.OAIDataProvider.MetadataFormat.oai_datacite.Schema=http://schema.datacite.or
MCR.OAIDataProvider.OAI2.Sets.govdata.URI=webapp:oai/set_govdata.xml
MCR.OAIDataProvider.OAI2.Sets.govdata.Query=mods.type:research_data AND state:published AND category.top:"mir_licenses:oa" AND (derCount:{0 TO *] OR mods.identifier:10.*)

# Define URN set
MCR.OAIDataProvider.OAI2.MapSetToQuery.urn=mods.identifier:urn* AND mods.identifier:*253-* AND mods.identifier:*gbv*
MCR.OAIDataProvider.OAI2.Sets.urn=webapp:oai/set_urn.xml


##############################################################################
# #
Expand Down

0 comments on commit 7854a5b

Please sign in to comment.