Browse Source

And appropriate naming of constants...

7.x-2.x
Daniel Lamb 10 years ago
parent
commit
bc2954c3d5
  1. 2
      islandora/include/rdf_mapping.inc
  2. 2
      islandora/islandora.module

2
islandora/include/rdf_mapping.inc

@ -12,7 +12,7 @@
* The bundle to associate with the RDF mapping.
* @param string $rdf_type
* The RDF type to associate with the bundle.
*
*
* return array
* The default RDF mapping for Islandora content types.
*/

2
islandora/islandora.module

@ -6,7 +6,7 @@
*/
define('ISLANDORA_NAMESPACE', 'http://islandora.ca/ontology/v2/');
define('FEDORA_NAMESPACE', 'http://fedora.info/definitions/v4/repository#');
define('ISLANDORA_FEDORA_NAMESPACE', 'http://fedora.info/definitions/v4/repository#');
define('ISLANDORA_TN_FIELD', 'field_tn');
define('ISLANDORA_MODS_FIELD', 'field_mods');
define('ISLANDORA_FEDORA_HAS_PARENT', 'field_fedora_has_parent');

Loading…
Cancel
Save