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

[#3] Add revision data creators mapping #30

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

airnst
Copy link
Collaborator

@airnst airnst commented Aug 5, 2024

Tickets

[#3]

Justification

Creators of datasets is information that can be useful for searching for datasets. For this purpose, it has to be mapped to the schema:creator property of a schema:dataset. Since the value range of abcd:./RevisionData/Creators complies with dcterms:Creators, it can describe either persons or organizations and is therefore mapped as schema:Thing.

Code changes

XSLT file

  • Add variable for creators.
  • Check if the string contains commas and split and map it accordingly.

@airnst airnst self-assigned this Aug 5, 2024
@airnst airnst linked an issue Aug 5, 2024 that may be closed by this pull request
4 tasks
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

Successfully merging this pull request may close these issues.

Add ./RevisionData/Creators mapping
1 participant