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

Generate a file that can be used in an XSLT transform of RIOXX3 OAI-PMH records. #2

Open
jesusbagpuss opened this issue Aug 5, 2024 · 0 comments

Comments

@jesusbagpuss
Copy link
Contributor

To provide a human-readable version of a RIOXX3 record, the COAR URIs need to be translated into something more human-friendly.

One approach would be to include a mapping element in the XSLT, similar to the approach here: https://stackoverflow.com/questions/11076920/implementing-key-value-concept-in-xslt

<coar:map>
  <coar:item uri="[COAR URI]">Human-readable value</coar:item>
  ...
</coar:map>
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

1 participant