eg-0190
From
v29.4
JSON-LD
{
"@context": "https://schema.org",
"@type": "TheaterEvent",
"name": "Julius Caesar at Shakespeare's Globe",
"location": {
"@type": "PerformingArtsTheater",
"name": "Shakespeare's Globe",
"sameAs": "http://www.shakespearesglobe.com/",
"address": "London, UK"
},
"offers": {
"@type": "Offer",
"url": "/examples/ticket/0012301230123"
},
"startDate": "2014-10-01T19:30",
"workPerformed": {
"@type": "CreativeWork",
"name": "Julius Caesar",
"sameAs": "http://en.wikipedia.org/wiki/Julius_Caesar_(play)",
"sameAs": "http://worldcat.org/entity/work/id/1807288036",
"creator": {
"@type": "Person",
"name": "William Shakespeare",
"sameAs": "http://en.wikipedia.org/wiki/William_Shakespeare"
}
}
}RDFa
<div vocab="https://schema.org/" typeof="TheaterEvent">
<span property="name">Julius Caesar at Shakespeare's Globe</span>
<div property="location" typeof="PerformingArtsTheater">
<meta property="name" content="Shakespeare's Globe"/>
<link property="sameAs" href="http://www.shakespearesglobe.com/"/>
<meta property="address" content="London, UK"/>
</div>
<div property="offers" typeof="Offer">
<link property="url" href="/examples/ticket/0012301230123"/>
</div>
<span property="startDate" content="2014-10-01T19:30">Wed 01 October 2014 19:30</span>
<div property="workPerformed" typeof="CreativeWork">
<link property="sameAs" href="http://en.wikipedia.org/wiki/Julius_Caesar_(play)"/>
<link property="sameAs" href="http://worldcat.org/entity/work/id/1807288036"/>
<div property="creator" typeof="Person">
<meta property="name" content="William Shakespeare"/>
<link property="sameAs" href="http://en.wikipedia.org/wiki/William_Shakespeare"/>
</div>
</div>
</div>Microdata
<div itemscope="" itemtype="https://schema.org/TheaterEvent">
<span itemprop="name">Julius Caesar at Shakespeare's Globe</span>
<div itemprop="location" itemscope="" itemtype="https://schema.org/PerformingArtsTheater">
<meta itemprop="name" content="Shakespeare's Globe"/>
<link itemprop="sameAs" href="http://www.shakespearesglobe.com/"/>
<meta itemprop="address" content="London, UK"/>
</div>
<div itemprop="offers" itemscope="" itemtype="https://schema.org/Offer">
<link itemprop="url" href="/examples/ticket/0012301230123"/>
</div>
<span itemprop="startDate" content="2014-10-01T19:30">Wed 01 October 2014 19:30</span>
<div itemprop="workPerformed" itemscope="" itemtype="https://schema.org/CreativeWork">
<link itemprop="sameAs" href="http://en.wikipedia.org/wiki/Julius_Caesar_(play)"/>
<link itemprop="sameAs" href="http://worldcat.org/entity/work/id/1807288036"/>
<div itemprop="creator" itemscope="" itemtype="https://schema.org/Person">
<meta itemprop="name" content="William Shakespeare"/>
<link itemprop="sameAs" href="http://en.wikipedia.org/wiki/William_Shakespeare"/>
</div>
</div>
</div>Pre-Markup
<div> <span>Julius Caesar at Shakespeare's Globe</span> <span>Wed 01 October 2014 19:30</span> </div>