From 6122f1df8327a2029614b09e24f0cd5de5ac488c Mon Sep 17 00:00:00 2001 From: dbernstein Date: Fri, 6 Sep 2019 11:10:22 -0700 Subject: [PATCH] Adds http://purl.org/co namespace to the islandora module. (#159) * Adds support for weight field in partial fulfillment of https://github.com/Islandora-CLAW/CLAW/issues/1261 * Removes unnecessary changes per PR feedback. --- islandora.module | 1 + 1 file changed, 1 insertion(+) diff --git a/islandora.module b/islandora.module index 38a83757..e39b4be4 100644 --- a/islandora.module +++ b/islandora.module @@ -61,6 +61,7 @@ function islandora_rdf_namespaces() { 'use' => 'http://pcdm.org/use#', 'iana' => 'http://www.iana.org/assignments/relation/', 'premis' => 'http://www.loc.gov/premis/rdf/v1#', + 'co' => 'http://purl.org/co/', ]; }