Skip to content

Commit

Permalink
Added edm.xml registry (#559)
Browse files Browse the repository at this point in the history
* Added `edm.xml` registry

* Fixed cfg for `edm.xml`
  • Loading branch information
milanmajchrak authored Mar 18, 2024
1 parent 638b1cb commit dd978aa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
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>


0 comments on commit dd978aa

Please sign in to comment.