Challenges abound when approaching metadata for OER. Being asked to provide one-off metadata presents difficulties as it is an act in isolation that requires significant background research. On the other end of the spectrum, designing a metadata system for your library's repository also requires careful considerations and decisions between schemas and software that require tradeoffs. Effective OER metadata includes elements specific to the education subject domain which will likely present a learning curve in both the interpretation of the content and in making use of controlled vocabularies.
Education-Specific Metadata Elements: Catalogers need to learn new education-specific metadata elements that describe teaching and learning aspects, such as:
Standardization for Multiple Platforms/Interoperability: If the vision includes maximizing the distribution and reach of the OER, work is required to increase the likelihood the applied metadata works across platforms (e.g., OER Commons, Open Textbook Library, institutional repositories) and is compatible with various search and discovery systems. Understanding the pros and cons of different metadata standards (e.g., Dublin Core, LRMI) and which systems are desired targets will help decide how to proceed with implementation.
Managing Open Licensing Information: Open licensing information about a resource, such as Creative Commons licenses, need to be accurately applied to clearly indicate how resources can be used, modified, and redistributed. This involves learning how to tag resources with the correct license information (e.g., CC-BY, CC-BY-SA) and understanding the implications of different licenses.
Adaptations, Derivatives, and Versioning: Metadata librarians must track and tag different versions of the same resource, ensuring users can find the most relevant or up-to-date version. This involves managing derivative works and ensuring the correct metadata reflects the relationships between original and adapted materials (e.g., using the Dublin Core “Relation” element to link original and derivative versions).
Subject Classification for Learning Resources: While subject classification remains important, there’s a shift toward tagging learning resources in a way that enhances discoverability by educators. This involves the use of less traditional and more specialized vocabularies like IEEE LOM (Learning Object Metadata) or educational taxonomies like Bloom’s Taxonomy for learning outcomes. Oftentimes, instructors searching for materials would prefer to pre-apply filters that remove any materials irrelevant to their needs (e.g., lacks ancillaries, incorrect grade level, learning outcomes aligned to irrelevant standards), and this process is reliant on accurate metadata.
Some of the most popular schemas include Dublin Core, LRMI, IEEE LOM (and locally customized customized versions of each). How you apply metadata can depend on what the plan is for hosting and distributing the OER to various referatories. Some example schemas and metadata templates are below.
Crosswalks can allow metadata to be mapped between different standards, and serve as a starting point for sharing OER with multiple referatories. Additional metadata is most likely required to ensure that OER works optimally in each repository. Examples focus on Open Textbook Library, MERLOT, and OER Commons.
Metadata Crosswalks: A mapping of metadata elements from one schema to another which allows information cataloged under one scheme to be converted or translated into another, ensuring that the same resource can be discovered across different repositories.
Challenges with Full Interoperability
Applying Metadata Across Repositories:
To ensure that OER works optimally across all three repositories (Open Textbook Library, MERLOT, and OER Commons):
Important decisions about the metadata schema you will use to ensure that the OER in your repository is discoverable, shareable, and interoperable with other repositories depends on a combination of factors, including the needs of your users, the goals of your repository, and the software platform you choose.
Choose a metadata schema: There are several metadata schema options to choose from, depending on the level of detail, compatibility, and focus you want for your OER repository. For example:
Check platform compatibility: The software platform you choose for your repository plays a significant role in determining which metadata schema you can use, but you often have flexibility in customizing or extending the metadata (which may require a developer's help).
Determine core metadata fields: Identify which metadata fields are essential for your OER repository. For example, if you're using Dublin Core, you might start with fields like dc:title
, dc:creator
, dc:subject
, and dc:license
. If you're using LRMI, include education-specific fields like lrmi:educationalUse
, lrmi:audience
, and lrmi:learningResourceType
.
Configure the metadata in your repository software:
Define controlled vocabularies: For educational metadata, you might use vocabularies like Bloom’s Taxonomy for learning objectives or LRMI-specific vocabularies for learning resources and audience types.
Ensure interoperability: If you plan to share your metadata across platforms (e.g., via OAI-PMH protocols), it’s essential that the metadata is standardized and uses widely recognized schemas like Dublin Core or LRMI.
Test and validate metadata: Upload sample OER and check how the metadata fields are populated, displayed, indexed, and searchable.
Train users and stakeholders: Provide training or guidelines for users (e.g., faculty, librarians) who will upload OER to the repository. Ensure they understand how to input metadata correctly and consistently.
Uploading metadata via repository interfaces: In most OER repositories, you will enter metadata through an upload form or metadata entry interface when you submit the OER for hosting, and this metadata will exist in the repository's database separate from the OER file. This is the most common method and assures compatibility with the platform's search capabilities. The process involves:
Embedding metadata within the OER
Another option is to embed metadata directly within the OER file itself. This is more common for specific types of resources, such as digital textbooks, images, or multimedia, where metadata is embedded for long-term portability and discoverability outside of a single repository.
Uploading a separate metadata record
In some cases, repositories allow or require the submission of a separate metadata record file (in XML or another structured format) alongside the OER. This metadata file contains all the relevant metadata about the OER and is stored alongside the resource itself.
Harvesting metadata from other repositories
Some repositories use protocols like OAI-PMH (Open Archives Initiative Protocol for Metadata Harvesting) to share and harvest metadata records from other platforms. In this case, metadata doesn’t need to be manually added each time; instead, it’s harvested from an existing system.