Browse Source

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.
pull/729/head
dbernstein 5 years ago committed by dannylamb
parent
commit
6122f1df83
  1. 1
      islandora.module

1
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/',
];
}

Loading…
Cancel
Save