Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to deal with the resource identifier field that might need to be a dc doi? #10

Open
Tracked by #8
physikerwelt opened this issue Nov 8, 2023 · 0 comments
Open
Tracked by #8
Assignees

Comments

@physikerwelt
Copy link
Member

physikerwelt commented Nov 8, 2023

From http://schema.datacite.org/meta/kernel-4.4/metadata.xsd

<xs:element name="identifier">
<xs:annotation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="nonemptycontentStringType">
<xs:attribute name="identifierType" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

Our OAI-OMH identifiers currently have the following form.
oai:zbmath.org:7761743

While this is most likely valid to the xsd spec, it does not confirm with the description in the PDF which seems to expect something like <identifier identifierType="DOI">10.5072/example-full</identifier>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants