Skip to content

Commit

Permalink
Add dc.contributor.department to version metadata registry
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Apr 9, 2024
1 parent 5606c8b commit ecb95bd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dspace/config/registries/dublin-core-types.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@
<scope_note>A person, organization, or service responsible for the content of the resource. Catch-all for unspecified contributors.</scope_note>
</dc-type>

<!-- TAMU Customization - additional dublin core contributor qualifier for department -->
<dc-type>
<schema>dc</schema>
<element>contributor</element>
<qualifier>department</qualifier>
<scope_note>Use for academic department responsible for the document.</scope_note>
</dc-type>
<!-- End TAMU Customization - additional dublin core contributor qualifier for department -->

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

0 comments on commit ecb95bd

Please sign in to comment.