diff --git a/islandora.module b/islandora.module index 3d415094..7af255e3 100644 --- a/islandora.module +++ b/islandora.module @@ -51,6 +51,7 @@ function islandora_rdf_namespaces() { return [ 'ldp' => 'http://www.w3.org/ns/ldp#', 'dc11' => 'http://purl.org/dc/elements/1.1/', + 'dcterms' => 'http://purl.org/dc/terms/', 'nfo' => 'http://www.semanticdesktop.org/ontologies/2007/03/22/nfo/v1.1/', 'ebucore' => 'http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#', 'fedora' => 'http://fedora.info/definitions/v4/repository#', diff --git a/tests/src/Functional/JsonldSelfReferenceReactionTest.php b/tests/src/Functional/JsonldSelfReferenceReactionTest.php index 0026b289..7f99d625 100644 --- a/tests/src/Functional/JsonldSelfReferenceReactionTest.php +++ b/tests/src/Functional/JsonldSelfReferenceReactionTest.php @@ -28,7 +28,7 @@ class JsonldSelfReferenceReactionTest extends IslandoraFunctionalTestBase { ->setBundleMapping(['types' => $types]) ->setFieldMapping('created', $created_mapping) ->setFieldMapping('title', [ - 'properties' => ['dc:title'], + 'properties' => ['dcterms:title'], 'datatype' => 'xsd:string', ]) ->save();