Skip to content

Instantly share code, notes, and snippets.

@druellan
Last active May 18, 2017 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save druellan/cfa2f769461083c25bab to your computer and use it in GitHub Desktop.
Save druellan/cfa2f769461083c25bab to your computer and use it in GitHub Desktop.
Schema.org Type festival
<div itemscope itemtype="http://schema.org/Festival">
<a href="http://www.woodstocklive.co.uk/" itemprop="url">
<h2 itemprop="name">Woodstock Music &amp; Art Fair</h2>
</a>
<img src="http://upload.wikimedia.org/wikipedia/en/b/b7/Woodstock_poster.jpg" alt="Woodstock poster 1969" itemprop="image"/>
<p itemprop="description">
The Woodstock Music &amp; Art Fair (informally, Woodstock or the Woodstock Festival) was a music festival,
billed as <em>An Aquarian Exposition: 3 Days of Peace &amp; Music</em>. It was held at Max Yasgur's dairy farm in the Catskills
near the hamlet of White Lake in the town of Bethel.
</p>
<p itemprop="location" itemscope itemtype="schema.org/Place">
<a itemprop="url" href="http://www.allplaces.us/z/12720">
<span itemprop="name">Bethel</span>
</a>, in Sullivan County, is 43 miles southwest of the town of Woodstock, New York, in adjoining Ulster County.
</p>
<p>
<meta itemprop="startDate" content="1969-08-15"/>
<meta itemprop="endDate" content="1969-08-18"/>
The event took place from August 15 to August 18, 1969.
</p>
<p>
Between the performing artists were:
<span itemprop="performer" itemscope itemtype="http://schema.org/Person">
<span itemprop="name">Joe Cocker</span>
</span>,
<span itemprop="performer" itemscope itemtype="http://schema.org/Person">
<span itemprop="name">Jimi Hendrix</span>
</span>,
<span itemprop="performer" itemscope itemtype="http://schema.org/Person">
<span itemprop="name">Joan Baez </span>
</span>.
</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment