Note: you are viewing the development version of Schema.org. See How we work for more details.

readBy

A Schema.org Property
Defined in the bib section.
A person who reads (performs) the audiobook.

Values expected to be one of these types

Used on these types

Examples

Example 1
Copied
Example notes or example HTML without markup.
<div>
<h1><a href="https://archive.org/details/alices_adventures_1005_librivox#work">Alice's Adventures in Wonderland</a></h1>
<h2>by Lewis Carroll</h2>
<p>provided by <a href="http://archive.org/">The Internet Archive</a>; published by <a href="http://librivox.org/">LibriVox.org</a> on May 3, 2010</p>
<p><a href="https://archive.org/download/alices_adventures_1005_librivox/AlicesAdventuresInWonderlandV5_librivox.m4b">Download M4B (70MB)</a></p>
<p>Description: 1 sound file (2 hr., 31 min., 21 sec.) : digital</p>
<p>Summary: Alice's Adventures in Wonderland (commonly shortened to Alice in Wonderland) is an 1865 novel written by English author Charles Lutwidge Dodgson under the pseudonym Lewis Carroll. It tells the story of a girl named Alice who falls down a rabbit hole into a fantasy world populated by peculiar and anthropomorphic creatures. The tale is filled with allusions to Dodgson's friends. The tale plays with logic in ways that have given the story lasting popularity with adults as well as children. It is considered to be one of the best examples of the "literary nonsense" genre, and its narrative course and structure have been enormously influential, especially in the fantasy genre. (Introduction by Wikipedia)</p>
<p>Unabridged</p>
<p>Format: M4B audiobook (video/mp4)</p>
<p>Read by: Eric Leach</p>
<p>Requires an M4B compatible player</p>
<p><a href="https://archive.org/details/alices_adventures_1005_librivox">Listen online and download other formats at archive.org.</a></p>
</div>
Example encoded as Microdata embedded in HTML.
<div itemscope itemtype="https://schema.org/Audiobook" itemid="https://archive.org/details/alices_adventures_1005_librivox#work">
<h1 itemprop="name">Alice's Adventures in Wonderland</h1>
<h2>by <span itemprop="author">Lewis Carroll</span></h2>
<p>provided by <a href="http://archive.org/" itemprop="provider">The Internet Archive</a>;
   published by <a href="http://librivox.org/" itemprop="publisher">LibriVox.org</a>
   on <time itemprop="datePublished" datetime="2010-05-03">May 3, 2010</time></p>
<p><a itemprop="contentUrl" href="https://archive.org/download/alices_adventures_1005_librivox/AlicesAdventuresInWonderlandV5_librivox.m4b">Download M4B (70MB)</a></p>
<p>Description: <time itemprop="duration" datetime="PT2H31M21S">1 sound file (2 hr., 31 min., 21 sec.) : digital</time></p>
<p>Summary: <span itemprop="description">Alice's Adventures in Wonderland (commonly shortened to Alice in Wonderland) is an 1865 novel written by English author Charles Lutwidge Dodgson under the pseudonym Lewis Carroll. It tells the story of a girl named Alice who falls down a rabbit hole into a fantasy world populated by peculiar and anthropomorphic creatures. The tale is filled with allusions to Dodgson's friends. The tale plays with logic in ways that have given the story lasting popularity with adults as well as children. It is considered to be one of the best examples of the "literary nonsense" genre, and its narrative course and structure have been enormously influential, especially in the fantasy genre. (Introduction by Wikipedia)</span></p>
<p><meta itemprop="abridged" content="false" />Unabridged</p>
<p>Format: M4B audiobook (<span itemprop="encodingFormat">video/mp4</span>)</p>
<p>Read by: <span itemprop="readBy">Eric Leach</span></p>
<p>Requires an <span itemprop="playerType">M4B compatible</span> player</p>
<p><a itemprop="mainEntityOfPage" href="https://archive.org/details/alices_adventures_1005_librivox">Listen online and download other formats at archive.org.</a></p>
</div>
Example encoded as RDFa embedded in HTML.
<div vocab="https://schema.org/" typeof="Audiobook" resource="https://archive.org/details/alices_adventures_1005_librivox#work">
<h1 property="name">Alice's Adventures in Wonderland</h1>
<h2>by <span property="author">Lewis Carroll</span></h2>
<p>provided by <a href="http://archive.org/" property="provider">The Internet Archive</a>;
   published by <a href="http://librivox.org/" property="publisher">LibriVox.org</a>
   on <time property="datePublished" datetime="2010-05-03">May 3, 2010</time></p>
<p><a property="contentUrl" href="https://archive.org/download/alices_adventures_1005_librivox/AlicesAdventuresInWonderlandV5_librivox.m4b">Download M4B (70MB)</a></p>
<p>Description: <time property="duration" datetime="PT2H31M21S">1 sound file (2 hr., 31 min., 21 sec.) : digital</time></p>
<p>Summary: <span property="description">Alice's Adventures in Wonderland (commonly shortened to Alice in Wonderland) is an 1865 novel written by English author Charles Lutwidge Dodgson under the pseudonym Lewis Carroll. It tells the story of a girl named Alice who falls down a rabbit hole into a fantasy world populated by peculiar and anthropomorphic creatures. The tale is filled with allusions to Dodgson's friends. The tale plays with logic in ways that have given the story lasting popularity with adults as well as children. It is considered to be one of the best examples of the "literary nonsense" genre, and its narrative course and structure have been enormously influential, especially in the fantasy genre. (Introduction by Wikipedia)</span></p>
<p><meta property="abridged" content="false" />Unabridged</p>
<p>Format: M4B audiobook (<span property="encodingFormat">video/mp4</span>)</p>
<p>Read by: <span property="readBy">Eric Leach</span></p>
<p>Requires an <span property="playerType">M4B compatible</span> player</p>
<p><a property="mainEntityOfPage" href="https://archive.org/details/alices_adventures_1005_librivox">Listen online and download other formats at archive.org.</a></p>
</div>