Metadata Standards that include accessibility tags
There are two ways that metadata accompanies a publication. In the first are digital publication formats that directly embed accessibility metadata (EPUB and PDF). In the second are external metadata record formats (ONIX and MARC) that accompany a digital publication as it moves through the supply chain. In some cases, a digital publication may include both internal and external metadata (e.g., an EPUB could have accessibility metadata in it package document and also be provided to a vendor with an ONIX record).
Source: https://w3c.github.io/publ-a11y/a11y-meta-display-guide/2.0/draft/guidelines/
EPUB
EPUB publications MUST include the following accessibility metadata:
-
accessMode — a human sensory perceptual system or cognitive faculty necessary to process or perceive the content (e.g., textual, visual, auditory, tactile).
-
accessibilityFeature — features and adaptations that contribute to the overall accessibility of the content (e.g., alternative text, extended descriptions, captions).
-
accessibilityHazard — any potential hazards that the content presents (e.g., flashing, motion simulation, sound).
EPUB publications SHOULD include the following [schema-org] accessibility metadata:
-
accessibilitySummary — a human-readable summary of the accessibility that complements, but does not duplicate, the other discoverability metadata. The summary also describes any known deficiencies (e.g., lack of extended descriptions, specific hazards).
-
accessModeSufficient — a set of one or more access modes sufficient to consume the content without significant loss of information. An EPUB publication can have more than one set of sufficient access modes for its consumption depending on the types of content it includes (i.e., unlike access modes, this property takes into account any alternatives for content that is not broadly accessible, such as the inclusion of transcripts for audio content).
EPUB creators MAY include additional [schema-org] accessibility metadata not specified in this section.
There is some companion guidance on Fixed Layout EPUBs and some guidance on techniques for extracting information from EPUB Accessibility Metadata
The PDF/UA standard (see below) defines how to describe accessibility metadata. There is also some companion guidance on creating a Well Tagged PDF
MARC
MAchine-Readable Cataloging (MARC) standards are a set of digital formats for the description of items catalogued by libraries, such as books. MARC 21 was designed to redefine the original MARC record format for the 21st century and to make it more accessible to the international community. MARC 21 has formats for the following five types of data: Bibliographic Format, Authority Format, Holdings Format, Community Format, and Classification Data Format.
Within the Bibliographic Format, there are specific fields to include accessibility metadata.
ONIX
ONIX is an XML-based standard for rich book metadata, providing a consistent way for publishers, retailers and their supply chain partners to communicate a wide range of information about their products. An ONIX record is a separate XML file that is sometimes packaged together with an ebook, and sometimes left separate, but either way, it is distributed alongside an ebook. It contains all kinds of metadata about a book, like title, author, edition, page count, etc. and a set of accessibility metadata.
Most ONIX Accessibility metadata is carried in the data element. This uses ONIX codelist 196 to specify particular accessibility options that are provided by the product. and Codelist 196 in ONIX provides for granular description of particular accessibility features of the e-book, and can also specify the e-book’s conformance with particular accessibility standards and provide links to further detail. ONIX does not describe reading system functionality. As well as , and and the relevant codes from List 81 are important to highlight content types in the e-book (text, images, audio and the like) that require mitigations for potential inaccessibility.
There some guidance on techniques for extracting information from ONIX Accessibility Metadata for display.
Crosswalk between ONIX and MARC: https://w3c.github.io/publ-a11y/drafts/a11y-crosswalk-MARC/
BIBFRAME
Bibliographic Framework (BIBFRAME) was designed to replace the MARC standards, and to use linked data principles to make bibliographic data more useful both within and outside the library community. Bibframe includes the property Contentaccessibility
Schema.org
Schema.org is an initiative launched in 2011 by operators of the world's largest search engines at the time to create and support a common set of schemas for structured data markup on web pages. It includes the CreativeWork type ‘Book’ and includes several standard accessibility tags, including: AccessibilityFeature, AccessibilitySummary and AccessibilityHazard, plus others.
There are no accessibility sections associated with the following metadata standards
-
Dublin Core
-
BibTex
-
DataCite
-
CrossRef
-
KBART
-
OPDS
No Comments