This document describes the process of adding a Vocabulary to your Omeka S installation. Note that Omeka also provides instructions about using Vocabularies at https://omeka.org/s/docs/user-manual/content/vocabularies/. In addition to this step-by-step document, you may wish to review Omeka S documentation at https://omeka.org/s/docs/user-manual/content/vocabularies/#add-a-vocabulary.

To implement a vocabulary, Omeka needs the rules for the vocabulary scheme. These can be imported with a structured, ontology file that encodes the rules. Such rules are typically encoded in XML and may be an RDF schema file, RNG (Relax NG), or OWL (Web Ongology Language), to name a few. These formats contain the information that explains the allowed terms, classes, and relationships within the vocabulary, also known as the ontology.

The basic steps to import a vocabulary are as follows:

  1. First, find the RDF or schema file for the vocabulary that you want to add.
  2. Once you have the schema file, you can import the vocabulary. To do this:
    • Click on the “Vocabularies” link in the navigation tab to the left under “RESOURCES”. When an Omeka S site is unconfigured, you will note that a few ontologies are already loaded, including the Bibliographic Ontology (bibo), Dublin Core (dcterms), DublinCore Type vocabulary (dctype), and Friend of a Friend (foaf).
    • On the Vocabularies page, click the “Import new vocabulary” button on the upper right of the page.
    • On the Import page, you will fill out the form explaining to Omeka S what to call the ontology (basically defining its namespace within your site), any notes you want to provide, and where to find the ontology file. In this case, you will find it at the link above (in step 1.a.).
    • Fill in the form with the appropriate namespace and link to an ontology. Below are suggested values if you are importing the MODS ontology: Omeka S New Vocabulary information form, with information entered for the MODS v1 vocabulary
    • Once you complete the form, click the “import” button. If you are successful, you should see the list of Vocabularies, which now will include the additional Vocabulary. Omeka S Vocabulary import success screen for the MODS vocabulary