-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
audiobook LPF mapping document: clarify conformsTo #134
Comments
Consider that json has no notion of namespace (big difference with XML) BUT json-ld re-introduces this notion via @context and @Prefix. The Therefore we must be able to process Note that other |
Also, the new "Daisy, Schema.org accessibilty metadata" highlights the use of accessibilitySummary for expressing "This publication conforms to WCAG 2.0 Level AA.". Should we really also support |
accessibilitySummary is human readable, and possibly multilingual. |
in EPUB3, dcterms:conformsTo is a metadata link with property attribute (akin to rel) in any case, I think that conformsTo does not necessarily occur only once, for example a publication may declare compliance with triple-A WCAG as well as other standards. So we just need to figure out whether the W3C’s conformsTo construct (which is defined as dcterms as well) also supports the accessibility semantics in addition to the “audiobook” etc. URI which seems to be its primary purpose in the specification. |
Related issue: readium/webpub-manifest#65 |
there is no collision per-se, but the dcterms:conformsTo metadata is also used in the accessibility standard, so the R2 model will preserve an array of authored values (from EPUB, LPF, etc.)
Consequently, a parser must check all given values when looking for the audiobook URI in the LPF publication.json manifest. the wording in the mapping documentation should be improved to reflect this.
https://github.com/readium/architecture/blob/master/other/W3C/audiobooks.md
http://kb.daisy.org/publishing/docs/metadata/evaluation.html
https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/conformsTo
related originating issue:
edrlab/thorium-reader#1023 (comment)
The text was updated successfully, but these errors were encountered: