Example 1: schema.org Person and Organization vocabularies

This is an example from the HTML5 Doctor article Extending HTML5 — Microdata, by Oli Studholme. Try running it through Live Microdata or validating it using Validator.nu.

Using schema.org Person and Organization vocabularies

<section><h3><a href="http://atnd.org/events/5181" title="WDE-ex Vol11『iPad
  のウェブデザイン:私たちがみつけたこと 』 : ATND">WDE-ex Vol.11 — Designing
  for iPad: Our experience so far</a></h3>
  <p>On <time datetime="2010-07-21T19:00:00+09:00">July 21st 19:00
  </time>-<time datetime="2010-07-21T20:00:00+09:00">20:00</time> at
  <span itemscope itemtype="http://schema.org/Organization">
  <a itemprop="url" href="http://www.apple.com/jp/retail/ginza/map/">
  <span itemprop="name">Apple Ginza</span></a></span>,
  <span itemscope itemtype="http://schema.org/Person">
  <a itemprop="url" href="http://informationarchitects.jp/" title="iA">
  <span itemprop="name">Oliver Reichenstein</span>, CEO of iA</a>
  </span>, will share the lessons they’ve learned while creating three
  iPad apps and one iPad website.</p></section>

WDE-ex Vol.11 — Designing for iPad: Our experience so far

On - at , , will share the lessons they’ve learned while creating three iPad apps and one iPad website.

If you have any comments or questions, please use the comments form on the Extending HTML5 — Microdata article. Thanks!