MaRDI4NFDI / python-zbMathRest2Oai

Read data from the zbMATH Open API https://api.zbmath.org/docs and feed it to the OAI-PMH server https://oai.portal.mardi4nfdi.de/oai/
GNU General Public License v3.0
4 stars 0 forks source link

Check OAI identifiers comply with RFC 2396 #100

Closed physikerwelt closed 1 month ago

physikerwelt commented 1 month ago

FIZ eventually decided on the identifier format for documents and software. The OAI identifiers have to comply with

RFC 2396 according to https://www.openarchives.org/OAI/2.0/guidelines-oai-identifier.htm

That means we need to use the identifier

oai:zbmath.org:1234

for documents

and

oai:swmath.org:1234

for software.

@Mazztok45 can you please double check that the identifiers that are used in the API we share with others match these formats?