From dd978aa181089c959cbcd3ed6380764210347001 Mon Sep 17 00:00:00 2001 From: milanmajchrak <90026355+milanmajchrak@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:11:54 +0100 Subject: [PATCH] Added `edm.xml` registry (#559) * Added `edm.xml` registry * Fixed cfg for `edm.xml` --- dspace/config/dspace.cfg | 1 + dspace/config/registries/edm.xml | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 dspace/config/registries/edm.xml diff --git a/dspace/config/dspace.cfg b/dspace/config/dspace.cfg index 60e46607c21f..4cf68c17f82f 100644 --- a/dspace/config/dspace.cfg +++ b/dspace/config/dspace.cfg @@ -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---------------------# diff --git a/dspace/config/registries/edm.xml b/dspace/config/registries/edm.xml new file mode 100644 index 000000000000..1c49505e9c20 --- /dev/null +++ b/dspace/config/registries/edm.xml @@ -0,0 +1,17 @@ + + + + edm + http://www.europeana.eu/schemas/edm/ + + + edm + type + + 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. + + + + +