eg-0167
From
v29.4
JSON-LD
{
"@context": "https://schema.org",
"@type": "RadioSeries",
"episode": {
"@type": "RadioEpisode",
"position": "604",
"publication": [
{
"@type": "BroadcastEvent",
"publishedOn": {
"@type": "BroadcastService",
"url": "http://www.bbc.co.uk/radio4"
},
"startDate": "2013-11-07T09:00:00+01:00"
},
{
"@type": "OnDemandEvent",
"startDate": "2013-11-07T09:45:00+01:00"
}
],
"url": "http://www.bbc.co.uk/programmes/b03ggc19"
},
"url": "http://www.bbc.co.uk/programmes/b006qykl"
}RDFa
<div vocab="https://schema.org/" typeof="RadioSeries">
<a property="url" href="http://www.bbc.co.uk/programmes/b006qykl">
<span property="name">In Our Time</span></a>,
<div property="episode" typeof="RadioEpisode">
<a property="url" href="http://www.bbc.co.uk/programmes/b03ggc19">
<span property="name">Ordinary Language Philosophy</span></a>,
episode <span property="position">604</span>, broadcast on
<div property="publication" typeof="BroadcastEvent">
<div property="publishedOn" typeof="BroadcastService">
<a property="url" href="http://www.bbc.co.uk/radio4"><span property="name">BBC Radio 4</span></a>
</div> at
<span property="startDate"
content="2013-11-07T09:00:00+01:00">09:00, 7th of November 2013</span>
</div>,
available online from
<div property="publication" typeof="OnDemandEvent">
<span property="startDate"
content="2013-11-07T09:45:00+01:00">09:45 on the same day</span>.
</div>
</div>
</div>Microdata
<div itemscope itemtype="https://schema.org/RadioSeries">
<a itemprop="url" href="http://www.bbc.co.uk/programmes/b006qykl">
<span itemprop="name">In Our Time</span></a>,
<div itemprop="episode" itemscope itemtype="https://schema.org/RadioEpisode">
<a itemprop="url" href="http://www.bbc.co.uk/programmes/b03ggc19">
<span itemprop="name">Ordinary Language Philosophy</span></a>,
episode <span itemprop="position">604</span>, broadcast on
<div itemprop="publication" itemscope itemtype="https://schema.org/BroadcastEvent">
<div itemprop="publishedOn" itemscope itemtype="https://schema.org/BroadcastService">
<a itemprop="url" href="http://www.bbc.co.uk/radio4"><span itemprop="name">BBC Radio 4</span></a>
</div> at
<span itemprop="startDate"
content="2013-11-07T09:00:00+01:00">09:00, 7th of November 2013</span>
</div>,
available online from
<div itemprop="publication" itemscope itemtype="https://schema.org/OnDemandEvent">
<span itemprop="startDate"
content="2013-11-07T09:45:00+01:00">09:45 on the same day</span>.
</div>
</div>
</div>Pre-Markup
<div> <a href="http://www.bbc.co.uk/programmes/b006qykl">In Our Time</a>, <a href="http://www.bbc.co.uk/programmes/b03ggc19">Ordinary Language Philosophy</a>, episode 604, broadcast on BBC Radio 4 at 09:00, 7th of November 2013, available online from 09:45 on the same day. </div>