Creating a Taxonomy you can use in your Islandora Content Type
Taxonomies
Drupal vs Islandora XML Forms
Taxonomies and the ability to incorporate them into Islandora XML Forms have been something the community has mostly worked around. Drupal's taxonomy module allows the user to create a standard set of terms that can be leveraged in a content type. The select field type in Islandora XML Forms becomes unmanageable when you had more than 10 items (it was easier to add the items in plain XML, than it was to add them through the XML Forms interface). Drupal taxonomies will hopefully simplify the standardization, maintenance and use of vocabularies within the Islandora framework.
Examples
Adding a Drupal Taxonomy based on DublinCore's DCMI Type Vocabulary
"The DCMI Type Vocabulary provides a general, cross-domain list of approved terms that may be used as values for the Type element to identify the genre of a resource."1
The goal of this task is to create a taxonomy that can be used as a field with the field type of Term Reference and uses the Select Widget. Term Reference will draw on our DCMI Type taxonomy.
Create a new Taxonomy
- To create a new taxonomy, select
Structure > Taxonomy > Add taxonomy. I'm going to call my taxonomyDCMI Type. - The next thing you'll want to do is select
+Add termto add terms to your taxonomy. The DCMI has provided a list with definitions. - Keep adding terms until you've captured the terms and save your taxonomy.
See Editing an Ingest form to see how we create a new field in the Basic Image content type.
1 http://dublincore.org/documents/2000/07/11/dcmi-type-vocabulary/