Make fixes to examples source in examples-2012-07-03-fixes.txt and regenerate examples-rdfa.txt and testcases
authorStephane Corlosquet <scorlosquet@gmail.com>
Tue, 03 Jul 2012 17:50:15 -0400
changeset 34 707f01ce2592
parent 33 06b888ed3a3e
child 35 4ca175d1fd45
Make fixes to examples source in examples-2012-07-03-fixes.txt and regenerate examples-rdfa.txt and testcases
schema.org/drafts/examples/site/examples-2012-07-03-fixes.txt
schema.org/drafts/examples/site/examples-rdfa.txt
schema.org/drafts/examples/site/md2rdfa.sh
schema.org/drafts/examples/site/testcases/rdfa/sdo_eg_rdfa_27.html
schema.org/drafts/examples/site/testcases/rdfa/sdo_eg_rdfa_28.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/drafts/examples/site/examples-2012-07-03-fixes.txt	Tue Jul 03 17:50:15 2012 -0400
@@ -0,0 +1,1702 @@
+TYPES: Person, PostalAddress
+
+PRE-MARKUP:
+
+Jane Doe
+<img src="janedoe.jpg" />
+
+Professor
+20341 Whitworth Institute
+405 Whitworth
+Seattle WA 98052
+(425) 123-4567
+<a href="mailto:jane-doe@xyz.edu">jane-doe@illinois.edu</a>
+
+Jane's home page:
+<a href="http://www.janedoe.com">janedoe.com</a>
+
+Graduate students:
+<a href="http://www.xyz.edu/students/alicejones.html">Alice Jones</a>
+<a href="http://www.xyz.edu/students/bobsmith.html">Bob Smith</a>
+
+WITH MARKUP:
+
+<div itemscope itemtype="http://schema.org/Person">
+  <span itemprop="name">Jane Doe</span>
+  <img src="janedoe.jpg" itemprop="image" />
+
+  <span itemprop="jobTitle">Professor</span>
+  <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
+    <span itemprop="streetAddress">
+      20341 Whitworth Institute
+      405 N. Whitworth
+    </span>
+    <span itemprop="addressLocality">Seattle</span>,
+    <span itemprop="addressRegion">WA</span>
+    <span itemprop="postalCode">98052</span>
+  </div>
+  <span itemprop="telephone">(425) 123-4567</span>
+  <a href="mailto:jane-doe@xyz.edu" itemprop="email">
+    jane-doe@xyz.edu</a>
+
+  Jane's home page:
+  <a href="http://www.janedoe.com" itemprop="url">janedoe.com</a>
+
+  Graduate students:
+  <a href="http://www.xyz.edu/students/alicejones.html" itemprop="colleague">
+    Alice Jones</a>
+  <a href="http://www.xyz.edu/students/bobsmith.html" itemprop="colleague">
+    Bob Smith</a>
+</div>
+
+
+TYPES: Place, LocalBusiness
+
+PRE-MARKUP:
+
+<h1>Beachwalk Beachwear & Giftware</h1>
+A superb collection of fine gifts and clothing to accent your stay in Mexico Beach.
+3102 Highway 98
+Mexico Beach, FL
+Phone: 850-648-4200
+
+
+WITH MARKUP:
+
+<div itemscope itemtype="http://schema.org/LocalBusiness">
+  <h1><span itemprop="name">Beachwalk Beachwear & Giftware</span></h1>
+  <span itemprop="description"> A superb collection of fine gifts and clothing
+  to accent your stay in Mexico Beach.</span>
+  <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
+    <span itemprop="streetAddress">3102 Highway 98</span>
+    <span itemprop="addressLocality">Mexico Beach</span>,
+    <span itemprop="addressRegion">FL</span>
+  </div>
+  Phone: <span itemprop="telephone">850-648-4200</span>
+</div>
+
+
+
+
+TYPES: Restaurant, AggregateRating, FoodEstablishment, LocalBusiness
+
+PRE-MARKUP:
+
+GreatFood
+4 stars - based on 250 reviews
+1901 Lemur Ave
+Sunnyvale, CA 94086
+(408) 714-1489
+<a href="http://www.greatfood.com">www.greatfood.com</a>
+
+Hours:
+Mon-Sat 11am - 2:30pm
+Mon-Thur 5pm - 9:30pm
+Fri-Sat 5pm - 10pm
+
+Categories: Middle Eastern, Mediterranean
+Price Range: $$
+Takes Reservations: Yes
+
+WITH MARKUP:
+
+<div itemscope itemtype="http://schema.org/Restaurant">
+  <span itemprop="name">GreatFood</span>
+
+  <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
+    <span itemprop="ratingValue">4</span> stars -
+    based on <span itemprop="reviewCount">250</span> reviews
+  </div>
+
+  <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
+    <span itemprop="streetAddress">1901 Lemur Ave</span>
+    <span itemprop="addressLocality">Sunnyvale</span>,
+    <span itemprop="addressRegion">CA</span> <span itemprop="postalCode">94086</span>
+  </div>
+  <span itemprop="telephone">(408) 714-1489</span>
+  <a itemprop="url" href="http://www.dishdash.com">www.greatfood.com</a>
+
+  Hours:
+  <meta itemprop="openingHours" content="Mo-Sa 11:00-14:30">Mon-Sat 11am - 2:30pm
+  <meta itemprop="openingHours" content="Mo-Th 17:00-21:30">Mon-Thu 5pm - 9:30pm
+  <meta itemprop="openingHours" content="Fr-Sa 17:00-22:00">Fri-Sat 5pm - 10:00pm
+
+  Categories:
+  <span itemprop="servesCuisine">
+    Middle Eastern
+  </span>,
+  <span itemprop="servesCuisine">
+    Mediterranean
+  </span>
+
+  Price Range: <span itemprop="priceRange">$$</span>
+  Takes Reservations: Yes
+</div>
+
+
+TYPES: Place, GeoCoordinates
+
+PRE-MARKUP:
+
+<h1>What is the latitude and longitude of the Empire State Building?<h1>
+Answer:
+Latitude: 40 deg 44 min 54.36 sec N
+Longitude: 73 deg 59 min 8.5 sec W
+
+WITH MARKUP:
+<div itemscope itemtype="http://schema.org/Place">
+  <h1>What is the latitude and longitude of the <span itemprop="name">Empire State Building</span>?</h1>
+  Answer:
+  <div itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates">
+    Latitude: 40 deg 44 min 54.36 sec N
+    Longitude: 73 deg 59 min 8.5 dec W
+    <meta itemprop="latitude" content="40.75" />
+    <meta itemprop="longitude" content="73.98" />
+  </div>
+</div>
+
+TYPES: MediaObject, AudioObject
+
+PRE-MARKUP:
+
+<b>12oclock_girona.mp3</b>
+Total Time: 0m:15s - Recorded on a terrace of Girona a sunday morning
+composed by Roger
+
+ <script type="text/javascript">
+var fo = new FlashObject("http://google.com/flash/preview-player.swf", "flashPlayer_719", "358", "16", "6", "#FFFFFF");fo.addVariable("url", "http://media.freesound.org/data/0/previews/719__elmomo__12oclock_girona_preview.mp3");fo.addVariable("autostart", "0");fo.write("flashcontent_719");
+</script>
+
+WITH MARKUP:
+
+<div itemscope itemtype="http://schema.org/AudioObject">
+  <span itemprop="name"><b>12oclock_girona.mp3</b></span>
+
+<script type="text/javascript">
+  var fo = new FlashObject("http://google.com/flash/preview-player.swf",
+  "flashPlayer_719", "358", "16", "6", "#FFFFFF");fo.addVariable("url","http://media.freesound.org/data/0/previews/719__elmomo__12oclock_girona_preview.mp3");fo.addVariable("autostart", "0");fo.write("flashcontent_719");
+</script>
+
+<meta itemprop="encodingFormat" content="mp3" />
+ <meta itemprop="contentURL" content="http://media.freesound.org/data/0/previews/719__elmomo__12oclock_girona_preview.mp3" />
+
+<span class="description">
+  		<meta itemprop="duration" content="T0M15S" />
+  		<span itemprop="description">Recorded on a terrace of Girona a sunday morning</span>
+</span>
+</div>
+
+
+TYPES: Organization, Address
+
+PRE-MARKUP:
+
+Google.Org
+
+Contact Details:
+Main address: 38 avenue de l'Opera, F-75002 Paris, France
+ Tel: ( 33 1) 42 68 53 00, Fax: ( 33 1) 42 68 53 01
+E-mail: secretariat (at) google.org
+URL: <a href="http://www.google.org">www.google.org</a>
+
+Members:
+- National Scientific Members in 100 countries and territories: Country1, Country2, ...
+- Scientific Union Members, 30 organizations listed in this Yearbook: Member 1, Member 2
+
+History:
+
+WITH MARKUP:
+
+<div itemscope itemtype="http://schema.org/Organization">
+  <span itemprop="name">Google.org (GOOG)</span>
+
+Contact Details:
+  <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
+    Main address:
+      <span itemprop="streetAddress">38 avenue de l'Opera</span>
+      <span itemprop="postalCode">F-75002</span>
+      <span itemprop="addressLocality">Paris, France</span>
+    ,
+  </div>
+    Tel:<span itemprop="telephone">( 33 1) 42 68 53 00 </span>,
+    Fax:<span itemprop="faxNumber">( 33 1) 42 68 53 01 </span>,
+    E-mail: <span itemprop="email">secretariat(at)google.org</span>
+
+Members:
+- National Scientific Members in 100 countries and territories: Country1, Country2, ...
+- Scientific Union Members, 30 organizations listed in this Yearbook:
+  <span itemprop="member" itemscope itemtype="http://schema.org/Organization">
+    Member1
+  </span>,
+  <span itemprop="member" itemscope itemtype="http://schema.org/Organization">
+    Member2
+  </span>,
+
+History:
+</div>
+
+TYPES: NGO
+
+PRE-MARKUP:
+
+Google.Org
+
+Contact Details:
+Main address: 38 avenue de l'Opera, F-75002 Paris, France
+ Tel: ( 33 1) 42 68 53 00, Fax: ( 33 1) 42 68 53 01
+E-mail: secretariat (at) google.org
+URL: <a href="http://www.google.org">www.google.org</a>
+
+Members:
+- National Scientific Members in 100 countries and territories: Country1, Country2, ...
+- Scientific Union Members, 30 organizations listed in this Yearbook: Member 1, Member 2
+
+History:
+
+WITH MARKUP:
+
+<div itemscope itemtype="http://schema.org/NGO">
+  <span itemprop="name">Google.org (GOOG)</span>
+
+Contact Details:
+  <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
+    Main address:
+      <span itemprop="streetAddress">38 avenue de l'Opera</span>
+      <span itemprop="postalCode">F-75002</span>
+      <span itemprop="addressLocality">Paris, France</span>
+    ,
+  </div>
+    Tel:<span itemprop="telephone">( 33 1) 42 68 53 00 </span>,
+    Fax:<span itemprop="faxNumber">( 33 1) 42 68 53 01 </span>,
+    E-mail: <span itemprop="email">secretariat(at)google.org</span>
+
+Members:
+- National Scientific Members in 100 countries and territories: Country1, Country2, ...
+- Scientific Union Members, 30 organizations listed in this Yearbook:
+  <span itemprop="member" itemscope itemtype="http://schema.org/Organization">
+    Member1
+  </span>,
+  <span itemprop="member" itemscope itemtype="http://schema.org/Organization">
+    Member2
+  </span>,
+
+History:
+</div>
+
+
+TYPES: Event, Place, Address, AggregateOffer
+
+PRE-MARKUP:
+
+<a href="nba-miami-philidelphia-game3.html">
+NBA Eastern Conference First Round Playoff Tickets:
+ Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1)
+</a>
+
+Thu, 04/21/16
+8:00 p.m.
+
+<a href="wells-fargo-center.html">
+Wells Fargo Center
+</a>
+Philadelphia, PA
+
+Priced from: $35
+1938 tickets left
+
+WITH MARKUP:
+
+<div itemscope itemtype="http://schema.org/Event">
+  <a itemprop="url" href="nba-miami-philidelphia-game3.html">
+  NBA Eastern Conference First Round Playoff Tickets:
+  <span itemprop="name"> Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1) </span>
+  </a>
+
+  <meta itemprop="startDate" content="2016-04-21T20:00">
+    Thu, 04/21/16
+    8:00 p.m.
+
+  <div itemprop="location" itemscope itemtype="http://schema.org/Place">
+    <a itemprop="url" href="wells-fargo-center.html">
+    Wells Fargo Center
+    </a>
+    <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
+      <span itemprop="addressLocality">Philadelphia</span>,
+      <span itemprop="addressRegion">PA</span>
+    </div>
+  </div>
+
+  <div itemprop="offers" itemscope itemtype="http://schema.org/AggregateOffer">
+    Priced from: <span itemprop="lowPrice">$35</span>
+    <span itemprop="offerCount">1938</span> tickets left
+  </div>
+</div>
+
+
+
+
+TYPES: Product, AggregateRating, Offer, Review, Rating
+
+PRE-MARKUP:
+
+Kenmore White 17" Microwave
+<img src="kenmore-microwave-17in.jpg" alt='Kenmore 17" Microwave' />
+Rated 3.5/5 based on 11 customer reviews
+
+$55.00
+In stock
+
+Product description:
+0.7 cubic feet countertop microwave. Has six preset cooking categories and
+ convenience features like Add-A-Minute and Child Lock.
+
+Customer reviews:
+
+Not a happy camper - by Ellie, April 1, 2011
+1/5 stars
+The lamp burned out and now I have to replace it.
+
+ Value purchase - by Lucas, March 25, 2011
+4/5 stars
+Great microwave for the price. It is small and fits in my apartment.
+...
+
+
+WITH MARKUP:
+
+<div itemscope itemtype="http://schema.org/Product">
+  <span itemprop="name">Kenmore White 17" Microwave</span>
+  <img src="kenmore-microwave-17in.jpg" alt='Kenmore 17" Microwave' />
+  <div itemprop="aggregateRating"
+    itemscope itemtype="http://schema.org/AggregateRating">
+   Rated <span itemprop="ratingValue">3.5</span>/5
+   based on <span itemprop="reviewCount">11</span> customer reviews
+  </div>
+
+  <div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
+    <span itemprop="price">$55.00</span>
+    <link itemprop="availability" href="http://schema.org/InStock" />In stock
+  </div>
+
+  Product description:
+  <span itemprop="description">0.7 cubic feet countertop microwave.
+  Has six preset cooking categories and convenience features like
+  Add-A-Minute and Child Lock.</span>
+
+  Customer reviews:
+
+  <div itemprop="review" itemscope itemtype="http://schema.org/Review">
+    <span itemprop="name">Not a happy camper</span> -
+    by <span itemprop="author">Ellie</span>,
+    <meta itemprop="datePublished" content="2011-04-01">April 1, 2011
+    <div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
+      <meta itemprop="worstRating" content = "1">
+      <span itemprop="ratingValue">1</span>/
+      <span itemprop="bestRating">5</span>stars
+    </div>
+    <span itemprop="description">The lamp burned out and now I have to replace
+    it. </span>
+  </div>
+
+  <div itemprop="review" itemscope itemtype="http://schema.org/Review">
+    <span itemprop="name">Value purchase</span> -
+    by <span itemprop="author">Lucas</span>,
+    <meta itemprop="datePublished" content="2011-03-25">March 25, 2011
+    <div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
+      <meta itemprop="worstRating" content = "1"/>
+      <span itemprop="ratingValue">4</span>/
+      <span itemprop="bestRating">5</span>stars
+    </div>
+    <span itemprop="description">Great microwave for the price. It is small and
+    fits in my apartment.</span>
+  </div>
+  ...
+</div>
+
+
+
+TYPES: Product, AggregateRating, AggregateOffer, Offer
+
+PRE-MARKUP:
+
+<img src="dell-30in-lcd.jpg" />
+Dell UltraSharp 30" LCD Monitor
+
+87 out of 100 based on 24 user ratings
+
+$1250 to $1495 from 8 sellers
+
+Sellers:
+<a href="save-a-lot-monitors.com/dell-30.html">
+  Save A Lot Monitors - $1250</a>
+<a href="jondoe-gadgets.com/dell-30.html">
+  Jon Doe's Gadgets - $1350</a>
+...
+
+
+ WITH MARKUP:
+
+<div itemscope itemtype="http://schema.org/Product">
+  <img itemprop="image" src="dell-30in-lcd.jpg" />
+  <span itemprop="name">Dell UltraSharp 30" LCD Monitor</span>
+
+  <div itemprop="aggregateRating"
+    itemscope itemtype="http://schema.org/AggregateRating">
+    <span itemprop="ratingValue">87</span>
+    out of <span itemprop="bestRating">100</span>
+    based on <span itemprop="ratingCount">24</span> user ratings
+  </div>
+
+  <div itemprop="offers" itemscope itemtype="http://schema.org/AggregateOffer">
+    <span itemprop="lowPrice">$1250</span>
+    to <span itemprop="highPrice">$1495</span>
+    from <span itemprop="offerCount">8</span> sellers
+
+  Sellers:
+  <div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
+    <a itemprop="url" href="save-a-lot-monitors.com/dell-30.html">
+     Save A Lot Monitors - $1250</a>
+  </div>
+  <div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
+    <a itemprop="url" href="jondoe-gadgets.com/dell-30.html">
+     Jon Doe's Gadgets - $1350</a>
+  </div>
+  ...
+</div>
+
+TYPES: WebPage, Book, AggregateRating, Offer, Review, CreativeWork
+
+PRE-MARKUP:
+
+<a href="category/books.html">Books</a> >
+ <a href="category/books-literature.html">Literature & Fiction</a> >
+ <a href="category/books-classics">Classics</a>
+
+<img src="catcher-in-the-rye-book-cover.jpg" />
+The Catcher in the Rye - Mass Market Paperback
+by <a href="/author/jd_salinger.html">J.D. Salinger</a>
+4 stars - 3077 reviews
+
+Price: $6.99
+In Stock
+
+Product details
+224 pages
+Publisher: Little, Brown, and Company - May 1, 1991
+Language: English
+ISBN-10: 0316769487
+
+Reviews:
+
+5 stars - <b>"A masterpiece of literature" </b>
+by John Doe. Written on May 4, 2006
+I really enjoyed this book. It captures the essential challenge people face
+as they try make sense of their lives and grow to adulthood.
+
+4 stars - <b>"love it LOLOL111!" </b>
+by Bob Smith, Written on June 15, 2006
+Catcher in the Rye is a fun book. It's a good book to read.
+
+WITH MARKUP:
+
+<body itemscope itemtype="http://schema.org/WebPage">
+...
+<div itemprop="breadcrumb">
+  <a href="category/books.html">Books</a> >
+  <a href="category/books-literature.html">Literature & Fiction</a> >
+  <a href="category/books-classics">Classics</a>
+</div>
+
+<div itemscope itemtype="http://schema.org/Book">
+
+<img itemprop="image" src="catcher-in-the-rye-book-cover.jpg" />
+<span itemprop="name">The Catcher in the Rye</span> -
+ <link itemprop="bookFormat" href="http://schema.org/Paperback">Mass Market Paperback
+by <a itemprop="author" href="/author/jd_salinger.html">J.D. Salinger</a>
+
+<div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
+  <span itemprop="ratingValue">4</span> stars -
+  <span itemprop="reviewCount">3077</span> reviews
+</div>
+
+<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
+  Price: <span itemprop="price">$6.99</span>
+  <meta itemprop="priceCurrency" content="USD" />
+  <link itemprop="availability" href="http://schema.org/InStock">In Stock
+</div>
+
+Product details
+<span itemprop="numberOfPages">224</span> pages
+Publisher: <span itemprop="publisher">Little, Brown, and Company</span> -
+ <meta itemprop="datePublished" content="1991-05-01">May 1, 1991
+Language: <span itemprop="inLanguage">English</span>
+ISBN-10: <span itemprop="isbn">0316769487</span>
+
+Reviews:
+
+<div itemprop="review" itemscope itemtype="http://schema.org/Review">
+  <span itemprop="reviewRating">5</span> stars -
+  <b>"<span itemprop="name">A masterpiece of literature</span>" </b>
+  by <span itemprop="author">John Doe</span>,
+  Written on <meta itemprop="datePublished" content="2006-05-04">May 4, 2006
+  <span itemprop="reviewBody">I really enjoyed this book. It captures the essential
+  challenge people face as they try make sense of their lives and grow to adulthood.</span>
+</div>
+
+<div itemprop="review" itemscope itemtype="http://schema.org/Review">
+  <span itemprop="reviewRating">4</span> stars -
+  <b>"<span itemprop="name">A good read.</span>" </b>
+  by <span itemprop="author">Bob Smith</span>,
+  Written on <meta itemprop="datePublished" content="2006-06-15">June 15, 2006
+  <span itemprop="reviewBody">Catcher in the Rye is a fun book. It's a good book to read.</span>
+</div>
+
+</div>
+...
+</body>
+
+TYPES: Recipe, NutritionInformation
+
+PRE-MARKUP:
+
+Mom's World Famous Banana Bread
+By John Smith, May 8, 2009
+<img src="bananabread.jpg" />
+
+This classic banana bread recipe comes from my mom -- the walnuts add a nice
+ texture and flavor to the banana bread.
+
+Prep Time: 15 minutes
+Cook time: 1 hour
+Yield: 1 loaf
+
+Nutrition facts:
+240 calories, 9 grams fat
+
+Ingredients:
+- 3 or 4 ripe bananas, smashed
+- 1 egg
+- 3/4 cup of sugar
+...
+
+Instructions:
+ Preheat the oven to 350 degrees. Mix in the ingredients in a bowl. Add the
+ flour last. Pour the mixture into a loaf pan and bake for one hour.
+
+140 comments:
+From Janel, May 5 -- thank you, great recipe!
+...
+
+
+WITH MARKUP:
+
+<div itemscope itemtype="http://schema.org/Recipe">
+  <span itemprop="name">Mom's World Famous Banana Bread</span>
+  By <span itemprop="author">John Smith</span>,
+  <meta itemprop="datePublished" content="2009-05-08">May 8, 2009
+  <img itemprop="image" src="bananabread.jpg" />
+
+  <span itemprop="description">This classic banana bread recipe comes
+  from my mom -- the walnuts add a nice texture and flavor to the banana
+  bread.</span>
+
+  Prep Time: <meta itemprop="prepTime" content="PT15M">15 minutes
+  Cook time: <meta itemprop="cookTime" content="PT1H">1 hour
+  Yield: <span itemprop="recipeYield">1 loaf</span>
+
+  <div itemprop="nutrition"
+    itemscope itemtype="http://schema.org/NutritionInformation">
+    Nutrition facts:
+    <span itemprop="calories">240 calories</span>,
+    <span itemprop="fatContent">9 grams fat</span>
+  </div>
+
+  Ingredients:
+  - <span itemprop="ingredients">3 or 4 ripe bananas, smashed</span>
+  - <span itemprop="ingredients">1 egg</span>
+  - <span itemprop="ingredients">3/4 cup of sugar</span>
+  ...
+
+  Instructions:
+  <span itemprop="recipeInstructions">
+  Preheat the oven to 350 degrees. Mix in the ingredients in a bowl. Add
+  the flour last. Pour the mixture into a loaf pan and bake for one hour.
+  </span>
+
+  140 comments:
+  <meta itemprop="interactionCount" content="UserComments:140" />
+  From Janel, May 5 -- thank you, great recipe!
+  ...
+</div>
+
+TYPES: VideoObject, MusicGroup, MusicRecording, Event
+
+PRE-MARKUP:
+
+<h1>Foo Fighters</h1>
+
+
+<h2>Video: Interview with the Foo Fighters</h2>
+<object ...>
+  <param ...>
+  <embed type="application/x-shockwave-flash" ...>
+</object>
+Catch this exclusive interview with Dave Grohl and the Food Fighters
+ about their new album, Rope.
+
+
+<h2>Songs</h2>
+
+Rope
+ Length: 4:05 - 14300 plays
+<a href="foo-fighters-rope-play.html">Play</a>
+<a href="foo-fighters-rope-buy.html">Buy</a>
+From album: <a href="foo-fighters-wasting-light.html">Wasting Light</a>
+
+Everlong
+ Length: 6:33 - 11700 plays
+<a href="foo-fighters-everlong-play.html">Play</a>
+<a href="foo-fighters-everlong-buy.html">Buy</a>
+From album: <a href="foo-fighters-color-and-shape.html">The Color And The Shape</a>
+
+
+<h2>Upcoming shows</h2>
+
+<a href="foo-fighters-may20-fedexforum">FedExForum</a>
+Memphis, TN, US
+May 20
+<a href="ticketworlds.com/foofighters/may20-2011">Buy tickets</a>
+
+<a href="foo-fighters-may23-midamericacenter">Mid America Center</a>
+Council Bluffs, IA, US
+May 23
+<a href="ticketworlds.com/foofighters/may23-2011">Buy tickets</a>
+
+
+<h2><a href="foo-fighters-photos">28 Photos</a></h2>
+<a href="foofighters-1.jpg"><img src="foofighters-thumb1.jpg" /></a>
+<a href="foofighters-2.jpg"><img src="foofighters-thumb2.jpg" /></a>
+<a href="foofighters-3.jpg"><img src="foofighters-thumb3.jpg" /></a>
+
+
+<h2>Comments:</h2>
+Excited about seeing them in concert next week. -Lawrence , Jan 23
+I dig their latest single. -Mary, Jan 19
+Showing 1-2 of 18 comments. <a href="foofighters-comments">More</a>
+
+
+WITH MARKUP:
+
+<div itemscope itemtype="http://schema.org/MusicGroup">
+
+<h1 itemprop="name">Foo Fighters</h1>
+
+
+<div itemprop="video" itemscope itemtype="http://schema.org/VideoObject">
+  <h2>Video: <span itemprop="name">Interview with the Foo Fighters</span></h2>
+  <meta itemprop="duration" content="T1M33S" />
+  <meta itemprop="thumbnail" content="foo-fighters-interview-thumb.jpg" />
+  <object ...>
+    <param ...>
+    <embed type="application/x-shockwave-flash" ...>
+  </object>
+  <span itemprop="description">Catch this exclusive interview with
+    Dave Grohl and the Food Fighters about their new album, Rope.</span>
+</div>
+
+
+<h2>Songs</h2>
+
+<div itemprop="track" itemscope itemtype="http://schema.org/MusicRecording">
+  <span itemprop="name">Rope</span>
+  <meta itemprop="url" content ="foo-fighters-rope.html">
+  Length: <meta itemprop="duration" content="PT4M5S">4:05 -
+  14300 plays<meta itemprop="interactionCount" content="UserPlays:14300" />
+  <a href="foo-fighters-rope-play.html" itemprop="audio">Play</a>
+  <a href="foo-fighters-rope-buy.html" itemprop="offers">Buy</a>
+  From album: <a href="foo-fighters-wasting-light.html"
+    itemprop="inAlbum">Wasting Light</a>
+</div>
+
+<div itemprop="track" itemscope itemtype="http://schema.org/MusicRecording">
+  <span itemprop="name">Everlong</span>
+  <meta itemprop="url" content ="foo-fighters-everlong.html">
+  Length: <meta itemprop="duration" content="PT6M33S">6:33 -
+  <span itemprop="playCount">11700</span> plays
+  <a href="foo-fighters-everlong-play.html" itemprop="audio">Play</a>
+  <a href="foo-fighters-everlong-buy.html" itemprop="offers">Buy</a>
+  From album: <a href="foo-fighters-color-and-shape.html"
+    itemprop="inAlbum">The Color And The Shape</a>
+</div>
+
+
+<h2>Upcoming shows</h2>
+
+<div itemprop="event" itemscope itemtype="http://schema.org/Event">
+  <a href="foo-fighters-may20-fedexforum" itemprop="url">
+    <span itemprop="name">FedExForum</span>
+  </a>
+  <span itemprop="location">Memphis, TN, US</span>
+  <meta itemprop="startDate" content="2011-05-20">May 20
+  <a href="ticketmaster.com/foofighters/may20-2011" itemprop="offers">Buy tickets</a>
+</div>
+
+<div itemprop="event" itemscope itemtype="http://schema.org/Event">
+  <a href="foo-fighters-may23-midamericacenter" itemprop="url">
+    <span itemprop="name">Mid America Center</span>
+  </a>
+  <span itemprop="location">Council Bluffs, IA, US</span>
+  <meta itemprop="startDate" content="2011-05-23">May 23
+  <a href="ticketmaster.com/foofighters/may23-2011" itemprop="offers">Buy tickets</a>
+</div>
+
+<h2><a href="foo-fighters-photos">28 Photos</a></h2>
+<a href="foofighters-1.jpg" itemprop="image"><img src="foofighters-thumb1.jpg" /></a>
+<a href="foofighters-2.jpg" itemprop="image"><img src="foofighters-thumb2.jpg" /></a>
+<a href="foofighters-3.jpg" itemprop="image"><img src="foofighters-thumb3.jpg" /></a>
+
+
+<h2>Comments:</h2>
+Excited about seeing them in concert next week. -Lawrence , Jan 23
+I dig their latest single. -Mary, Jan 19
+<meta itemprop="interactionCount" content="UserComments:18" />
+Showing 1-2 of 18 comments. <a href="foofighters-comments">More</a>
+
+</div>
+
+
+TYPES: ItemList
+
+PRE-MARKUP:
+
+<h2>Top 10 laptops</h2>
+<p>1. HP Pavilion dv6-6013cl</p>
+<p>2. Dell XPS 15 (Sandy Bridge)</p>
+<p>3. Lenovo ThinkPad X220</p>
+...
+
+WITH MARKUP:
+
+<div itemscope itemtype="http://schema.org/ItemList">
+  <meta itemprop="mainContentOfPage" content="true"/>
+  <h2 itemprop="name">Top 10 laptops</h2><br>
+  <meta itemprop="itemListOrder" content="Descending" />
+  <p>1. <span itemprop="itemListElement">HP Pavilion dv6-6013cl</span></p>
+  <p>2. <span itemprop="itemListElement">Dell XPS 15 (Sandy Bridge)</span></p>
+  <p>3. <span itemprop="itemListElement">Lenovo ThinkPad X220</span></p>
+  ...
+</div>
+
+TYPES: Movie
+
+PRE-MARKUP:
+
+<h1>Pirates of the Carribean: On Stranger Tides (2011)</h1>
+Jack Sparrow and Barbossa embark on a quest to find the elusive fountain
+ of youth, only to discover that Blackbeard and his daughter are after it too.
+
+Director: Rob Marshall
+Writers: Ted Elliott, Terry Rossio, and 7 more credits
+Stars: Johnny Depp, Penelope Cruz, Ian McShane
+8/10 stars from 200 users. Reviews: 50.
+
+WITH MARKUP:
+
+<div itemscope itemtype="http://schema.org/Movie">
+
+<h1 itemprop="name">Pirates of the Carribean: On Stranger Tides (2011)</h1>
+<span itemprop="description">Jack Sparrow and Barbossa embark on a quest to
+ find the elusive fountain of youth, only to discover that Blackbeard and
+ his daughter are after it too.</span>
+Director:
+ <div itemprop="director" itemscope itemtype="http://schema.org/Person">
+<span itemprop="name">Rob Marshall</span>
+</div>
+Writers:
+ <div itemprop="author" itemscope itemtype="http://schema.org/Person">
+<span itemprop="name">Ted Elliott</span>
+</div>
+<div itemprop="author" itemscope itemtype="http://schema.org/Person">
+<span itemprop="name">Terry Rossio</span>
+</div>
+, and 7 more credits
+Stars:
+ <div itemprop="actor" itemscope itemtype="http://schema.org/Person">
+<span itemprop="name">Johnny Depp</span>,
+ </div>
+<div itemprop="actor" itemscope itemtype="http://schema.org/Person">
+<span itemprop="name">Penelope Cruz</span>,
+</div>
+<div itemprop="actor" itemscope itemtype="http://schema.org/Person">
+<span itemprop="name">Ian McShane</span>
+</div>
+<div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
+  <span itemprop="ratingValue">8</span>/<span itemprop="bestRating">10</span> stars from
+  <span itemprop="ratingCount">200</span> users.
+  Reviews: <span itemprop="reviewCount">50</span>.
+</div>
+</div>
+
+
+TYPES: Table
+
+PRE-MARKUP:
+
+<h2>list of presidents</h2>>
+<table>
+  <tr><th>President</th><th>Party</th></tr>
+  <tr>
+    <td>George Washington (1789-1797)</td>
+    <td>no party</td>
+  </tr>
+  <tr>
+    <td>John Adams (1797-1801)</td>
+    <td>Federalist</td>
+  </tr>
+  ...
+</table>
+
+WITH MARKUP:
+
+<div itemscope itemtype="http://schema.org/Table">
+  <meta itemprop="mainContentOfPage" content="true"/>
+  <h2 itemprop="about">list of presidents</h2>
+  <table>
+    <tr><th>President</th><th>Party</th><tr>
+    <tr>
+      <td>George Washington (1789-1797)</td>
+      <td>no party</td>
+    </tr>
+    <tr>
+      <td>John Adams (1797-1801)</td>
+      <td>Federalist</td>
+    </tr>
+    ...
+  </table>
+</div>
+
+TYPES: PostalAddress
+
+PRE-MARKUP:
+
+Google Inc.
+P.O. Box 1234
+Mountain View, CA
+94043
+United States
+
+WITH MARKUP:
+
+<div itemscope itemtype="http://schema.org/PostalAddress">
+ <span itemprop="name">Google Inc.</span>
+ P.O. Box<span itemprop="postOfficeBoxNumber">1234</span>
+ <span itemprop="addressLocality">Mountain View</span>,
+ <span itemprop="addressRegion">CA</span>
+ <span itemprop="postalCode">94043</span>
+ <span itemprop="addressCountry">United States</span>
+</div>
+
+TYPES: CreativeWork, ContentRating
+
+PRE-MARKUP:
+
+Resistance 3: Fall of Man
+by Sony
+Platform: Playstation 3
+Rated: Mature
+
+WITH MARKUP:
+
+<div itemscope itemtype="http://schema.org/CreativeWork">
+<img itemprop="image" src="videogame.jpg" />
+<span itemprop="name">Resistance 3: Fall of Man</span>
+by <span itemprop="author">Sony</span>,
+Platform: Playstation 3
+Rated:<span itemprop="contentRating">Mature</span>
+</div>
+
+
+
+
+
+TYPES: ImageObject
+
+PRE-MARKUP:
+
+<h2>Beach in Mexico</h2>
+<img src="mexico-beach.jpg" />
+
+By Jane Doe
+Photographed in Puerto Vallarta, Mexico
+Date uploaded: Jan 25, 2008
+
+I took this picture while on vacation last year.
+
+WITH MARKUP:
+
+<div itemscope itemtype="http://schema.org/ImageObject">
+  <h2 itemprop="name">Beach in Mexico</h2>
+  <img src="mexico-beach.jpg" itemprop="contentURL" />
+
+  By <span itemprop="author">Jane Doe</span>
+  Photographed in
+    <span itemprop="contentLocation">Puerto Vallarta, Mexico</span>
+  Date uploaded:
+    <meta itemprop="datePublished" content="2008-01-25">Jan 25, 2008
+
+  <span itemprop="description">I took this picture while on vacation last year.</span>
+</div>
+
+
+TYPES: MusicPlaylist
+
+PRE-MARKUP:
+
+Classic Rock Playlist
+
+1.Sweet Home Alabama - Lynard Skynard
+2.Shook you all Night Long - AC/DC
+3.Sharp Dressed Man - ZZ Top
+4.Old Time Rock and Roll - Bob Seger
+5.Hurt So Good - John Cougar
+
+WITH MARKUP:
+
+<div itemscope itemtype="http://schema.org/MusicPlaylist">
+  <span itemprop="name">Classic Rock Playlist</span>
+  <meta itemprop="numTracks" content="5"/>
+
+  <div itemprop="track" itemscope itemtype="http://schema.org/MusicRecording">
+    1.<span itemprop="name">Sweet Home Alabama</span> -
+    <span itemprop="byArtist">Lynard Skynard</span>
+    <meta content="sweet-home-alabama" itemprop="url" />
+    <meta content="PT4M45S" itemprop="duration" />
+    <meta content="Second Helping" itemprop="inAlbum" />
+   </div>
+
+  <div itemprop="track" itemscope itemtype="http://schema.org/MusicRecording">
+    2.<span itemprop="name">Shook you all Night Long</span> -
+    <span itemprop="byArtist">AC/DC</span>
+    <meta content="shook-you-all-night-long" itemprop="url" />
+    <meta content="PT3M32S" itemprop="duration" />
+    <meta content="Back In Black" itemprop="inAlbum" />
+  </div>
+
+  <div itemprop="track" itemscope itemtype="http://schema.org/MusicRecording">
+    3.<span itemprop="name">Sharp Dressed Man</span> -
+    <span itemprop="byArtist">ZZ Top</span>
+    <meta content="sharp-dressed-man" itemprop="url" />
+    <meta content="PT4M13S" itemprop="duration" />
+    <meta content="Eliminator" itemprop="inAlbum" />
+ </div>
+
+  <div itemprop="track" itemscope itemtype="http://schema.org/MusicRecording">
+    4.<span itemprop="name">Old Time Rock and Roll</span> -
+    <span itemprop="byArtist">Bob Seger</span>
+    <meta content="old-time-rock-and-roll" itemprop="url" />
+    <meta content="PT3M12S" itemprop="duration" />
+    <meta content="Stranger In Town" itemprop="inAlbum" />
+  </div>
+
+  <div itemprop="track" itemscope itemtype="http://schema.org/MusicRecording">
+    5.<span itemprop="name">Hurt So Good</span> -
+    <span itemprop="byArtist">John Cougar</span>
+    <meta content="hurt-so-good" itemprop="url" />
+    <meta content="PT3M39S" itemprop="duration" />
+    <meta content="American Fool" itemprop="inAlbum" />
+  </div>
+</div>
+
+TYPES: UserInteraction, WebPage, Article
+
+PRE-MARKUP:
+How to Tie a Reef Knot
+by John Doe
+This article has been tweeted 1203 times and contains 78 user comments.
+
+WITH MARKUP:
+<div itemscope itemtype="http://schema.org/Article">
+  <span itemprop="name">How to Tie a Reef Knot</span>
+  by <span itemprop="author">John Doe</span>
+  This article has been tweeted 1203 times and contains 78 user comments.
+  <meta itemprop="interactionCount" content="UserTweets:1203"/>
+  <meta itemprop="interactionCount" content="UserComments:78"/>
+</div>
+
+
+TYPES: CivicStructure, Place
+
+PRE-MARKUP:
+
+Springfield Town Hall
+Hours:
+   Mon-Fri 9am - 5:30pm
+   Sat 9am - 12pm
+   Closed Sun
+
+WITH MARKUP:
+<div itemscope itemtype="http://schema.org/CivicStructure">
+  <span itemprop="name">Springfield Town Hall</span>
+  Hours:
+  <meta itemprop="openingHours" content="Mo-Fr 09:00-17:30">Mon-Fri 9am - 5:30pm
+  <meta itemprop="openingHours" content="Sa 09:00-12:00">Sat 9am - 12pm
+  Closed Sun
+</div>
+
+
+TYPES: EducationalOrganization
+
+PRE-MARKUP:
+
+Palo Alto High School
+50 Embarcadero Rd
+Pallo Alto, CA 94301
+
+List of Alumni:
+John Doe
+Sarah Glames
+
+
+WITH MARKUP:
+
+<div itemscope itemtype="http://schema.org/EducationalOrganization">
+ <span itemprop="name">Palo Alto High School</span>
+ <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
+    <span itemprop="streetAddress">50 Embarcadero Rd</span>
+    <span itemprop="addressLocality">Palo Alto</span>,
+    <span itemprop="addressRegion">CA</span> <span itemprop="postalCode">94301</span>
+  </div>
+ List of Alumni
+ <span itemprop="alumni" itemscope itemtype="http://schema.org/Person">
+   <span itemprop="name">John Doe</span>
+ </span>
+ <span itemprop="alumni" itemscope itemtype="http://schema.org/Person">
+   <span itemprop="name">Sarah Glames</span>
+ </span>
+</div>
+
+
+TYPES: TVSeries, TVSeason, TVEpisode
+PRE-MARKUP:
+
+Grey's Anatomy is a medical drama television series created by Shonda Rimes
+Starring:
+Justin Chambers
+Jessica Capshaw
+
+Season 1 - May 22, 2005
+Season 2 - May 14, 2006
+
+WITH MARKUP:
+
+<div itemscope itemtype="http://schema.org/TVSeries">
+ <span itemprop="name">Greys Anatomy</span> is a medical drama television series created by
+ <div itemscope itemtype="http://schema.org/Person">
+   <span itemprop="author">Shonda Rimes</span>
+ </div>
+ Starring:
+ <div itemprop="actor" itemscope itemtype="http://schema.org/Person">
+   <span itemprop="name">Justin Chambers</span>
+ </div>
+ <div itemprop="actor" itemscope itemtype="http://schema.org/Person">
+   <span itemprop="name">Jessica Capshaw</span>
+ </div>
+ <div itemprop="season" itemscope itemtype="http://schema.org/TVSeason">
+   <span itemprop="name">Season 1</span> -
+   <meta itemprop="numberofEpisodes" content="14"/>
+   <meta itemprop="datePublished" content="2005-05-22">May 22, 2005
+ </div>
+ <div itemprop="season" itemscope itemtype="http://schema.org/TVSeason">
+   <span itemprop="name">Season 2</span> -
+   <meta itemprop="numberofEpisodes" content="27"/>
+   <meta itemprop="datePublished" content="2006-05-14">May 14, 2006
+   <div itemprop="episode" itemscope itemtype="http://schema.org/TVEpisode">
+     <span itemprop="name">Episode 1</span> -
+     <meta itemprop="episodeNumber" content="1"/>
+   </div>
+ </div>
+</div>
+TYPES: MusicAlbum
+
+PRE-MARKUP:
+
+<h1> King of Limbs </h1>
+<img src="king-of-limbs.jpg" />
+<h2> Radiohead </h2>
+<h3>Sample Tracks</h3>
+Bloom - 5:14<br>
+Morning Mr Magpie - 4:40<br>
+
+WITH MARKUP:
+
+<div itemscope itemtype="http://schema.org/MusicAlbum">
+  <h1 itemprop="name"> King of Limbs </h1>
+  <meta content="/artist/radiohead/album/the-king-of-limbs" itemprop="url" />
+  <img src="king-of-limbs.jpg" itemprop="image" />
+  <meta content="8" itemprop="numTracks" />
+  <meta content="Alt/Punk" itemprop="genre" />
+
+  <h2 itemprop="byArtist" itemscope itemtype="http://schema.org/MusicGroup">
+    <span itemprop="name">Radiohead</span>
+  </h2>
+
+  <h3>Sample Tracks</h3>
+    <div itemprop="track" itemscope itemtype="http://schema.org/MusicRecording">
+      <span itemprop="name">Bloom</span>
+        <meta content="/artist/radiohead/album/the-king-of-limbs/track/bloom" itemprop="url" />
+        <meta content="PT5M14S" itemprop="duration" />5:14
+      </span>
+    </div>
+    <div itemprop="track" itemscope itemtype="http://schema.org/MusicRecording">
+    <span itemprop="name">Morning Mr Magpie</span>
+      <meta content="/artist/radiohead/album/the-king-of-limbs/track/morning-mr-magpie" itemprop="url" />
+      <meta content="PT4M40S" itemprop="duration" />4:40
+    </span>
+  </div>
+</div>
+
+TYPES: JobPosting
+
+PRE-MARKUP:
+
+<div>
+  <h2>Software Engineer</h2>
+    <p><strong>Location:</strong>
+    Kirkland WA</p>
+  <p><strong>Industry:</strong> Computer Software
+  <br><strong>Occupational Category:</strong> 15-1132.00 Software Developers, Application
+  <br><strong>Hours:</strong> Full-time, 40 hours per week
+  <br><strong>Salary:</strong> USD 100000
+  </p>
+  <p>
+    <strong>Description:</strong> ABC Company Inc.
+    seeks a full-time mid-level software engineer to develop in-house tools.
+  </p>
+  <p><strong>Responsibilities:</strong></p>
+  <ul>
+    <li>Design and write specifications for tools for in-house costumers</li>
+    <li>Build tools according to specifications</li>
+  </ul>
+  <p><strong>Educational requirements:</strong></p>
+  <ul>
+    <li>Bachelor's Degree in Computer Science, Information Systems or related fields of study.</li>
+  </ul>
+  <p><strong>Experience requirements:</strong></p>
+  <ul>
+   <li>Minumum 3 years experience as a software engineer</li>
+  </ul>
+  <p><strong>Desired Skills:</strong></p>
+  <ul>
+    <li>Web application development using Java/J2EE</li>
+    <li>Web application development using Python or familiarity with dynamic programming languages</li>
+  </ul>
+  <p><strong>Qualifications:</strong></p>
+  <ul>
+    <li>Ability to work in a team environment with members of varying skill levels.</li>
+    <li>Highly motivated.</li>
+    <li>Learns quickly.</li>
+  </ul>
+  <p><strong>Benefits:</strong></p>
+    <ul><li>ABC Corp provides top-tier employee compensation benefits and a relaxed, team-oriented work environment, including: Medical, Life, Dental</li>
+    </ul>
+      <p><strong>Incentives:</strong></p>
+        <ul><li>Performance-based annual bonus plan, project-completion bonuses</li>
+      </ul>
+  <p>If interested in this position, please email us your resume, along with salary requirements and a cover letter to Jobs@abc.123.</p>
+  <p>Date Posted: 2011-10-31</p>
+</div>
+
+WITH MARKUP:
+
+<div itemscope itemtype="http://schema.org/JobPosting">
+  <meta itemprop="specialCommitments" content="VeteranCommit" />
+  <h2 itemprop="title">Software Engineer</h2>
+  <span>
+    <p><strong>Location:</strong> <span itemprop="jobLocation" itemscope itemtype="http://schema.org/Place"><span itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
+    <span itemprop="addressLocality">Kirkland</span> <span itemprop="addressRegion">WA</span></span></span></p>
+  </span>
+
+  <p><strong>Industry:</strong> <span itemprop="industry">Computer Software</span>
+
+  <br><strong>Occupational Category:</strong> <span itemprop="occupationalCategory">15-1132.00 Software Developers, Application</span>
+
+  <br><strong>Hours:</strong> <span itemprop="employmentType">Full-time</span>, <span itemprop="workHours">40 hours per week</span>
+
+  <br><strong>Salary:</strong> <span itemprop="salaryCurrency">USD</span> <span itemprop="baseSalary">100000</span>
+  </p>
+
+  <p itemprop="description">
+    <strong>Description:</strong> <span itemprop="hiringOrganization" itemscope itemtype="http://schema.org/Organization"><span itemprop="name">ABC Company Inc.</span>
+    seeks a full-time mid-level software engineer to develop in-house tools.</span>
+  </p>
+
+  <p><strong>Responsibilities:</strong></p>
+  <ul itemprop="responsibilities">
+    <li>Design and write specifications for tools for in-house costumers</li>
+    <li>Build tools according to specifications</li>
+  </ul>
+
+  <p><strong>Educational requirements:</strong></p>
+  <ul itemprop="educationRequirements">
+    <li>Bachelor's Degree in Computer Science, Information Systems or related fields of study.</li>
+  </ul>
+
+  <p><strong>Experience requirements:</strong></p>
+  <ul itemprop="experienceRequirements">
+   <li>Minumum 3 years experience as a software engineer</li>
+  </ul>
+
+  <p><strong>Desired Skills:</strong></p>
+  <ul itemprop="skills">
+    <li>Web application development using Java/J2EE</li>
+    <li>Web application development using Python or familiarity with dynamic programming languages</li>
+  </ul>
+
+  <p><strong>Qualifications:</strong></p>
+  <ul itemprop="qualifications">
+    <li>Ability to work in a team environment with members of varying skill levels.</li>
+    <li>Highly motivated.</li>
+    <li>Learns quickly.</li>
+  </ul>
+
+  <p><strong>Benefits:</strong></p>
+    <ul><li>ABC Corp provides top-tier employee compensation benefits and a relaxed, team-oriented work environment, including:<span itemprop="benefits"> Medical, Life, Dental</span></li>
+    </ul>
+
+      <p><strong>Incentives:</strong></p>
+        <ul><li><span itemprop="incentives">Performance-based annual bonus plan, project-completion bonuses</span></li>
+      </ul>
+
+  <p>If interested in this position, please email us your resume, along with salary requirements and a cover letter to Jobs@abc.123.</p>
+  <p>Date Posted: <span itemprop="datePosted">2011-10-31</span></p>
+</div>
+
+
+TYPES: MedicalGuideline, MedicalGuidelineRecommendation, MedicalGuidelineContraindication
+
+PRE-MARKUP:
+
+<h1>Guidelines</h1>
+<ul>
+  <li>Recommendation: NewvoDrug is indicated for initial treatment of cardiac
+  failure for all adult patients. (Strong recommendation;
+  Class I, based on multiple randomized clinical trials)</li>
+  <li>Contraindication: cardiac failure should never be treated with
+  appendectomy in adults. (Class III, standard of care)</li>
+</ul>
+
+
+WITH MARKUP:
+
+<div>
+<h1>Guidelines</h1>
+<ul>
+  <li>Recommendation:
+  <span itemscope itemtype="http://schema.org/MedicalGuidelineRecommendation">
+    <span itemprop="subject" itemscope itemtype="http://schema.org/Drug">
+      <span itemprop="name">NewvoDrug</span>
+    </span>
+    is indicated for initial treatment of
+    <span itemprop="subject" itemscope itemtype="http://schema.org/MedicalCondition">
+      <span itemprop="name">cardiac failure</span>
+    </span>
+    for all adult patients.
+    (<span itemprop="recommendationStrength">Strong recommendation</span>;
+    <span itemprop="evidenceLevel" href="http://schema.org/EvidenceLevelA">
+      Class I</span>,
+    based on
+    <span itemprop="evidenceOrigin">multiple randomized clinical trials</span>)
+  </span>
+  </li>
+  <li>Contraindication:
+  <span itemscope itemtype="http://schema.org/MedicalGuidelineContraindication">
+    <span itemprop="subject" itemscope itemtype="http://schema.org/MedicalCondition">
+      <span itemprop="name">cardiac failure</span></span> should never
+    be treated with
+    <span itemprop="subject" itemscope itemtype="http://schema.org/TherapeuticProcedure">
+      <span itemprop="name">appendectomy</span></span> in adults.
+    (Class III, <span itemprop="evidenceLevel" href="http://schema.org/EvidenceLevelC"/>
+    <span itemprop="evidenceOrigin">standard of care</span></span>)
+  </span></li>
+</ul>
+</div>
+
+
+TYPES: MedicalScholarlyArticle, MedicalGuideline, MedicalGuidelineRecommendation
+
+PRE-MARKUP:
+
+<h1>New guidelines for metformin and diabetes mellitus</h1>
+<p>Dr. John Smith
+<br>Medical University
+<br>2012-03-24</p>
+<p><b>Abstract:</b>
+We review clinical evidence related to the use of metformin for
+treatment of type-2 diabetes mellitus and provide new clinical guideline
+recommendations.</p>
+<p><b>MeSH subject headings:</b> Metformin; Diabetes Mellitus, Type 2</p>
+...
+<h3>Guidelines</h3>
+Recommendation: we recommend monotherapy with metformin as an initial
+pharmacologic therapy to treat most patients with type 2 diabetes
+(Grade: strong recommendation; high-quality evidence).
+
+
+WITH MARKUP:
+
+<div itemscope itemtype="http://schema.org/MedicalScholarlyArticle">
+  <link itemprop="audience" href="http://schema.org/Clinician"/>
+  <meta itemprop="publicationType" content="Meta-Analysis"/>
+  <h1><span itemprop="name">New guidelines for metformin and
+      diabetes mellitus</span></h1>
+  <p>
+  <span itemprop="author" itemscope itemtype="http://schema.org/Person">
+    <span itemprop="name">Dr. John Smith</span>
+    <br><span itemprop="affiliation">Medical University</span>
+  </span>
+  <br><span itemprop="datePublished">2012-03-24</span>
+  <p><b>Abstract:</b>
+  We review clinical evidence related to the use of metformin for
+  treatment of type-2 diabetes mellitus and provide new clinical guideline
+  recommendations.</p>
+  <p><b>MeSH subject headings:</b>
+  <span itemprop="about" itemscope itemtype="http://schema.org/Drug">
+    <span itemprop="name">Metformin</span>
+    <span itemprop="code" itemscope itemtype="http://schema.org/MedicalCode"
+          itemid="http://www.ncbi.nlm.nih.gov/mesh/D02.078.370.141.450">
+      <!-- Note: use of itemid is not mandatory, but recommended when an
+           external enumeration is available -->
+      <meta itemprop="code" content="D02.078.370.141.450"/>
+      <meta itemprop="codingSystem" content="MeSH"/>
+    </span>
+  </span>;
+  <span itemprop="about" itemscope itemtype="http://schema.org/MedicalCondition">
+    <span itemprop="name">Diabetes Mellitus, Type 2</span></p>
+    <span itemprop="code" itemscope itemtype="http://schema.org/MedicalCode"
+          itemid="http://www.ncbi.nlm.nih.gov/mesh/C18.452.394.750.149">
+      <!-- Note: use of itemid is not mandatory, but recommended when an
+           external enumeration is available -->
+      <meta itemprop="code" content="C18.452.394.750.149"/>
+      <meta itemprop="codingSystem" content="MeSH"/>
+    </span>
+  </span>
+  ...
+  <h3>Guidelines</h3>
+  <span itemscope itemtype="http://schema.org/MedicalGuidelineRecommendation">
+    Recommendation: we recommend monotherapy with
+    <span itemprop="subject">metformin</span> as an initial pharmacologic therapy
+    to treat most patients with <span itemprop="subject">type 2 diabetes</span>
+    (Grade: <span itemprop="recommendationStrength">strong recommendation</span>;
+    <span itemprop="evidenceLevel" href="http://schema.org/EvidenceLevelA">high-quality
+      evidence</span>).
+  </span>
+</div>
+
+
+TYPES: MedicalWebPage, DrugClass
+
+PRE-MARKUP:
+<h1>About High Blood Pressure (hypertension)</h1>
+
+<h2>Diagnosis</h2>
+High blood pressure is diagnosed by measuring ...
+...
+<h2>Treatment</h2>
+There are many common treatments for high blood pressure,
+including beta-blocker drugs such as propanaolol (Innopran)
+and atenonlol (Tenormin) ...
+
+
+WITH MARKUP:
+<body itemscope itemtype="http://schema.org/MedicalWebPage">
+  <link itemprop="audience" href="http://schema.org/Patient" />
+  <link itemprop="specialty" href="http://schema.org/Cardiovascular" />
+  <meta itemprop="lastReviewed" content="2011-09-14"/>
+  <h1>About
+    <span itemprop="about" itemscope itemtype="http://schema.org/MedicalCondition">
+      <span itemprop="name">High Blood Pressure</span>
+      (<span itemprop="name">hypertension</span>)</span>
+  </h1>
+  ...
+  <h2><span itemprop="aspect">Diagnosis</span></h2>
+  High blood pressure is diagnosed by measuring ...
+  ...
+  <h2><span itemprop="aspect">Treatment</span></h2>
+  There are many common treatments for high blood pressure,
+  including
+  <span itemscope itemtype="http://schema.org/DrugClass">
+    <span itemprop="name">beta-blocker</span> drugs such as
+    <span itemprop="drug" itemscope itemtype="http://schema.org/Drug">
+      <span itemprop="nonProprietaryName">propanaolol</span>
+      (<span itemprop="otherName">Innopran</span>)
+    </span>
+  and
+    <span itemprop="drug" itemscope itemtype="http://schema.org/Drug">
+      <span itemprop="nonProprietaryName">atenolol</span>
+      (<span itemprop="otherName">Tenormin</span>)
+    </span> ...
+  ...
+</body>
+
+
+TYPES: MedicalCondition, MedicalCause, MedicalRiskFactor, DDxElement, MedicalSymptom, MedicalSignOrSymptom
+
+PRE-MARKUP:
+<h1>Stable angina (angina pectoris)</h1>
+Stable angina is a medical condition that affects the heart. The
+most common causes are atherosclerosis and spasms of the
+epicardial artery. Typical symptoms include:
+<ul>
+  <li>chest discomfort</li>
+  <li>feeling of tightness, heaviness, or pain in the chest</li>
+</ul>
+Both stable angina and a heart attack result in chest pain, but
+a heart attack will have chest pain lasting at least
+10 minutes at rest, repeated episodes of chest pain at rest
+lasting 5 or more minutes, or an accelerating pattern of chest
+discomfort (episodes that are more frequent, severe,
+longer in duration, and precipitated by minimal exertion).
+<br>
+Risk factors for stable angina include:
+<ul>
+  <li>Age</li>
+  <li>Gender</li>
+  <li>Systolic blood pressure</li>
+  <li>Smoking</li>
+  <li>Total cholesterol and/or cholesterol:HDL ratio</li>
+  <li>Coronary artery disease</li>
+</ul>
+The initial treatment for stable angina is usually drug therapy
+with aspirin, beta blockers, ACE inhibitors, and/or nitroglycerine.
+Future episodes of stable angina can sometimes be prevented by
+stopping smoking, weight management, and increased physical activity.
+
+
+WITH MARKUP:
+<div itemscope itemtype="http://schema.org/MedicalCondition">
+  <h1><span itemprop="name">Stable angina</span>
+    (<span itemprop="alternateName">angina pectoris</span>)</h1>
+  <span itemprop="code" itemscope itemtype="http://schema.org/MedicalCode">
+    <meta itemprop="code" content="413"/>
+    <meta itemprop="codingSystem" content="ICD-9"/>
+  </span>
+  Stable angina is a medical condition that affects the
+  <span itemprop="associatedAnatomy" itemscope itemtype="http://schema.org/AnatomicalStructure">
+    <span itemprop="name">heart</span>
+  </span>.
+  The most common causes are
+  <span itemprop="cause" itemscope itemtype="http://schema.org/MedicalCause">
+    <span itemprop="name">atherosclerosis</span>
+  </span>
+  and
+  <span itemprop="cause" itemscope itemtype="http://schema.org/MedicalCause">
+    <span itemprop="name">spasms of the epicardial artery</span>
+  </span>.
+  Typical symptoms include:
+  <ul>
+    <li><span itemprop="signOrSymptom" itemscope itemtype="http://schema.org/MedicalSymptom">
+          <span itemprop="name">chest discomfort</span>
+        </span>
+    </li>
+    <li><span itemprop="signOrSymptom" itemscope itemtype="http://schema.org/MedicalSymptom">
+          <span itemprop="name">feeling of tightness, heaviness,
+            or pain in the chest</span>
+        </span>
+    </li>
+  </ul>
+  Both stable angina and a
+  <span itemprop="differentialDiagnosis" itemscope itemtype="http://schema.org/DDxElement">
+    <span itemprop="diagnosis" itemscope itemtype="http://schema.org/MedicalCondition">
+      <span itemprop="name">heart attack</span>
+    </span>
+    result in chest pain, but a heart attack will have
+    <span itemprop="distinguishingSign" itemscope itemtype="http://schema.org/MedicalSymptom">
+      <span itemprop="name">chest pain lasting at least 10 minutes at rest</span>
+    </span>,
+    <span itemprop="distinguishingSign" itemscope itemtype="http://schema.org/MedicalSymptom">
+      <span itemprop="name">repeated episodes of chest pain at rest
+        lasting 5 or more minutes
+      </span>
+    </span>, or
+    <span itemprop="distinguishingSign" itemscope itemtype="http://schema.org/MedicalSymptom">
+      <span itemprop="name">an accelerating pattern of
+        chest discomfort (episodes that are more frequent, severe,
+        longer in duration, and precipitated by minimal exertion)
+      </span>
+    </span>
+  </span>.
+  <br>
+  Risk factors for stable angina include:
+  <ul>
+    <li><span itemprop="riskFactor" itemscope itemtype="http://schema.org/MedicalRiskFactor">
+          <span itemprop="name">Age</span>
+        </span></li>
+    <li><span itemprop="riskFactor" itemscope itemtype="http://schema.org/MedicalRiskFactor">
+          <span itemprop="name">Gender</span>
+        </span></li>
+    <li><span itemprop="riskFactor" itemscope itemtype="http://schema.org/MedicalRiskFactor">
+          <span itemprop="name">Systolic blood pressure</span>
+        </span></li>
+    <li><span itemprop="riskFactor" itemscope itemtype="http://schema.org/MedicalRiskFactor">
+          <span itemprop="name">Smoking</span>
+        </span></li>
+    <li><span itemprop="riskFactor" itemscope itemtype="http://schema.org/MedicalRiskFactor">
+          <span itemprop="name">Total cholesterol and/or cholesterol:HDL ratio</span>
+        </span></li>
+    <li><span itemprop="riskFactor" itemscope itemtype="http://schema.org/MedicalRiskFactor">
+          <span itemprop="name">Coronary artery disease</span>
+        </span></li>
+  </ul>
+  The initial treatment for stable angina is usually drug therapy
+  with
+  <span itemprop="possibleTreatment" itemscope itemtype="http://schema.org/Drug">
+    <span itemprop="name">aspirin</span>
+  </span>,
+  <span itemprop="possibleTreatment" itemscope itemtype="http://schema.org/DrugClass">
+    <span itemprop="name">beta blockers</span>
+  </span>,
+  <span itemprop="possibleTreatment" itemscope itemtype="http://schema.org/DrugClass">
+    <span itemprop="name">ACE inhibitors</span>
+  </span>, and/or
+  <span itemprop="possibleTreatment" itemscope itemtype="http://schema.org/Drug">
+    <span itemprop="name">nitroglycerine</span>
+  </span>,
+  Future episodes of stable angina can sometimes be prevented by
+  <span itemprop="secondaryPrevention" itemscope itemtype="http://schema.org/LifestyleModification">
+    <span itemprop="name">stopping smoking</span>
+  </span>,
+  <span itemprop="secondaryPrevention" itemscope itemtype="http://schema.org/LifestyleModification">
+    <span itemprop="name">weight management</span>
+  </span>, and
+  <span itemprop="secondaryPrevention" itemscope itemtype="http://schema.org/LifestyleModification">
+    <span itemprop="name">increased physical activity</span>
+  </span>.
+</div>
+
+
+TYPES: Drug, TreatmentIndication, MedicalContraindication
+
+PRE-MARKUP:
+<h1>Drug Info: PainAwayMax</h1>
+PainAwayMax is a brand of ibuprofen manufactured by FooCorp. It is an
+analgesic in the class of nonsteroidal anti-inflammatory (NSAID) drugs.
+It is used to temporarily relieve minor aches and pains due
+to:
+<ul>
+  <li>headache</li>
+  <li>toothache</li>
+  <li>backache</li>
+  <li>menstrual cramps</li>
+  <li>the common cold</li>
+  <li>muscular aches</li>
+  <li>minor pain of arthritis</li>
+</ul>
+and to temporarily reduce fever.
+<br>
+It is available in the US as a non-prescription drug in the form of
+tablets and capsules.
+<br>
+Common side effects include diarrhea, constipation, bloating,
+dizziniess, or nervousness. Call a doctor immediately if you
+experience any of the following rare but serious side effects:
+vomiting blood, bloody stools, or stomach pain that does not get better.
+<br>
+Do not use PainAwayMax if you have ever had an allergic reaction to any
+other pain reliever/fever reducer, or right before or after heart surgery.
+<br>
+<b>Warning:</b> NSAIDs may cause severe stomach bleeding.
+
+
+WITH MARKUP:
+<div itemscope itemtype="http://schema.org/Drug">
+  <h1>Drug Info: <span itemprop="name">PainAwayMax</span></h1>
+  PainAwayMax is a brand of
+  <span itemprop="alternateName">ibuprofen</span> manufactured by
+  <span itemprop="manufacturer" itemscope itemtype="http://schema.org/Organization">
+    <span itemprop="name">FooCorp</span>
+  </span>.
+  It is an
+  <span itemprop="drugClass" itemscope itemtype="http://schema.org/DrugClass">
+   <span itemprop="name">analgesic</span>
+  </span> in the class of
+  <span itemprop="drugClass" itemscope itemtype="http://schema.org/DrugClass">
+    <span itemprop="name">nonsteroidal anti-inflammatory</span>
+    (<span itemprop="alternateName">NSAID</span>)
+  </span>
+  drugs.
+  It is used to temporarily relieve minor aches and pains due to:
+  <ul>
+    <li><span itemprop="indication" itemscope itemtype="http://schema.org/TreatmentIndication">
+          <span itemprop="name">headache</span>
+        </span></li>
+    <li><span itemprop="indication" itemscope itemtype="http://schema.org/TreatmentIndication">
+          <span itemprop="name">toothache</span>
+        </span></li>
+    <li><span itemprop="indication" itemscope itemtype="http://schema.org/TreatmentIndication">
+          <span itemprop="name">backache</span>
+        </span></li>
+    <li><span itemprop="indication" itemscope itemtype="http://schema.org/TreatmentIndication">
+          <span itemprop="name">menstrual cramps</span>
+        </span></li>
+    <li><span itemprop="indication" itemscope itemtype="http://schema.org/TreatmentIndication">
+          the <span itemprop="name">common cold</span>
+        </span></li>
+    <li><span itemprop="indication" itemscope itemtype="http://schema.org/TreatmentIndication">
+          <span itemprop="name">muscular aches</span>
+        </span></li>
+    <li><span itemprop="indication" itemscope itemtype="http://schema.org/TreatmentIndication">
+          <span itemprop="name">minor pain of arthritis</span>
+        </span></li>
+  </ul>
+  and to temporarily reduce
+  <span itemprop="indication" itemscope itemtype="http://schema.org/TreatmentIndication">
+    <span itemprop="name">fever</span>
+  </span>.
+  <br>It is available in the
+  <span itemprop="legalStatus" itemscope itemtype="http://schema.org/DrugLegalStatus">
+    <span itemprop="applicableLocation">US</span> as a
+    <span itemprop="name">non-prescription drug</span>
+  </span>
+  <link itemprop="prescriptionStatus" href="http://schema.org/OTC" />
+  in the form of <span itemprop="dosageForm">tablets</span> and
+  <span itemprop="dosageForm">capsules</span>.
+  <br>
+  Common side effects include
+  <span itemprop="adverseOutcome" itemscope itemtype="http://schema.org/MedicalSymptom">
+    <span itemprop="name">diarrhea</span>
+  </span>,
+  <span itemprop="adverseOutcome" itemscope itemtype="http://schema.org/MedicalSymptom">
+    <span itemprop="name">constipation</span>
+  </span>,
+  <span itemprop="adverseOutcome" itemscope itemtype="http://schema.org/MedicalSymptom">
+    <span itemprop="name">bloating</span>
+  </span>,
+  <span itemprop="adverseOutcome" itemscope itemtype="http://schema.org/MedicalSymptom">
+    <span itemprop="name">dizziness</span>
+  </span>, or
+  <span itemprop="adverseOutcome" itemscope itemtype="http://schema.org/MedicalSymptom">
+    <span itemprop="name">nervousness</span>
+  </span>.
+  Call a doctor immediately if you experience any of the following
+  rare but serious side effects:
+  <span itemprop="seriousAdverseOutcome" itemscope itemtype="http://schema.org/MedicalSymptom">
+    <span itemprop="name">vomiting blood</span>
+  </span>,
+  <span itemprop="seriousAdverseOutcome" itemscope itemtype="http://schema.org/MedicalSymptom">
+    <span itemprop="name">bloody stools</span>
+  </span>, or
+  <span itemprop="seriousAdverseOutcome" itemscope itemtype="http://schema.org/MedicalSymptom">
+    <span itemprop="name">stomach pain that does not get better</span>
+  </span>.
+  <br>Do not use PainAwayMax if you have ever had an
+  <span itemprop="contraindication" itemscope itemtype="http://schema.org/MedicalContraindication">
+    <meta itemprop="name" content="allergic reaction to any pain reliever"/>
+    allergic reaction to any other pain reliever/fever reducer
+  </span>, or right before or after
+  <span itemprop="contraindication" itemscope itemtype="http://schema.org/MedicalContraindication">
+    <span itemprop="name">heart surgery</span>
+  </span>.
+  <br>
+  <b>Warning:</b>
+  <span itemprop="warning">NSAIDs may cause severe stomach bleeding</span>.
+</div>
--- a/schema.org/drafts/examples/site/examples-rdfa.txt	Tue Jul 03 17:44:47 2012 -0400
+++ b/schema.org/drafts/examples/site/examples-rdfa.txt	Tue Jul 03 17:50:15 2012 -0400
@@ -1288,7 +1288,8 @@
 
 WITH MARKUP:
 
-<h1 vocab="http://schema.org/">Guidelines</h1>
+<div vocab="http://schema.org/">
+<h1>Guidelines</h1>
 <ul>
   <li>Recommendation:
   <span typeof="MedicalGuidelineRecommendation">
@@ -1301,8 +1302,8 @@
     </span>
     for all adult patients.
     (<span property="recommendationStrength">Strong recommendation</span>;
-    <link property="evidenceLevel" href="http://schema.org/EvidenceLevelA">
-      Class I</link>,
+    <span property="evidenceLevel" href="http://schema.org/EvidenceLevelA">
+      Class I</span>,
     based on
     <span property="evidenceOrigin">multiple randomized clinical trials</span>)
   </span>
@@ -1312,14 +1313,13 @@
     <span property="subject" typeof="MedicalCondition">
       <span property="name">cardiac failure</span></span> should never
     be treated with
-    <span property="subject" itemscope
-     itemtype="http://schema.org/TherapeuticProcedure">
+    <span property="subject" typeof="TherapeuticProcedure">
       <span property="name">appendectomy</span></span> in adults.
-    (Class III, <link property="evidenceLevel" href="http://schema.org/EvidenceLevelC"/>
-    <span property="evidenceOrigin">standard of care</span></link>)
+    (Class III, <span property="evidenceLevel" href="http://schema.org/EvidenceLevelC"/>
+    <span property="evidenceOrigin">standard of care</span></span>)
   </span></li>
 </ul>
-
+</div>
 
 
 TYPES: MedicalScholarlyArticle, MedicalGuideline, MedicalGuidelineRecommendation
@@ -1362,10 +1362,9 @@
   <p><b>MeSH subject headings:</b>
   <span property="about" typeof="Drug">
     <span property="name">Metformin</span>
-    <span property="code" itemscope
-          itemtype="http://schema.org/MedicalCode"
-          itemid="http://www.ncbi.nlm.nih.gov/mesh/D02.078.370.141.450">
-      <!-- Note: use of itemid is not mandatory, but recommended when an
+    <span property="code" typeof="MedicalCode"
+          resource="http://www.ncbi.nlm.nih.gov/mesh/D02.078.370.141.450">
+      <!-- Note: use of resource is not mandatory, but recommended when an
            external enumeration is available -->
       <meta property="code" content="D02.078.370.141.450"/>
       <meta property="codingSystem" content="MeSH"/>
@@ -1373,10 +1372,9 @@
   </span>;
   <span property="about" typeof="MedicalCondition">
     <span property="name">Diabetes Mellitus, Type 2</span></p>
-    <span property="code" itemscope
-          itemtype="http://schema.org/MedicalCode"
-          itemid="http://www.ncbi.nlm.nih.gov/mesh/C18.452.394.750.149">
-      <!-- Note: use of itemid is not mandatory, but recommended when an
+    <span property="code" typeof="MedicalCode"
+          resource="http://www.ncbi.nlm.nih.gov/mesh/C18.452.394.750.149">
+      <!-- Note: use of resource is not mandatory, but recommended when an
            external enumeration is available -->
       <meta property="code" content="C18.452.394.750.149"/>
       <meta property="codingSystem" content="MeSH"/>
@@ -1389,8 +1387,8 @@
     <span property="subject">metformin</span> as an initial pharmacologic therapy
     to treat most patients with <span property="subject">type 2 diabetes</span>
     (Grade: <span property="recommendationStrength">strong recommendation</span>;
-    <link property="evidenceLevel" href="http://schema.org/EvidenceLevelA">high-quality
-      evidence</link>).
+    <span property="evidenceLevel" href="http://schema.org/EvidenceLevelA">high-quality
+      evidence</span>).
   </span>
 </div>
 
--- a/schema.org/drafts/examples/site/md2rdfa.sh	Tue Jul 03 17:44:47 2012 -0400
+++ b/schema.org/drafts/examples/site/md2rdfa.sh	Tue Jul 03 17:50:15 2012 -0400
@@ -1,7 +1,7 @@
 #!/bin/sh
 # (thanks to Niklas!)
 # curl -O https://dvcs.w3.org/hg/webschema/raw-file/0bb6f6823c45/schema.org/drafts/examples/site/examples.txt
-vim -E -s examples.txt <<-EOF
+vim -E -s examples-2012-07-03-fixes.txt <<-EOF
     %s/itemscope itemtype="[^"]*schema.org\/\([^"]\+\)"/typeof="\1"/g
     %s#WITH\s\+MARKUP:\_s\+<\w\+#& vocab="http://schema.org/"#
     %s/\<itemprop\>=/property=/g
--- a/schema.org/drafts/examples/site/testcases/rdfa/sdo_eg_rdfa_27.html	Tue Jul 03 17:44:47 2012 -0400
+++ b/schema.org/drafts/examples/site/testcases/rdfa/sdo_eg_rdfa_27.html	Tue Jul 03 17:50:15 2012 -0400
@@ -5,7 +5,8 @@
 </head>
 <body>
 
-<h1 vocab="http://schema.org/">Guidelines</h1>
+<div vocab="http://schema.org/">
+<h1>Guidelines</h1>
 <ul>
   <li>Recommendation:
   <span typeof="MedicalGuidelineRecommendation">
@@ -18,8 +19,8 @@
     </span>
     for all adult patients.
     (<span property="recommendationStrength">Strong recommendation</span>;
-    <link property="evidenceLevel" href="http://schema.org/EvidenceLevelA">
-      Class I</link>,
+    <span property="evidenceLevel" href="http://schema.org/EvidenceLevelA">
+      Class I</span>,
     based on
     <span property="evidenceOrigin">multiple randomized clinical trials</span>)
   </span>
@@ -29,13 +30,13 @@
     <span property="subject" typeof="MedicalCondition">
       <span property="name">cardiac failure</span></span> should never
     be treated with
-    <span property="subject" itemscope
-     itemtype="http://schema.org/TherapeuticProcedure">
+    <span property="subject" typeof="TherapeuticProcedure">
       <span property="name">appendectomy</span></span> in adults.
-    (Class III, <link property="evidenceLevel" href="http://schema.org/EvidenceLevelC"/>
-    <span property="evidenceOrigin">standard of care</span></link>)
+    (Class III, <span property="evidenceLevel" href="http://schema.org/EvidenceLevelC"/>
+    <span property="evidenceOrigin">standard of care</span></span>)
   </span></li>
 </ul>
+</div>
 
 </body>
 </html>
--- a/schema.org/drafts/examples/site/testcases/rdfa/sdo_eg_rdfa_28.html	Tue Jul 03 17:44:47 2012 -0400
+++ b/schema.org/drafts/examples/site/testcases/rdfa/sdo_eg_rdfa_28.html	Tue Jul 03 17:50:15 2012 -0400
@@ -23,10 +23,9 @@
   <p><b>MeSH subject headings:</b>
   <span property="about" typeof="Drug">
     <span property="name">Metformin</span>
-    <span property="code" itemscope
-          itemtype="http://schema.org/MedicalCode"
-          itemid="http://www.ncbi.nlm.nih.gov/mesh/D02.078.370.141.450">
-      <!-- Note: use of itemid is not mandatory, but recommended when an
+    <span property="code" typeof="MedicalCode"
+          resource="http://www.ncbi.nlm.nih.gov/mesh/D02.078.370.141.450">
+      <!-- Note: use of resource is not mandatory, but recommended when an
            external enumeration is available -->
       <meta property="code" content="D02.078.370.141.450"/>
       <meta property="codingSystem" content="MeSH"/>
@@ -34,10 +33,9 @@
   </span>;
   <span property="about" typeof="MedicalCondition">
     <span property="name">Diabetes Mellitus, Type 2</span></p>
-    <span property="code" itemscope
-          itemtype="http://schema.org/MedicalCode"
-          itemid="http://www.ncbi.nlm.nih.gov/mesh/C18.452.394.750.149">
-      <!-- Note: use of itemid is not mandatory, but recommended when an
+    <span property="code" typeof="MedicalCode"
+          resource="http://www.ncbi.nlm.nih.gov/mesh/C18.452.394.750.149">
+      <!-- Note: use of resource is not mandatory, but recommended when an
            external enumeration is available -->
       <meta property="code" content="C18.452.394.750.149"/>
       <meta property="codingSystem" content="MeSH"/>
@@ -50,8 +48,8 @@
     <span property="subject">metformin</span> as an initial pharmacologic therapy
     to treat most patients with <span property="subject">type 2 diabetes</span>
     (Grade: <span property="recommendationStrength">strong recommendation</span>;
-    <link property="evidenceLevel" href="http://schema.org/EvidenceLevelA">high-quality
-      evidence</link>).
+    <span property="evidenceLevel" href="http://schema.org/EvidenceLevelA">high-quality
+      evidence</span>).
   </span>
 </div>