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

Add ./MultiMediaObjects mapping #14

Open
4 tasks done
airnst opened this issue Jul 16, 2024 · 0 comments · May be fixed by #31
Open
4 tasks done

Add ./MultiMediaObjects mapping #14

airnst opened this issue Jul 16, 2024 · 0 comments · May be fixed by #31
Assignees
Labels
enhancement New feature or request mapping_xslt

Comments

@airnst
Copy link
Collaborator

airnst commented Jul 16, 2024

Description

Information in ./Units/Unit/MultiMediaObjects/MultiMediaObject can be mapped as a list to the schema:associatedMedia property as follows:

  • ./MultiMediaObject/FileURI → MediaObject:contentUrl
  • ./MultiMediaObject/ProductURI → MediaObject:mainEntityOfPage
  • ./MultiMediaObject/Format → MediaObject:encodingFormat
  • ./MultiMediaObject/IPR/Licenses/License/Text → MediaObject:license:CreativeWork:name
  • ./MultiMediaObject/IPR/Licenses/License/Details → MediaObject:license:CreativeWork:description
  • ./MultiMediaObject/IPR/Licenses/License/URI → MediaObject:license:CreativeWork:uri
  • ./MultiMediaObject/Creators/creator → MediaObject:creator

Files

XML file
XSLT file

Open questions

Could abcd:Creator information be added to the Dataset schema:contributor? This information consists of a plain string and might be used for the schema:name of a schema:Person object.

Tasks

  • Extend example XML file.
  • Update XSLT file.
  • Test if multimedia information is mapped correctly.
  • Resolve open questions
@airnst airnst added enhancement New feature or request mapping_xslt labels Jul 16, 2024
@airnst airnst self-assigned this Jul 16, 2024
airnst pushed a commit that referenced this issue Jul 23, 2024
@airnst airnst added the question Further information is requested label Jul 23, 2024
@airnst airnst removed the question Further information is requested label Aug 1, 2024
@airnst airnst linked a pull request Aug 5, 2024 that will close this issue
@airnst airnst linked a pull request Aug 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mapping_xslt
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant