title types from datacite records #188

Merged
sandro.labruzzo merged 1 commits from datacite_title_mapping into beta 2022-01-21 11:05:26 +01:00

This PR extends the mapping applied to datacite records towards the graph internal model. It considers the title type attribute:

  • when present it is mapped as it is;
  • when missing, the title is considered to be the main title
  <titles>
    <title xml:lang="en-US">Full DataCite XML Example</title>
    <title xml:lang="en-US" titleType="Subtitle">Demonstration of DataCite Properties.</title>
  </titles>

Example from https://support.datacite.org/docs/schema-metadata-examples-v41

This PR extends the mapping applied to datacite records towards the graph internal model. It considers the title type attribute: - when present it is mapped as it is; - when missing, the title is considered to be the main title ``` <titles> <title xml:lang="en-US">Full DataCite XML Example</title> <title xml:lang="en-US" titleType="Subtitle">Demonstration of DataCite Properties.</title> </titles> ``` Example from https://support.datacite.org/docs/schema-metadata-examples-v41
claudio.atzori added the
enhancement
label 2022-01-21 10:55:27 +01:00
miriam.baglioni was assigned by claudio.atzori 2022-01-21 10:55:27 +01:00
sandro.labruzzo was assigned by claudio.atzori 2022-01-21 10:55:27 +01:00
claudio.atzori added 1 commit 2022-01-21 10:55:28 +01:00

The code seems ok! I proceed to merge the pull request.

The code seems ok! I proceed to merge the pull request.
sandro.labruzzo merged commit 7a3819144d into beta 2022-01-21 11:05:26 +01:00
sandro.labruzzo deleted branch datacite_title_mapping 2022-01-21 11:05:26 +01:00
Sign in to join this conversation.
No description provided.