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

Added edm.xml registry #559

Merged
merged 2 commits into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dspace/config/dspace.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,7 @@ registry.metadata.load = iiif-types.xml
### CLARIN ###
# This property cannot be added in the `clarin-dspace.cfg` because then some Unit tests are failing..
registry.metadata.load = metashare-schema.xml
registry.metadata.load = edm.xml

#---------------------------------------------------------------#
#-----------------UI-Related CONFIGURATIONS---------------------#
Expand Down
17 changes: 17 additions & 0 deletions dspace/config/registries/edm.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<dspace-dc-types>
<dc-schema>
<name>edm</name>
<namespace>http://www.europeana.eu/schemas/edm/</namespace>
</dc-schema>
<dc-type>
<schema>edm</schema>
<element>type</element>
<qualifier/>
<scope_note>The value must be one of the types accepted by Europeana as it will support portal functionality: TEXT, VIDEO, SOUND, IMAGE, 3D.
There's a huge overlap with values we allow in metashare's mediaType; eventually this might get merged.
</scope_note>
</dc-type>
</dspace-dc-types>


Loading