Skip to content

Commit

Permalink
Merge pull request #269 from TAMULib/add-new-metadata-titles
Browse files Browse the repository at this point in the history
added the new title fields to the default metadata registry.
  • Loading branch information
qtamu authored Aug 19, 2024
2 parents 3a19a25 + b4cf9b0 commit af1c1b6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions dspace/config/registries/dublin-core-types.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,24 @@
</dc-type>
<!-- End TAMU Customization - additional dublin core contributor qualifier for PDAC -->

<!-- TAMU Customization - additional dublin core title for dimension title -->
<dc-type>
<schema>dc</schema>
<element>title</element>
<qualifier>dataset</qualifier>
<scope_note>Use for the title of the dataset from Dimension data.</scope_note>
</dc-type>
<!-- End TAMU Customization - additional dublin dublin core title for dimension title -->

<!-- TAMU Customization - additional dublin dublin core title for Maestro long title-->
<dc-type>
<schema>dc</schema>
<element>title</element>
<qualifier>project</qualifier>
<scope_note>Use for Project Long Title from Maestro data.</scope_note>
</dc-type>
<!-- End TAMU Customization - additional dublin core title for Maestro long title -->

<dc-type>
<schema>dc</schema>
<element>contributor</element>
Expand Down

0 comments on commit af1c1b6

Please sign in to comment.