accessibilityFeature - Schema.org Property (original) (raw)
Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the approved vocabulary.
Values expected to be one of these types
* [Text](/Text "Text")
Examples
Example notes or example HTML without markup.
- Name:
- Holt Physical Science
- Brief Synopsis:
- NIMAC-sourced textbook
- Long Synopsis:
- N/A
- Book Quality:
- Publisher Quality
- Book Size:
- 598 Pages
- ISBN-13:
- 9780030426599
- Publisher:
- Holt, Rinehart and Winston
- Date of Addition:
- 06/08/10
- Copyright Date:
- 2007
- Copyrighted By:
- Holt, Rinehart and Winston
- Adult content:
- No
- Language:
- English US
- Essential Images:
- 861
- Described Images:
- 910
- Categories:
- Educational Materials
- Grade Levels:
- Sixth grade, Seventh grade, Eighth grade
- Submitted By:
- Bookshare Staff
- NIMAC:
- This book is currently only available to public K-12 schools and organizations in the United States for use with students with an IEP, because it was created from files supplied by the NIMAC under these restrictions. Learn more in the NIMAC Support Center.
Reviews of Holt Physical Science (0 reviews)
Example encoded as Microdata embedded in HTML.
This example shows the addition of Accessibility metadata. Although these properties are not a formal enumeration, there is evolving consensus amongst accessibility experts for appropriate values for these properties. This example shows simple text values, as suggested by www.a11ymetadata.org.
- Name:
- Holt Physical Science
- Brief Synopsis:
- NIMAC-sourced textbook
- Long Synopsis:
- N/A
- Book Quality:
- Publisher Quality
- Book Size:
- 598 Pages
- ISBN-13:
- 9780030426599
- Publisher:
- Holt, Rinehart and Winston
- Date of Addition:
- 06/08/10
- Copyright Date:
- 2007
- Copyrighted By:
- Holt, Rinehart and Winston
- Adult content:
- No
- Language:
- English US
- Essential Images:
- 861
- Described Images:
- 910
- Categories:
- Educational Materials
- Grade Levels:
- Sixth grade, Seventh grade, Eighth grade
- Submitted By:
- Bookshare Staff
- NIMAC:
- This book is currently only available to public K-12 schools and organizations in the United States for use with students with an IEP, because it was created from files supplied by the NIMAC under these restrictions. Learn more in the NIMAC Support Center.
Reviews of Holt Physical Science (0 reviews)
<div class="bookReviewScore">
<span><span itemprop="ratingValue">0</span> - No Rating Yet</span>
</div>
Example encoded as RDFa embedded in HTML.
This example shows the addition of Accessibility metadata. Although these properties are not a formal enumeration, there is evolving consensus amongst accessibility experts for appropriate values for these properties. This example shows simple text values, as suggested by www.a11ymetadata.org.
- Name:
- Holt Physical Science
- Brief Synopsis:
- NIMAC-sourced textbook
- Long Synopsis:
- N/A
- Book Quality:
- Publisher Quality
- Book Size:
- 598 Pages
- ISBN-13:
- 9780030426599
- Publisher:
- Holt, Rinehart and Winston
- Date of Addition:
- 06/08/10
- Copyright Date:
- 2007
- Copyrighted By:
- Holt, Rinehart and Winston
- Adult content:
- No
- Language:
- English US
- Essential Images:
- 861
- Described Images:
- 910
- Categories:
- Educational Materials
- Grade Levels:
- Sixth grade, Seventh grade, Eighth grade
- Submitted By:
- Bookshare Staff
- NIMAC:
- This book is currently only available to public K-12 schools and organizations in the United States for use with students with an IEP, because it was created from files supplied by the NIMAC under these restrictions. Learn more in the NIMAC Support Center.
Reviews of Holt Physical Science (0 reviews)
<div class="bookReviewScore">
<span><span property="ratingValue">0</span> - No Rating Yet</span>
</div>
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org", "@type": "Book", "accessibilityAPI": "ARIA", "accessibilityControl": [ "fullKeyboardControl", "fullMouseControl" ], "accessibilityFeature": [ "largePrint/CSSEnabled", "highContrast/CSSEnabled", "resizeText/CSSEnabled", "displayTransformability", "longDescription", "alternativeText" ], "accessibilityHazard": [ "noFlashingHazard", "noMotionSimulationHazard", "noSoundHazard" ], "aggregateRating": { "@type": "AggregateRating", "reviewCount": "0" }, "bookFormat": "EBook/DAISY3", "copyrightHolder": { "@type": "Organization", "name": "Holt, Rinehart and Winston" }, "copyrightYear": "2007", "description": "NIMAC-sourced textbook", "genre": "Educational Materials", "inLanguage": "en-US", "isFamilyFriendly": "true", "isbn": "9780030426599", "name": "Holt Physical Science", "numberOfPages": "598", "publisher": { "@type": "Organization", "name": "Holt, Rinehart and Winston" } }
Example notes or example HTML without markup.
Example encoded as Microdata embedded in HTML.
Example encoded as RDFa embedded in HTML.
No JSON-LD example available
Example notes or example HTML without markup.
[A basic presentation in HTML]
Example encoded as Microdata embedded in HTML.
Example encoded as RDFa embedded in HTML.
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context" : "https://schema.org/" , "@type" : "CreativeWork" , "accessibilityHazard" : [ "FlashingHazard" , "noSoundHazard" , "noMotionSimulationHazard" ] , "accessibilityFeature" : [ "alternativeText" , "longDescription" ] , "encodingFormat" : [ "text/html" , "image/png" , "text/javascript" , "text/css" ] , "accessibilityAPI" : [ "ARIA" , "UIA" ], "accessibilityControl" : [ "fullKeyboardControl" , "fullTouchControl" , "fullVoiceControl" , "fullMouseControl" ] }
Example notes or example HTML without markup.
A graphic novel book example.
See also https://github.com/daisy/epub-revision-a11y/wiki/ePub-3.1-Accessibility--Proposal-To-Schema.org
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org/", "@type": "Book", "name": "Some graphic novel", "accessMode": ["textual", "visual"], "accessModeSufficient": [ { "@type": "ItemList", "itemListElement": ["textual", "visual"], "description": "Text and images" }, { "@type": "ItemList", "itemListElement": ["textual"], "description": "Text with textual alternatives and descriptions for images" } ], "accessibilitySummary": "Visual elements are not described." }
Example notes or example HTML without markup.
A second example.
See also https://github.com/daisy/epub-revision-a11y/wiki/ePub-3.1-Accessibility--Proposal-To-Schema.org
Example encoded as JSON-LD in a HTML script tag.
{ "@context": "https://schema.org/", "@type": "Movie", "accessMode": ["auditory", "visual"], "accessibilityFeature": ["audioDescription", "captions"], "accessModeSufficient": [ { "@type": "ItemList", "itemListElement": ["textual", "visual"], "description": "Closed captioning" }, { "@type": "ItemList", "itemListElement": ["auditory"], "description": "Audio description" } ], "accessibilitySummary": "Captions provided in English; short scenes in French have English subtitles instead." }
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org/", "@type": "Movie", "accessMode": ["auditory", "visual"], "accessibilityFeature": ["audioDescription", "captions"], "accessModeSufficient": [ { "@type": "ItemList", "itemListElement": ["textual", "visual"], "description": "Closed captioning" }, { "@type": "ItemList", "itemListElement": ["auditory"], "description": "Audio description" } ], "accessibilitySummary": "Captions provided in English; short scenes in French have English subtitles instead." }
Example notes or example HTML without markup.
A third example.
See also https://github.com/daisy/epub-revision-a11y/wiki/ePub-3.1-Accessibility--Proposal-To-Schema.org
Example encoded as JSON-LD in a HTML script tag.
{ "@context": "https://schema.org/", "@type": "Book", "name": "Alice in Wonderland", "accessMode": ["auditory", "textual", "visual"], "accessibilityFeature": ["alternativeText", "synchronizedAudioText"], "accessModeSufficient": [ { "@type": "ItemList", "itemListElement": ["textual"], "description": "See the text" }, { "@type": "ItemList", "itemListElement": ["textual", "visual"], "description": "See the text and images" }, { "@type": "ItemList", "itemListElement": ["auditory"], "description": "Hear the text and image descriptions" }, { "@type": "ItemList", "itemListElement": ["auditory", "visual"], "description": "Hear the text and see the images" }, { "@type": "ItemList", "itemListElement": ["auditory", "visual", "textual"], "description": "Hear the text and see the text and images" } ], "accessibilitySummary": "Short descriptions are provided; long descriptions of the images are not needed for most readers." }
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org/", "@type": "Book", "name": "Alice in Wonderland", "accessMode": ["auditory", "textual", "visual"], "accessibilityFeature": ["alternativeText", "synchronizedAudioText"], "accessModeSufficient": [ { "@type": "ItemList", "itemListElement": ["textual"], "description": "See the text" }, { "@type": "ItemList", "itemListElement": ["textual", "visual"], "description": "See the text and images" }, { "@type": "ItemList", "itemListElement": ["auditory"], "description": "Hear the text and image descriptions" }, { "@type": "ItemList", "itemListElement": ["auditory", "visual"], "description": "Hear the text and see the images" }, { "@type": "ItemList", "itemListElement": ["auditory", "visual", "textual"], "description": "Hear the text and see the text and images" } ], "accessibilitySummary": "Short descriptions are provided; long descriptions of the images are not needed for most readers." }