added dump of all examples from public site
authorDan Brickley <danbri@danbri.org>
Wed, 11 Apr 2012 17:07:54 +0200
changeset 18 0bb6f6823c45
parent 17 1da2c9943c50
child 19 5714a4f4f6f2
added dump of all examples from public site
schema.org/drafts/examples/site/examples.txt
schema.org/drafts/examples/site/notes.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/drafts/examples/site/examples.txt	Wed Apr 11 17:07:54 2012 +0200
@@ -0,0 +1,1272 @@
+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="www.janedoe.com">janedoe.com</a>
+
+Graduate students:
+<a href="www.xyz.edu/students/alicejones.html">Alice Jones</a>
+<a href="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="www.janedoe.com" itemprop="url">janedoe.com</a>
+
+  Graduate students:
+  <a href="www.xyz.edu/students/alicejones.html" itemprop="colleagues">
+    Alice Jones</a>
+  <a href="www.xyz.edu/students/bobsmith.html" itemprop="colleagues">
+    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="members" itemscope itemtype="http://schema.org/Organization">
+    Member1
+  </span>,
+  <span itemprop="members" 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="members" itemscope itemtype="http://schema.org/Organization">
+    Member1
+  </span>,
+  <span itemprop="members" 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="reviews" 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="reviews" 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="reviews" 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="reviews" 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="tracks" 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="tracks" 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="events" 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="events" 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="actors" itemscope itemtype="http://schema.org/Person">
+<span itemprop="name">Johnny Depp</span>,
+ </div>
+<div itemprop="actors" itemscope itemtype="http://schema.org/Person">
+<span itemprop="name">Penelope Cruz</span>,
+</div>
+<div itemprop="actors" 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="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="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="tracks" 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="tracks" 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="tracks" 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="tracks" 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="tracks" 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="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="actors" itemscope itemtype="http://schema.org/Person">
+   <span itemprop="name">Justin Chambers</span>
+ </div>
+ <div itemprop="actors" itemscope itemtype="http://schema.org/Person">
+   <span itemprop="name">Jessica Capshaw</span>
+ </div>
+ <div itemprop="seasons" 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="seasons" 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="episodes" 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 <br>
+Morning Mr Magpie <br>
+
+WITH MARKUP:
+
+<div itemscope itemtype="http://www.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://www.schema.org/MusicGroup">
+    <span itemprop="name">Radiohead</span>
+  </h2>
+
+  <h3>Sample Tracks</h3>
+    <div itemprop="tracks" itemscope itemtype="http://www.schema.org/MusicRecording">
+      <span itemprop="name">Bloom</span>
+        <meta content="/artist/radiohead/album/the-king-of-limbs/track/bloom" itemprop="url" />
+        <meta content="PT314S" itemprop="duration" />
+      </span>
+    </div>
+    <div itemprop="tracks" itemscope itemtype="http://www.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="PT280S" itemprop="duration" />
+    </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>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/drafts/examples/site/notes.txt	Wed Apr 11 17:07:54 2012 +0200
@@ -0,0 +1,4 @@
+This examples.txt file contains the same content as the public schema.org site, as of Feb 2012. It is not 
+integrated into any workflow, but is copied here for use in RDFa conversion testing.
+
+danbri@danbri.org