a few more tweaks, like quoted links
authorDan Brickley <danbri@danbri.org>
Fri, 27 Jan 2012 18:50:23 +0100
changeset 4 4a85d442c11c
parent 3 9fdc2de91882
child 5 c821d51c821b
a few more tweaks, like quoted links
schema.org/drafts/alpha/rdfa.html
--- a/schema.org/drafts/alpha/rdfa.html	Fri Jan 27 18:37:22 2012 +0100
+++ b/schema.org/drafts/alpha/rdfa.html	Fri Jan 27 18:50:23 2012 +0100
@@ -2,2067 +2,3205 @@
 <html>
   <head>
     <title>RDFa Lite Reflection</title>
+    <style type="text/css">
+      span.h {
+        padding-left: 0px;
+        font-weight: bold;
+      }
+      span {
+        display: block;
+        padding-left: 10px;
+      }
+    </style>
   </head>
-  <body xmlns="http://schema.org/" xml:rdf="http://www.w3.org/1999/02-22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
 
-<p>This is an <b>experimental</b> RDFa 1.1 Lite representation of the schema.org schema, copied here for collaboration and feedback.</p>
+  <body>
+	
+	<h1>Schema.org core schema</h1>
+	<p>This is an <b>experimental</b> RDFa 1.1 Lite representation of the schema.org schema, copied here for collaboration and feedback.</p>
 
-<p>Known issues include downcased property names, and the use of markup within rdfs:comment text. Feedback/comments to danbri@danbri.org please.</p>
+	<p>Known issues include downcased property names, and the use of markup within rdfs:comment text, and use of entities like mdash. Feedback/comments to danbri@danbri.org please.</p>
 
-<hr />
+	<hr />
 
     <div typeof="rdfs:Class" about="http://schema.org/Thing">
+      <span class="h" property="rdfs:label">Thing</span>
+      <span property="rdfs:comment">The most generic type of item.</span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/CreativeWork">
-       <a property="rdfs:subClassOf" href="http://schema.org/Thing"></a>
+      <span class="h" property="rdfs:label">CreativeWork</span>
+      <span property="rdfs:comment">The most generic kind of creative work, including books, movies, photographs, software programs, etc.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Thing">Thing</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/WebPage">
-       <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork"></a>
+      <span class="h" property="rdfs:label">WebPage</span>
+      <span property="rdfs:comment">A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as <code>breadcrumb</code> may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/AboutPage">
-       <a property="rdfs:subClassOf" href="http://schema.org/WebPage"></a>
+      <span class="h" property="rdfs:label">AboutPage</span>
+      <span property="rdfs:comment">Web page type: About page.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPage">WebPage</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Organization">
-       <a property="rdfs:subClassOf" href="http://schema.org/Thing"></a>
+      <span class="h" property="rdfs:label">Organization</span>
+      <span property="rdfs:comment">An organization such as a school, NGO, corporation, club, etc.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Thing">Thing</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Place">
-       <a property="rdfs:subClassOf" href="http://schema.org/Thing"></a>
+      <span class="h" property="rdfs:label">Place</span>
+      <span property="rdfs:comment">Entities that have a somewhat fixed, physical extension.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Thing">Thing</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/LocalBusiness">
-       <a property="rdfs:subClassOf" href="http://schema.org/Organization"></a>
-       <a property="rdfs:subClassOf" href="http://schema.org/Place"></a>
+      <span class="h" property="rdfs:label">LocalBusiness</span>
+      <span property="rdfs:comment">A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Organization">Organization</a></span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Place">Place</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/FinancialService">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">FinancialService</span>
+      <span property="rdfs:comment">Financial services business.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ProfessionalService">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">ProfessionalService</span>
+      <span property="rdfs:comment">Provider of professional services.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/AccountingService">
-       <a property="rdfs:subClassOf" href="http://schema.org/FinancialService"></a>
-       <a property="rdfs:subClassOf" href="http://schema.org/ProfessionalService"></a>
+      <span class="h" property="rdfs:label">AccountingService</span>
+      <span property="rdfs:comment">Accountancy business.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FinancialService">FinancialService</a></span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ProfessionalService">ProfessionalService</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/AdministrativeArea">
-       <a property="rdfs:subClassOf" href="http://schema.org/Place"></a>
+      <span class="h" property="rdfs:label">AdministrativeArea</span>
+      <span property="rdfs:comment">A geographical region under the jurisdiction of a particular government.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Place">Place</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/EntertainmentBusiness">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">EntertainmentBusiness</span>
+      <span property="rdfs:comment">A business providing entertainment.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/AdultEntertainment">
-       <a property="rdfs:subClassOf" href="http://schema.org/EntertainmentBusiness"></a>
+      <span class="h" property="rdfs:label">AdultEntertainment</span>
+      <span property="rdfs:comment">An adult entertainment establishment.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EntertainmentBusiness">EntertainmentBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Intangible">
-       <a property="rdfs:subClassOf" href="http://schema.org/Thing"></a>
+      <span class="h" property="rdfs:label">Intangible</span>
+      <span property="rdfs:comment">A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Thing">Thing</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Offer">
-       <a property="rdfs:subClassOf" href="http://schema.org/Intangible"></a>
+      <span class="h" property="rdfs:label">Offer</span>
+      <span property="rdfs:comment">An offer to sell an item&mdash;for example, an offer to sell a product, the DVD of a movie, or tickets to an event.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/AggregateOffer">
-       <a property="rdfs:subClassOf" href="http://schema.org/Offer"></a>
+      <span class="h" property="rdfs:label">AggregateOffer</span>
+      <span property="rdfs:comment">When a single product that has different offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can be used.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Offer">Offer</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Rating">
-       <a property="rdfs:subClassOf" href="http://schema.org/Intangible"></a>
+      <span class="h" property="rdfs:label">Rating</span>
+      <span property="rdfs:comment">The rating of the video.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/AggregateRating">
-       <a property="rdfs:subClassOf" href="http://schema.org/Rating"></a>
+      <span class="h" property="rdfs:label">AggregateRating</span>
+      <span property="rdfs:comment">The average rating based on multiple ratings or reviews.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Rating">Rating</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/CivicStructure">
-       <a property="rdfs:subClassOf" href="http://schema.org/Place"></a>
+      <span class="h" property="rdfs:label">CivicStructure</span>
+      <span property="rdfs:comment">A public structure, such as a town hall or concert hall.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Place">Place</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Airport">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
+      <span class="h" property="rdfs:label">Airport</span>
+      <span property="rdfs:comment">An airport.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/AmusementPark">
-       <a property="rdfs:subClassOf" href="http://schema.org/EntertainmentBusiness"></a>
+      <span class="h" property="rdfs:label">AmusementPark</span>
+      <span property="rdfs:comment">An amusement park.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EntertainmentBusiness">EntertainmentBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/AnimalShelter">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">AnimalShelter</span>
+      <span property="rdfs:comment">Animal shelter.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Residence">
-       <a property="rdfs:subClassOf" href="http://schema.org/Place"></a>
+      <span class="h" property="rdfs:label">Residence</span>
+      <span property="rdfs:comment">The place where a person lives.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Place">Place</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ApartmentComplex">
-       <a property="rdfs:subClassOf" href="http://schema.org/Residence"></a>
+      <span class="h" property="rdfs:label">ApartmentComplex</span>
+      <span property="rdfs:comment">Residence type: Apartment complex.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Residence">Residence</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Aquarium">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
+      <span class="h" property="rdfs:label">Aquarium</span>
+      <span property="rdfs:comment">Aquarium.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ArtGallery">
-       <a property="rdfs:subClassOf" href="http://schema.org/EntertainmentBusiness"></a>
+      <span class="h" property="rdfs:label">ArtGallery</span>
+      <span property="rdfs:comment">An art gallery.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EntertainmentBusiness">EntertainmentBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Article">
-       <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork"></a>
+      <span class="h" property="rdfs:label">Article</span>
+      <span property="rdfs:comment">An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Attorney">
-       <a property="rdfs:subClassOf" href="http://schema.org/ProfessionalService"></a>
+      <span class="h" property="rdfs:label">Attorney</span>
+      <span property="rdfs:comment">Professional service: Attorney.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ProfessionalService">ProfessionalService</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/MediaObject">
-       <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork"></a>
+      <span class="h" property="rdfs:label">MediaObject</span>
+      <span property="rdfs:comment">An image, video, or audio object embedded in a web page. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's).</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/AudioObject">
-       <a property="rdfs:subClassOf" href="http://schema.org/MediaObject"></a>
+      <span class="h" property="rdfs:label">AudioObject</span>
+      <span property="rdfs:comment">An audio file.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MediaObject">MediaObject</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/AutomotiveBusiness">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">AutomotiveBusiness</span>
+      <span property="rdfs:comment">Car repair, sales, or parts.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/AutoBodyShop">
-       <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness"></a>
+      <span class="h" property="rdfs:label">AutoBodyShop</span>
+      <span property="rdfs:comment">Auto body shop.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness">AutomotiveBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/AutoDealer">
-       <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness"></a>
+      <span class="h" property="rdfs:label">AutoDealer</span>
+      <span property="rdfs:comment">An car dealership.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness">AutomotiveBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Store">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">Store</span>
+      <span property="rdfs:comment">A retail good store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/AutoPartsStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
-       <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness"></a>
+      <span class="h" property="rdfs:label">AutoPartsStore</span>
+      <span property="rdfs:comment">An auto parts store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness">AutomotiveBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/AutoRental">
-       <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness"></a>
+      <span class="h" property="rdfs:label">AutoRental</span>
+      <span property="rdfs:comment">A car rental business.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness">AutomotiveBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/AutoRepair">
-       <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness"></a>
+      <span class="h" property="rdfs:label">AutoRepair</span>
+      <span property="rdfs:comment">Car repair business.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness">AutomotiveBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/AutoWash">
-       <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness"></a>
+      <span class="h" property="rdfs:label">AutoWash</span>
+      <span property="rdfs:comment">A car wash business.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness">AutomotiveBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/AutomatedTeller">
-       <a property="rdfs:subClassOf" href="http://schema.org/FinancialService"></a>
+      <span class="h" property="rdfs:label">AutomatedTeller</span>
+      <span property="rdfs:comment">ATM/cash machine.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FinancialService">FinancialService</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/FoodEstablishment">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">FoodEstablishment</span>
+      <span property="rdfs:comment">A food-related business.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Bakery">
-       <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment"></a>
+      <span class="h" property="rdfs:label">Bakery</span>
+      <span property="rdfs:comment">A bakery.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/BankOrCreditUnion">
-       <a property="rdfs:subClassOf" href="http://schema.org/FinancialService"></a>
+      <span class="h" property="rdfs:label">BankOrCreditUnion</span>
+      <span property="rdfs:comment">Bank or credit union.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FinancialService">FinancialService</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/BarOrPub">
-       <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment"></a>
+      <span class="h" property="rdfs:label">BarOrPub</span>
+      <span property="rdfs:comment">A bar or pub.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Beach">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
+      <span class="h" property="rdfs:label">Beach</span>
+      <span property="rdfs:comment">Beach.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/HealthAndBeautyBusiness">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">HealthAndBeautyBusiness</span>
+      <span property="rdfs:comment">Health and beauty.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/BeautySalon">
-       <a property="rdfs:subClassOf" href="http://schema.org/HealthAndBeautyBusiness"></a>
+      <span class="h" property="rdfs:label">BeautySalon</span>
+      <span property="rdfs:comment">Beauty salon.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HealthAndBeautyBusiness">HealthAndBeautyBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/LodgingBusiness">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">LodgingBusiness</span>
+      <span property="rdfs:comment">A lodging business, such as a motel, hotel, or inn.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/BedAndBreakfast">
-       <a property="rdfs:subClassOf" href="http://schema.org/LodgingBusiness"></a>
+      <span class="h" property="rdfs:label">BedAndBreakfast</span>
+      <span property="rdfs:comment">Bed and breakfast.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LodgingBusiness">LodgingBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/BikeStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">BikeStore</span>
+      <span property="rdfs:comment">A bike store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Blog">
-       <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork"></a>
+      <span class="h" property="rdfs:label">Blog</span>
+      <span property="rdfs:comment">A blog</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/BlogPosting">
-       <a property="rdfs:subClassOf" href="http://schema.org/Article"></a>
+      <span class="h" property="rdfs:label">BlogPosting</span>
+      <span property="rdfs:comment">A blog post.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Article">Article</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Landform">
-       <a property="rdfs:subClassOf" href="http://schema.org/Place"></a>
+      <span class="h" property="rdfs:label">Landform</span>
+      <span property="rdfs:comment">A landform or physical feature.  Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain http://schema.org/ranges, volcanoes, and the great ocean basins.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Place">Place</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/BodyOfWater">
-       <a property="rdfs:subClassOf" href="http://schema.org/Landform"></a>
+      <span class="h" property="rdfs:label">BodyOfWater</span>
+      <span property="rdfs:comment">A body of water, such as a sea, ocean, or lake.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Landform">Landform</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Book">
-       <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork"></a>
+      <span class="h" property="rdfs:label">Book</span>
+      <span property="rdfs:comment">A book.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Enumeration">
-       <a property="rdfs:subClassOf" href="http://schema.org/Intangible"></a>
+      <span class="h" property="rdfs:label">Enumeration</span>
+      <span property="rdfs:comment">Lists or enumerations&mdash;for example, a list of cuisines or music genres, etc.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/BookFormatType">
-       <a property="rdfs:subClassOf" href="http://schema.org/Enumeration"></a>
+      <span class="h" property="rdfs:label">BookFormatType</span>
+      <span property="rdfs:comment">The publication format of the book.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/BookStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">BookStore</span>
+      <span property="rdfs:comment">A bookstore.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/DataType">
+      <span class="h" property="rdfs:label">DataType</span>
+      <span property="rdfs:comment">The basic data types such as Integers, Strings, etc.</span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Boolean">
-       <a property="rdfs:subClassOf" href="http://schema.org/DataType"></a>
+      <span class="h" property="rdfs:label">Boolean</span>
+      <span property="rdfs:comment">Boolean: True or False.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/DataType">DataType</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/SportsActivityLocation">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">SportsActivityLocation</span>
+      <span property="rdfs:comment">A sports location, such as a playing field.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/BowlingAlley">
-       <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation"></a>
+      <span class="h" property="rdfs:label">BowlingAlley</span>
+      <span property="rdfs:comment">A bowling alley.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation">SportsActivityLocation</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Brewery">
-       <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment"></a>
+      <span class="h" property="rdfs:label">Brewery</span>
+      <span property="rdfs:comment">Brewery.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/PlaceOfWorship">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
+      <span class="h" property="rdfs:label">PlaceOfWorship</span>
+      <span property="rdfs:comment">Place of worship, such as a church, synagogue, or mosque.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/BuddhistTemple">
-       <a property="rdfs:subClassOf" href="http://schema.org/PlaceOfWorship"></a>
+      <span class="h" property="rdfs:label">BuddhistTemple</span>
+      <span property="rdfs:comment">A Buddhist temple.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PlaceOfWorship">PlaceOfWorship</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/BusStation">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
+      <span class="h" property="rdfs:label">BusStation</span>
+      <span property="rdfs:comment">A bus station.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/BusStop">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
+      <span class="h" property="rdfs:label">BusStop</span>
+      <span property="rdfs:comment">A bus stop.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Event">
-       <a property="rdfs:subClassOf" href="http://schema.org/Thing"></a>
+      <span class="h" property="rdfs:label">Event</span>
+      <span property="rdfs:comment">An event happening at a certain time at a certain location.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Thing">Thing</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/BusinessEvent">
-       <a property="rdfs:subClassOf" href="http://schema.org/Event"></a>
+      <span class="h" property="rdfs:label">BusinessEvent</span>
+      <span property="rdfs:comment">Event type: Business event.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/CafeOrCoffeeShop">
-       <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment"></a>
+      <span class="h" property="rdfs:label">CafeOrCoffeeShop</span>
+      <span property="rdfs:comment">A cafe or coffee shop.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Campground">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
+      <span class="h" property="rdfs:label">Campground</span>
+      <span property="rdfs:comment">A campground.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Canal">
-       <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater"></a>
+      <span class="h" property="rdfs:label">Canal</span>
+      <span property="rdfs:comment">A canal, like the Panama Canal</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater">BodyOfWater</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Casino">
-       <a property="rdfs:subClassOf" href="http://schema.org/EntertainmentBusiness"></a>
+      <span class="h" property="rdfs:label">Casino</span>
+      <span property="rdfs:comment">A casino.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EntertainmentBusiness">EntertainmentBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/CatholicChurch">
-       <a property="rdfs:subClassOf" href="http://schema.org/PlaceOfWorship"></a>
+      <span class="h" property="rdfs:label">CatholicChurch</span>
+      <span property="rdfs:comment">A Catholic church.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PlaceOfWorship">PlaceOfWorship</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Cemetery">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
+      <span class="h" property="rdfs:label">Cemetery</span>
+      <span property="rdfs:comment">A graveyard.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/CheckoutPage">
-       <a property="rdfs:subClassOf" href="http://schema.org/WebPage"></a>
+      <span class="h" property="rdfs:label">CheckoutPage</span>
+      <span property="rdfs:comment">Web page type: Checkout page.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPage">WebPage</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ChildCare">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">ChildCare</span>
+      <span property="rdfs:comment">A Childcare center.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ChildrensEvent">
-       <a property="rdfs:subClassOf" href="http://schema.org/Event"></a>
+      <span class="h" property="rdfs:label">ChildrensEvent</span>
+      <span property="rdfs:comment">Event type: Children's event.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Church">
-       <a property="rdfs:subClassOf" href="http://schema.org/PlaceOfWorship"></a>
+      <span class="h" property="rdfs:label">Church</span>
+      <span property="rdfs:comment">A church.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PlaceOfWorship">PlaceOfWorship</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/City">
-       <a property="rdfs:subClassOf" href="http://schema.org/AdministrativeArea"></a>
+      <span class="h" property="rdfs:label">City</span>
+      <span property="rdfs:comment">A city or town.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AdministrativeArea">AdministrativeArea</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/GovernmentBuilding">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
+      <span class="h" property="rdfs:label">GovernmentBuilding</span>
+      <span property="rdfs:comment">A government building.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/CityHall">
-       <a property="rdfs:subClassOf" href="http://schema.org/GovernmentBuilding"></a>
+      <span class="h" property="rdfs:label">CityHall</span>
+      <span property="rdfs:comment">A city hall.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/GovernmentBuilding">GovernmentBuilding</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ClothingStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">ClothingStore</span>
+      <span property="rdfs:comment">A clothing store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/CollectionPage">
-       <a property="rdfs:subClassOf" href="http://schema.org/WebPage"></a>
+      <span class="h" property="rdfs:label">CollectionPage</span>
+      <span property="rdfs:comment">Web page type: Collection page.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPage">WebPage</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/EducationalOrganization">
-       <a property="rdfs:subClassOf" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">EducationalOrganization</span>
+      <span property="rdfs:comment">An educational organization.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/CollegeOrUniversity">
-       <a property="rdfs:subClassOf" href="http://schema.org/EducationalOrganization"></a>
+      <span class="h" property="rdfs:label">CollegeOrUniversity</span>
+      <span property="rdfs:comment">A college, university, or other third-level educational institution.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EducationalOrganization">EducationalOrganization</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ComedyClub">
-       <a property="rdfs:subClassOf" href="http://schema.org/EntertainmentBusiness"></a>
+      <span class="h" property="rdfs:label">ComedyClub</span>
+      <span property="rdfs:comment">A comedy club.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EntertainmentBusiness">EntertainmentBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ComedyEvent">
-       <a property="rdfs:subClassOf" href="http://schema.org/Event"></a>
+      <span class="h" property="rdfs:label">ComedyEvent</span>
+      <span property="rdfs:comment">Event type: Comedy event.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ComputerStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">ComputerStore</span>
+      <span property="rdfs:comment">A computer store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ContactPage">
-       <a property="rdfs:subClassOf" href="http://schema.org/WebPage"></a>
+      <span class="h" property="rdfs:label">ContactPage</span>
+      <span property="rdfs:comment">Web page type: Contact page.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPage">WebPage</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/StructuredValue">
-       <a property="rdfs:subClassOf" href="http://schema.org/Intangible"></a>
+      <span class="h" property="rdfs:label">StructuredValue</span>
+      <span property="rdfs:comment">Structured values are strings&mdash;for example, addresses&mdash;that have certain constraints on their structure.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ContactPoint">
-       <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue"></a>
+      <span class="h" property="rdfs:label">ContactPoint</span>
+      <span property="rdfs:comment">A contact point&mdash;for example, a Customer Complaints department.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Continent">
-       <a property="rdfs:subClassOf" href="http://schema.org/Landform"></a>
+      <span class="h" property="rdfs:label">Continent</span>
+      <span property="rdfs:comment">One of the continents (for example, Europe or Africa).</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Landform">Landform</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ConvenienceStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">ConvenienceStore</span>
+      <span property="rdfs:comment">A convenience store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Corporation">
-       <a property="rdfs:subClassOf" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">Corporation</span>
+      <span property="rdfs:comment">Organization: A business corporation.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Country">
-       <a property="rdfs:subClassOf" href="http://schema.org/AdministrativeArea"></a>
+      <span class="h" property="rdfs:label">Country</span>
+      <span property="rdfs:comment">A country.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AdministrativeArea">AdministrativeArea</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Courthouse">
-       <a property="rdfs:subClassOf" href="http://schema.org/GovernmentBuilding"></a>
+      <span class="h" property="rdfs:label">Courthouse</span>
+      <span property="rdfs:comment">A courthouse.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/GovernmentBuilding">GovernmentBuilding</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Crematorium">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
+      <span class="h" property="rdfs:label">Crematorium</span>
+      <span property="rdfs:comment">A crematorium.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/DanceEvent">
-       <a property="rdfs:subClassOf" href="http://schema.org/Event"></a>
+      <span class="h" property="rdfs:label">DanceEvent</span>
+      <span property="rdfs:comment">Event type: A social dance.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/PerformingGroup">
-       <a property="rdfs:subClassOf" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">PerformingGroup</span>
+      <span property="rdfs:comment">A performance group, such as a band, an orchestra, or a circus.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/DanceGroup">
-       <a property="rdfs:subClassOf" href="http://schema.org/PerformingGroup"></a>
+      <span class="h" property="rdfs:label">DanceGroup</span>
+      <span property="rdfs:comment">A dance group&mdash;for example, the Alvin Ailey Dance Theater or Riverdance.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PerformingGroup">PerformingGroup</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Date">
-       <a property="rdfs:subClassOf" href="http://schema.org/DataType"></a>
+      <span class="h" property="rdfs:label">Date</span>
+      <span property="rdfs:comment">A date value in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 date format</a>.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/DataType">DataType</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/DaySpa">
-       <a property="rdfs:subClassOf" href="http://schema.org/HealthAndBeautyBusiness"></a>
+      <span class="h" property="rdfs:label">DaySpa</span>
+      <span property="rdfs:comment">A day spa.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HealthAndBeautyBusiness">HealthAndBeautyBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/DefenceEstablishment">
-       <a property="rdfs:subClassOf" href="http://schema.org/GovernmentBuilding"></a>
+      <span class="h" property="rdfs:label">DefenceEstablishment</span>
+      <span property="rdfs:comment">A defence establishment, such as an army or navy base.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/GovernmentBuilding">GovernmentBuilding</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/MedicalOrganization">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">MedicalOrganization</span>
+      <span property="rdfs:comment">A medical organization, such as a doctor's office or clinic.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Dentist">
-       <a property="rdfs:subClassOf" href="http://schema.org/MedicalOrganization"></a>
-       <a property="rdfs:subClassOf" href="http://schema.org/ProfessionalService"></a>
+      <span class="h" property="rdfs:label">Dentist</span>
+      <span property="rdfs:comment">A dentist.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MedicalOrganization">MedicalOrganization</a></span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ProfessionalService">ProfessionalService</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/DepartmentStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">DepartmentStore</span>
+      <span property="rdfs:comment">A department store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Quantity">
-       <a property="rdfs:subClassOf" href="http://schema.org/Intangible"></a>
+      <span class="h" property="rdfs:label">Quantity</span>
+      <span property="rdfs:comment">Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Distance">
-       <a property="rdfs:subClassOf" href="http://schema.org/Quantity"></a>
+      <span class="h" property="rdfs:label">Distance</span>
+      <span property="rdfs:comment">Properties that take Distances as values are of the form '&lt;Number&gt; &lt;Length unit of measure&gt;'. E.g., '7 ft'</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Quantity">Quantity</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/DryCleaningOrLaundry">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">DryCleaningOrLaundry</span>
+      <span property="rdfs:comment">A dry-cleaning business.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Duration">
-       <a property="rdfs:subClassOf" href="http://schema.org/Quantity"></a>
+      <span class="h" property="rdfs:label">Duration</span>
+      <span property="rdfs:comment">Quantity: Duration (use  <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 duration format</a>).</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Quantity">Quantity</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/EducationEvent">
-       <a property="rdfs:subClassOf" href="http://schema.org/Event"></a>
+      <span class="h" property="rdfs:label">EducationEvent</span>
+      <span property="rdfs:comment">Event type: Education event.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/HomeAndConstructionBusiness">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">HomeAndConstructionBusiness</span>
+      <span property="rdfs:comment">A construction business.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Electrician">
-       <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness"></a>
-       <a property="rdfs:subClassOf" href="http://schema.org/ProfessionalService"></a>
+      <span class="h" property="rdfs:label">Electrician</span>
+      <span property="rdfs:comment">An electrician.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness">HomeAndConstructionBusiness</a></span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ProfessionalService">ProfessionalService</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ElectronicsStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">ElectronicsStore</span>
+      <span property="rdfs:comment">An electronics store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ElementarySchool">
-       <a property="rdfs:subClassOf" href="http://schema.org/EducationalOrganization"></a>
+      <span class="h" property="rdfs:label">ElementarySchool</span>
+      <span property="rdfs:comment">An elementary school.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EducationalOrganization">EducationalOrganization</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Embassy">
-       <a property="rdfs:subClassOf" href="http://schema.org/GovernmentBuilding"></a>
+      <span class="h" property="rdfs:label">Embassy</span>
+      <span property="rdfs:comment">An embassy.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/GovernmentBuilding">GovernmentBuilding</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/EmergencyService">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">EmergencyService</span>
+      <span property="rdfs:comment">An emergency service, such as a fire station or ER.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/EmploymentAgency">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">EmploymentAgency</span>
+      <span property="rdfs:comment">An employment agency.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Energy">
-       <a property="rdfs:subClassOf" href="http://schema.org/Quantity"></a>
+      <span class="h" property="rdfs:label">Energy</span>
+      <span property="rdfs:comment">Properties that take Enerygy as values are of the form '&lt;Number&gt; &lt;Energy unit of measure&gt;'</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Quantity">Quantity</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/EventVenue">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
+      <span class="h" property="rdfs:label">EventVenue</span>
+      <span property="rdfs:comment">An event venue.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ExerciseGym">
-       <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation"></a>
+      <span class="h" property="rdfs:label">ExerciseGym</span>
+      <span property="rdfs:comment">A gym.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation">SportsActivityLocation</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/FastFoodRestaurant">
-       <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment"></a>
+      <span class="h" property="rdfs:label">FastFoodRestaurant</span>
+      <span property="rdfs:comment">A fast-food restaurant.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Festival">
-       <a property="rdfs:subClassOf" href="http://schema.org/Event"></a>
+      <span class="h" property="rdfs:label">Festival</span>
+      <span property="rdfs:comment">Event type: Festival.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/FireStation">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
-       <a property="rdfs:subClassOf" href="http://schema.org/EmergencyService"></a>
+      <span class="h" property="rdfs:label">FireStation</span>
+      <span property="rdfs:comment">A fire station. With firemen.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EmergencyService">EmergencyService</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Number">
-       <a property="rdfs:subClassOf" href="http://schema.org/DataType"></a>
+      <span class="h" property="rdfs:label">Number</span>
+      <span property="rdfs:comment">Data type: Number.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/DataType">DataType</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Float">
-       <a property="rdfs:subClassOf" href="http://schema.org/Number"></a>
+      <span class="h" property="rdfs:label">Float</span>
+      <span property="rdfs:comment">Data type: Floating number.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Number">Number</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Florist">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">Florist</span>
+      <span property="rdfs:comment">A florist.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/FoodEvent">
-       <a property="rdfs:subClassOf" href="http://schema.org/Event"></a>
+      <span class="h" property="rdfs:label">FoodEvent</span>
+      <span property="rdfs:comment">Event type: Food event.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/FurnitureStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">FurnitureStore</span>
+      <span property="rdfs:comment">A furniture store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/GardenStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">GardenStore</span>
+      <span property="rdfs:comment">A garden store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/GasStation">
-       <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness"></a>
+      <span class="h" property="rdfs:label">GasStation</span>
+      <span property="rdfs:comment">A gas station.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness">AutomotiveBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/GatedResidenceCommunity">
-       <a property="rdfs:subClassOf" href="http://schema.org/Residence"></a>
+      <span class="h" property="rdfs:label">GatedResidenceCommunity</span>
+      <span property="rdfs:comment">Residence type: Gated community.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Residence">Residence</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/GeneralContractor">
-       <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness"></a>
-       <a property="rdfs:subClassOf" href="http://schema.org/ProfessionalService"></a>
+      <span class="h" property="rdfs:label">GeneralContractor</span>
+      <span property="rdfs:comment">A general contractor.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness">HomeAndConstructionBusiness</a></span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ProfessionalService">ProfessionalService</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/GeoCoordinates">
-       <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue"></a>
+      <span class="h" property="rdfs:label">GeoCoordinates</span>
+      <span property="rdfs:comment">The geographic coordinates of a place or event.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/GeoShape">
-       <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue"></a>
+      <span class="h" property="rdfs:label">GeoShape</span>
+      <span property="rdfs:comment">The geographic shape of a place.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/GolfCourse">
-       <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation"></a>
+      <span class="h" property="rdfs:label">GolfCourse</span>
+      <span property="rdfs:comment">A golf course.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation">SportsActivityLocation</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/GovernmentOffice">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">GovernmentOffice</span>
+      <span property="rdfs:comment">A government office&mdash;for example, an IRS or DMV office.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/GovernmentOrganization">
-       <a property="rdfs:subClassOf" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">GovernmentOrganization</span>
+      <span property="rdfs:comment">A governmental organization or agency.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/GroceryStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">GroceryStore</span>
+      <span property="rdfs:comment">A grocery store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/HVACBusiness">
-       <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness"></a>
+      <span class="h" property="rdfs:label">HVACBusiness</span>
+      <span property="rdfs:comment">An HVAC service.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness">HomeAndConstructionBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/HairSalon">
-       <a property="rdfs:subClassOf" href="http://schema.org/HealthAndBeautyBusiness"></a>
+      <span class="h" property="rdfs:label">HairSalon</span>
+      <span property="rdfs:comment">A hair salon.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HealthAndBeautyBusiness">HealthAndBeautyBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/HardwareStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">HardwareStore</span>
+      <span property="rdfs:comment">A hardware store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/HealthClub">
-       <a property="rdfs:subClassOf" href="http://schema.org/HealthAndBeautyBusiness"></a>
-       <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation"></a>
+      <span class="h" property="rdfs:label">HealthClub</span>
+      <span property="rdfs:comment">A health club.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HealthAndBeautyBusiness">HealthAndBeautyBusiness</a></span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation">SportsActivityLocation</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/HighSchool">
-       <a property="rdfs:subClassOf" href="http://schema.org/EducationalOrganization"></a>
+      <span class="h" property="rdfs:label">HighSchool</span>
+      <span property="rdfs:comment">A high school.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EducationalOrganization">EducationalOrganization</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/HinduTemple">
-       <a property="rdfs:subClassOf" href="http://schema.org/PlaceOfWorship"></a>
+      <span class="h" property="rdfs:label">HinduTemple</span>
+      <span property="rdfs:comment">A Hindu temple.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PlaceOfWorship">PlaceOfWorship</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/HobbyShop">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">HobbyShop</span>
+      <span property="rdfs:comment">A hobby store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/HomeGoodsStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">HomeGoodsStore</span>
+      <span property="rdfs:comment">A home goods store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Hospital">
-       <a property="rdfs:subClassOf" href="http://schema.org/MedicalOrganization"></a>
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
-       <a property="rdfs:subClassOf" href="http://schema.org/EmergencyService"></a>
+      <span class="h" property="rdfs:label">Hospital</span>
+      <span property="rdfs:comment">A hospital.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MedicalOrganization">MedicalOrganization</a></span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EmergencyService">EmergencyService</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Hostel">
-       <a property="rdfs:subClassOf" href="http://schema.org/LodgingBusiness"></a>
+      <span class="h" property="rdfs:label">Hostel</span>
+      <span property="rdfs:comment">A hostel.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LodgingBusiness">LodgingBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Hotel">
-       <a property="rdfs:subClassOf" href="http://schema.org/LodgingBusiness"></a>
+      <span class="h" property="rdfs:label">Hotel</span>
+      <span property="rdfs:comment">A hotel.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LodgingBusiness">LodgingBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/HousePainter">
-       <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness"></a>
-       <a property="rdfs:subClassOf" href="http://schema.org/ProfessionalService"></a>
+      <span class="h" property="rdfs:label">HousePainter</span>
+      <span property="rdfs:comment">A house painting service.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness">HomeAndConstructionBusiness</a></span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ProfessionalService">ProfessionalService</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/IceCreamShop">
-       <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment"></a>
+      <span class="h" property="rdfs:label">IceCreamShop</span>
+      <span property="rdfs:comment">An ice cream shop</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ImageGallery">
-       <a property="rdfs:subClassOf" href="http://schema.org/CollectionPage"></a>
+      <span class="h" property="rdfs:label">ImageGallery</span>
+      <span property="rdfs:comment">Web page type: Image gallery page.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CollectionPage">CollectionPage</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ImageObject">
-       <a property="rdfs:subClassOf" href="http://schema.org/MediaObject"></a>
+      <span class="h" property="rdfs:label">ImageObject</span>
+      <span property="rdfs:comment">An image file.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MediaObject">MediaObject</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/InsuranceAgency">
-       <a property="rdfs:subClassOf" href="http://schema.org/FinancialService"></a>
+      <span class="h" property="rdfs:label">InsuranceAgency</span>
+      <span property="rdfs:comment">Insurance agency.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FinancialService">FinancialService</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Integer">
-       <a property="rdfs:subClassOf" href="http://schema.org/Number"></a>
+      <span class="h" property="rdfs:label">Integer</span>
+      <span property="rdfs:comment">Data type: Integer.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Number">Number</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/InternetCafe">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">InternetCafe</span>
+      <span property="rdfs:comment">An internet cafe.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ItemAvailability">
-       <a property="rdfs:subClassOf" href="http://schema.org/Enumeration"></a>
+      <span class="h" property="rdfs:label">ItemAvailability</span>
+      <span property="rdfs:comment">A list of possible product availablity options.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ItemList">
-       <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork"></a>
+      <span class="h" property="rdfs:label">ItemList</span>
+      <span property="rdfs:comment">A list of items of any sort&mdash;for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ItemPage">
-       <a property="rdfs:subClassOf" href="http://schema.org/WebPage"></a>
+      <span class="h" property="rdfs:label">ItemPage</span>
+      <span property="rdfs:comment">A page devoted to a single item, such as a particular product or hotel.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPage">WebPage</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/JewelryStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">JewelryStore</span>
+      <span property="rdfs:comment">A jewelry store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/JobPosting">
-       <a property="rdfs:subClassOf" href="http://schema.org/Intangible"></a>
+      <span class="h" property="rdfs:label">JobPosting</span>
+      <span property="rdfs:comment">A listing that describes a job opening in a certain organization.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/LakeBodyOfWater">
-       <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater"></a>
+      <span class="h" property="rdfs:label">LakeBodyOfWater</span>
+      <span property="rdfs:comment">A lake (for example, Lake Pontrachain).</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater">BodyOfWater</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/LandmarksOrHistoricalBuildings">
-       <a property="rdfs:subClassOf" href="http://schema.org/Place"></a>
+      <span class="h" property="rdfs:label">LandmarksOrHistoricalBuildings</span>
+      <span property="rdfs:comment">An historical landmark or building.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Place">Place</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Language">
-       <a property="rdfs:subClassOf" href="http://schema.org/Intangible"></a>
+      <span class="h" property="rdfs:label">Language</span>
+      <span property="rdfs:comment">Natural languages such as Spanish, Tamil, Hindi, English, etc. and programming languages such as Scheme and Lisp.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/LegislativeBuilding">
-       <a property="rdfs:subClassOf" href="http://schema.org/GovernmentBuilding"></a>
+      <span class="h" property="rdfs:label">LegislativeBuilding</span>
+      <span property="rdfs:comment">A legislative building&mdash;for example, the state capitol.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/GovernmentBuilding">GovernmentBuilding</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Library">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">Library</span>
+      <span property="rdfs:comment">A library.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/LiquorStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">LiquorStore</span>
+      <span property="rdfs:comment">A liquor store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/LiteraryEvent">
-       <a property="rdfs:subClassOf" href="http://schema.org/Event"></a>
+      <span class="h" property="rdfs:label">LiteraryEvent</span>
+      <span property="rdfs:comment">Event type: Literary event.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Locksmith">
-       <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness"></a>
-       <a property="rdfs:subClassOf" href="http://schema.org/ProfessionalService"></a>
+      <span class="h" property="rdfs:label">Locksmith</span>
+      <span property="rdfs:comment">A locksmith.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness">HomeAndConstructionBusiness</a></span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ProfessionalService">ProfessionalService</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Map">
-       <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork"></a>
+      <span class="h" property="rdfs:label">Map</span>
+      <span property="rdfs:comment">A map.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Mass">
-       <a property="rdfs:subClassOf" href="http://schema.org/Quantity"></a>
+      <span class="h" property="rdfs:label">Mass</span>
+      <span property="rdfs:comment">Properties that take Mass as values are of the form '&lt;Number&gt; &lt;Mass unit of measure&gt;'. E.g., '7 kg'</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Quantity">Quantity</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/MedicalClinic">
-       <a property="rdfs:subClassOf" href="http://schema.org/MedicalOrganization"></a>
+      <span class="h" property="rdfs:label">MedicalClinic</span>
+      <span property="rdfs:comment">A medical clinic.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MedicalOrganization">MedicalOrganization</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/MensClothingStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">MensClothingStore</span>
+      <span property="rdfs:comment">A men's clothing store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/MiddleSchool">
-       <a property="rdfs:subClassOf" href="http://schema.org/EducationalOrganization"></a>
+      <span class="h" property="rdfs:label">MiddleSchool</span>
+      <span property="rdfs:comment">A middle school.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EducationalOrganization">EducationalOrganization</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/MobilePhoneStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">MobilePhoneStore</span>
+      <span property="rdfs:comment">A mobile-phone store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/SoftwareApplication">
-       <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork"></a>
+      <span class="h" property="rdfs:label">SoftwareApplication</span>
+      <span property="rdfs:comment">A software application.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/MobileSoftwareApplication">
-       <a property="rdfs:subClassOf" href="http://schema.org/SoftwareApplication"></a>
+      <span class="h" property="rdfs:label">MobileSoftwareApplication</span>
+      <span property="rdfs:comment">A mobile software application.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Mosque">
-       <a property="rdfs:subClassOf" href="http://schema.org/PlaceOfWorship"></a>
+      <span class="h" property="rdfs:label">Mosque</span>
+      <span property="rdfs:comment">A mosque.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PlaceOfWorship">PlaceOfWorship</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Motel">
-       <a property="rdfs:subClassOf" href="http://schema.org/LodgingBusiness"></a>
+      <span class="h" property="rdfs:label">Motel</span>
+      <span property="rdfs:comment">A motel.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LodgingBusiness">LodgingBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/MotorcycleDealer">
-       <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness"></a>
+      <span class="h" property="rdfs:label">MotorcycleDealer</span>
+      <span property="rdfs:comment">A motorcycle dealer.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness">AutomotiveBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/MotorcycleRepair">
-       <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness"></a>
+      <span class="h" property="rdfs:label">MotorcycleRepair</span>
+      <span property="rdfs:comment">A motorcycle repair shop.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness">AutomotiveBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Mountain">
-       <a property="rdfs:subClassOf" href="http://schema.org/Landform"></a>
+      <span class="h" property="rdfs:label">Mountain</span>
+      <span property="rdfs:comment">A mountain, like Mount Whitney or Mount Everest</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Landform">Landform</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Movie">
-       <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork"></a>
+      <span class="h" property="rdfs:label">Movie</span>
+      <span property="rdfs:comment">A movie.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/MovieRentalStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">MovieRentalStore</span>
+      <span property="rdfs:comment">A movie rental store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/MovieTheater">
-       <a property="rdfs:subClassOf" href="http://schema.org/EntertainmentBusiness"></a>
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
+      <span class="h" property="rdfs:label">MovieTheater</span>
+      <span property="rdfs:comment">A movie theater.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EntertainmentBusiness">EntertainmentBusiness</a></span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/MovingCompany">
-       <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness"></a>
+      <span class="h" property="rdfs:label">MovingCompany</span>
+      <span property="rdfs:comment">A moving company.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness">HomeAndConstructionBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Museum">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
+      <span class="h" property="rdfs:label">Museum</span>
+      <span property="rdfs:comment">A museum.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/MusicPlaylist">
-       <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork"></a>
+      <span class="h" property="rdfs:label">MusicPlaylist</span>
+      <span property="rdfs:comment">A collection of music tracks in playlist form.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/MusicAlbum">
-       <a property="rdfs:subClassOf" href="http://schema.org/MusicPlaylist"></a>
+      <span class="h" property="rdfs:label">MusicAlbum</span>
+      <span property="rdfs:comment">A collection of music tracks.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MusicPlaylist">MusicPlaylist</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/MusicEvent">
-       <a property="rdfs:subClassOf" href="http://schema.org/Event"></a>
+      <span class="h" property="rdfs:label">MusicEvent</span>
+      <span property="rdfs:comment">Event type: Music event.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/MusicGroup">
-       <a property="rdfs:subClassOf" href="http://schema.org/PerformingGroup"></a>
+      <span class="h" property="rdfs:label">MusicGroup</span>
+      <span property="rdfs:comment">A musical group, such as a band, an orchestra, or a choir. Can also be a solo musician.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PerformingGroup">PerformingGroup</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/MusicRecording">
-       <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork"></a>
+      <span class="h" property="rdfs:label">MusicRecording</span>
+      <span property="rdfs:comment">A music recording (track), usually a single song.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/MusicStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">MusicStore</span>
+      <span property="rdfs:comment">A music store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/MusicVenue">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
+      <span class="h" property="rdfs:label">MusicVenue</span>
+      <span property="rdfs:comment">A music venue.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/MusicVideoObject">
-       <a property="rdfs:subClassOf" href="http://schema.org/MediaObject"></a>
+      <span class="h" property="rdfs:label">MusicVideoObject</span>
+      <span property="rdfs:comment">A music video file.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MediaObject">MediaObject</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/NGO">
-       <a property="rdfs:subClassOf" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">NGO</span>
+      <span property="rdfs:comment">Organization: Non-governmental Organization.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/NailSalon">
-       <a property="rdfs:subClassOf" href="http://schema.org/HealthAndBeautyBusiness"></a>
+      <span class="h" property="rdfs:label">NailSalon</span>
+      <span property="rdfs:comment">A nail salon.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HealthAndBeautyBusiness">HealthAndBeautyBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/NewsArticle">
-       <a property="rdfs:subClassOf" href="http://schema.org/Article"></a>
+      <span class="h" property="rdfs:label">NewsArticle</span>
+      <span property="rdfs:comment">A news article</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Article">Article</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/NightClub">
-       <a property="rdfs:subClassOf" href="http://schema.org/EntertainmentBusiness"></a>
+      <span class="h" property="rdfs:label">NightClub</span>
+      <span property="rdfs:comment">A nightclub or discotheque.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EntertainmentBusiness">EntertainmentBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Notary">
-       <a property="rdfs:subClassOf" href="http://schema.org/ProfessionalService"></a>
+      <span class="h" property="rdfs:label">Notary</span>
+      <span property="rdfs:comment">A notary.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ProfessionalService">ProfessionalService</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/NutritionInformation">
-       <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue"></a>
+      <span class="h" property="rdfs:label">NutritionInformation</span>
+      <span property="rdfs:comment">Nutritional information about the recipe.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/OceanBodyOfWater">
-       <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater"></a>
+      <span class="h" property="rdfs:label">OceanBodyOfWater</span>
+      <span property="rdfs:comment">An ocean (for example, the Pacific).</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater">BodyOfWater</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/OfferItemCondition">
-       <a property="rdfs:subClassOf" href="http://schema.org/Enumeration"></a>
+      <span class="h" property="rdfs:label">OfferItemCondition</span>
+      <span property="rdfs:comment">A list of possible conditions for the item for sale.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/OfficeEquipmentStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">OfficeEquipmentStore</span>
+      <span property="rdfs:comment">An office equipment store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Optician">
-       <a property="rdfs:subClassOf" href="http://schema.org/MedicalOrganization"></a>
+      <span class="h" property="rdfs:label">Optician</span>
+      <span property="rdfs:comment">An optician's store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MedicalOrganization">MedicalOrganization</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/OutletStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">OutletStore</span>
+      <span property="rdfs:comment">An outlet store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Painting">
-       <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork"></a>
+      <span class="h" property="rdfs:label">Painting</span>
+      <span property="rdfs:comment">A painting.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Park">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
+      <span class="h" property="rdfs:label">Park</span>
+      <span property="rdfs:comment">A park.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ParkingFacility">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
+      <span class="h" property="rdfs:label">ParkingFacility</span>
+      <span property="rdfs:comment">A parking lot or other parking facility.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/PawnShop">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">PawnShop</span>
+      <span property="rdfs:comment">A pawnstore.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/PerformingArtsTheater">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
+      <span class="h" property="rdfs:label">PerformingArtsTheater</span>
+      <span property="rdfs:comment">A theatre or other performing art center.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Person">
-       <a property="rdfs:subClassOf" href="http://schema.org/Thing"></a>
+      <span class="h" property="rdfs:label">Person</span>
+      <span property="rdfs:comment">A person (alive, dead, undead, or fictional).</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Thing">Thing</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/PetStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">PetStore</span>
+      <span property="rdfs:comment">A pet store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Pharmacy">
-       <a property="rdfs:subClassOf" href="http://schema.org/MedicalOrganization"></a>
+      <span class="h" property="rdfs:label">Pharmacy</span>
+      <span property="rdfs:comment">A pharmacy or drugstore.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MedicalOrganization">MedicalOrganization</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Photograph">
-       <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork"></a>
+      <span class="h" property="rdfs:label">Photograph</span>
+      <span property="rdfs:comment">A photograph.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Physician">
-       <a property="rdfs:subClassOf" href="http://schema.org/MedicalOrganization"></a>
+      <span class="h" property="rdfs:label">Physician</span>
+      <span property="rdfs:comment">A doctor's office.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MedicalOrganization">MedicalOrganization</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Playground">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
+      <span class="h" property="rdfs:label">Playground</span>
+      <span property="rdfs:comment">A playground.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Plumber">
-       <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness"></a>
-       <a property="rdfs:subClassOf" href="http://schema.org/ProfessionalService"></a>
+      <span class="h" property="rdfs:label">Plumber</span>
+      <span property="rdfs:comment">A plumbing service.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness">HomeAndConstructionBusiness</a></span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ProfessionalService">ProfessionalService</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/PoliceStation">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
-       <a property="rdfs:subClassOf" href="http://schema.org/EmergencyService"></a>
+      <span class="h" property="rdfs:label">PoliceStation</span>
+      <span property="rdfs:comment">A police station.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EmergencyService">EmergencyService</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Pond">
-       <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater"></a>
+      <span class="h" property="rdfs:label">Pond</span>
+      <span property="rdfs:comment">A pond</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater">BodyOfWater</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/PostOffice">
-       <a property="rdfs:subClassOf" href="http://schema.org/GovernmentOffice"></a>
+      <span class="h" property="rdfs:label">PostOffice</span>
+      <span property="rdfs:comment">A post office.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/GovernmentOffice">GovernmentOffice</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/PostalAddress">
-       <a property="rdfs:subClassOf" href="http://schema.org/ContactPoint"></a>
+      <span class="h" property="rdfs:label">PostalAddress</span>
+      <span property="rdfs:comment">The mailing address.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ContactPoint">ContactPoint</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Preschool">
-       <a property="rdfs:subClassOf" href="http://schema.org/EducationalOrganization"></a>
+      <span class="h" property="rdfs:label">Preschool</span>
+      <span property="rdfs:comment">A preschool.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EducationalOrganization">EducationalOrganization</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Product">
-       <a property="rdfs:subClassOf" href="http://schema.org/Thing"></a>
+      <span class="h" property="rdfs:label">Product</span>
+      <span property="rdfs:comment">A product is anything that is made available for sale&mdash;for example, a pair of shoes, a concert ticket, or a car.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Thing">Thing</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ProfilePage">
-       <a property="rdfs:subClassOf" href="http://schema.org/WebPage"></a>
+      <span class="h" property="rdfs:label">ProfilePage</span>
+      <span property="rdfs:comment">Web page type: Profile page.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPage">WebPage</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/PublicSwimmingPool">
-       <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation"></a>
+      <span class="h" property="rdfs:label">PublicSwimmingPool</span>
+      <span property="rdfs:comment">A public swimming pool.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation">SportsActivityLocation</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/RVPark">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
+      <span class="h" property="rdfs:label">RVPark</span>
+      <span property="rdfs:comment">An RV park.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/RadioStation">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">RadioStation</span>
+      <span property="rdfs:comment">A radio station.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/RealEstateAgent">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">RealEstateAgent</span>
+      <span property="rdfs:comment">A real-estate agent.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Recipe">
-       <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork"></a>
+      <span class="h" property="rdfs:label">Recipe</span>
+      <span property="rdfs:comment">A recipe.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/RecyclingCenter">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">RecyclingCenter</span>
+      <span property="rdfs:comment">A recycling center.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Reservoir">
-       <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater"></a>
+      <span class="h" property="rdfs:label">Reservoir</span>
+      <span property="rdfs:comment">A reservoir, like the Lake Kariba reservoir.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater">BodyOfWater</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Restaurant">
-       <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment"></a>
+      <span class="h" property="rdfs:label">Restaurant</span>
+      <span property="rdfs:comment">A restaurant.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Review">
-       <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork"></a>
+      <span class="h" property="rdfs:label">Review</span>
+      <span property="rdfs:comment">A review of an item - for example, a restaurant, movie, or store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/RiverBodyOfWater">
-       <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater"></a>
+      <span class="h" property="rdfs:label">RiverBodyOfWater</span>
+      <span property="rdfs:comment">A river (for example, the broad majestic Shannon).</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater">BodyOfWater</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/RoofingContractor">
-       <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness"></a>
-       <a property="rdfs:subClassOf" href="http://schema.org/ProfessionalService"></a>
+      <span class="h" property="rdfs:label">RoofingContractor</span>
+      <span property="rdfs:comment">A roofing contractor.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness">HomeAndConstructionBusiness</a></span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ProfessionalService">ProfessionalService</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/SaleEvent">
-       <a property="rdfs:subClassOf" href="http://schema.org/Event"></a>
+      <span class="h" property="rdfs:label">SaleEvent</span>
+      <span property="rdfs:comment">Event type: Sales event.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ScholarlyArticle">
-       <a property="rdfs:subClassOf" href="http://schema.org/Article"></a>
+      <span class="h" property="rdfs:label">ScholarlyArticle</span>
+      <span property="rdfs:comment">A scholarly article.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Article">Article</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/School">
-       <a property="rdfs:subClassOf" href="http://schema.org/EducationalOrganization"></a>
+      <span class="h" property="rdfs:label">School</span>
+      <span property="rdfs:comment">A school.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EducationalOrganization">EducationalOrganization</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Sculpture">
-       <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork"></a>
+      <span class="h" property="rdfs:label">Sculpture</span>
+      <span property="rdfs:comment">A piece of sculpture.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/SeaBodyOfWater">
-       <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater"></a>
+      <span class="h" property="rdfs:label">SeaBodyOfWater</span>
+      <span property="rdfs:comment">A sea (for example, the Caspian sea).</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater">BodyOfWater</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/SearchResultsPage">
-       <a property="rdfs:subClassOf" href="http://schema.org/WebPage"></a>
+      <span class="h" property="rdfs:label">SearchResultsPage</span>
+      <span property="rdfs:comment">Web page type: Search results page.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPage">WebPage</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/SelfStorage">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">SelfStorage</span>
+      <span property="rdfs:comment">Self-storage facility.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ShoeStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">ShoeStore</span>
+      <span property="rdfs:comment">A shoe store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ShoppingCenter">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">ShoppingCenter</span>
+      <span property="rdfs:comment">A shopping center or mall.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/SingleFamilyResidence">
-       <a property="rdfs:subClassOf" href="http://schema.org/Residence"></a>
+      <span class="h" property="rdfs:label">SingleFamilyResidence</span>
+      <span property="rdfs:comment">Residence type: Single-family home.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Residence">Residence</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/WebPageElement">
-       <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork"></a>
+      <span class="h" property="rdfs:label">WebPageElement</span>
+      <span property="rdfs:comment">A web page element, like a table or an image</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/SiteNavigationElement">
-       <a property="rdfs:subClassOf" href="http://schema.org/WebPageElement"></a>
+      <span class="h" property="rdfs:label">SiteNavigationElement</span>
+      <span property="rdfs:comment">A navigation element of the page.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPageElement">WebPageElement</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/SkiResort">
-       <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation"></a>
+      <span class="h" property="rdfs:label">SkiResort</span>
+      <span property="rdfs:comment">A ski resort.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation">SportsActivityLocation</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/SocialEvent">
-       <a property="rdfs:subClassOf" href="http://schema.org/Event"></a>
+      <span class="h" property="rdfs:label">SocialEvent</span>
+      <span property="rdfs:comment">Event type: Social event.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/SoftwareApplicationType">
-       <a property="rdfs:subClassOf" href="http://schema.org/Enumeration"></a>
+      <span class="h" property="rdfs:label">SoftwareApplicationType</span>
+      <span property="rdfs:comment">Type of software application.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/SportingGoodsStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">SportingGoodsStore</span>
+      <span property="rdfs:comment">A sporting goods store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/SportsClub">
-       <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation"></a>
+      <span class="h" property="rdfs:label">SportsClub</span>
+      <span property="rdfs:comment">A sports club.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation">SportsActivityLocation</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/SportsEvent">
-       <a property="rdfs:subClassOf" href="http://schema.org/Event"></a>
+      <span class="h" property="rdfs:label">SportsEvent</span>
+      <span property="rdfs:comment">Event type: Sports event.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/SportsTeam">
-       <a property="rdfs:subClassOf" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">SportsTeam</span>
+      <span property="rdfs:comment">Organization: Sports team.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/StadiumOrArena">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
-       <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation"></a>
+      <span class="h" property="rdfs:label">StadiumOrArena</span>
+      <span property="rdfs:comment">A stadium.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation">SportsActivityLocation</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/State">
-       <a property="rdfs:subClassOf" href="http://schema.org/AdministrativeArea"></a>
+      <span class="h" property="rdfs:label">State</span>
+      <span property="rdfs:comment">A state or province.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AdministrativeArea">AdministrativeArea</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/SubwayStation">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
+      <span class="h" property="rdfs:label">SubwayStation</span>
+      <span property="rdfs:comment">A subway station.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Synagogue">
-       <a property="rdfs:subClassOf" href="http://schema.org/PlaceOfWorship"></a>
+      <span class="h" property="rdfs:label">Synagogue</span>
+      <span property="rdfs:comment">A synagogue.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PlaceOfWorship">PlaceOfWorship</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/TVEpisode">
-       <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork"></a>
+      <span class="h" property="rdfs:label">TVEpisode</span>
+      <span property="rdfs:comment">An episode of a TV series or season.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/TVSeason">
-       <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork"></a>
+      <span class="h" property="rdfs:label">TVSeason</span>
+      <span property="rdfs:comment">A TV season.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/TVSeries">
-       <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork"></a>
+      <span class="h" property="rdfs:label">TVSeries</span>
+      <span property="rdfs:comment">A television series.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Table">
-       <a property="rdfs:subClassOf" href="http://schema.org/WebPageElement"></a>
+      <span class="h" property="rdfs:label">Table</span>
+      <span property="rdfs:comment">A table on the page.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPageElement">WebPageElement</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/TattooParlor">
-       <a property="rdfs:subClassOf" href="http://schema.org/HealthAndBeautyBusiness"></a>
+      <span class="h" property="rdfs:label">TattooParlor</span>
+      <span property="rdfs:comment">A tattoo parlor.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HealthAndBeautyBusiness">HealthAndBeautyBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/TaxiStand">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
+      <span class="h" property="rdfs:label">TaxiStand</span>
+      <span property="rdfs:comment">A taxi stand.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/TelevisionStation">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">TelevisionStation</span>
+      <span property="rdfs:comment">A television station.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/TennisComplex">
-       <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation"></a>
+      <span class="h" property="rdfs:label">TennisComplex</span>
+      <span property="rdfs:comment">A tennis complex.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation">SportsActivityLocation</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Text">
-       <a property="rdfs:subClassOf" href="http://schema.org/DataType"></a>
+      <span class="h" property="rdfs:label">Text</span>
+      <span property="rdfs:comment">Data type: Text.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/DataType">DataType</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/TheaterEvent">
-       <a property="rdfs:subClassOf" href="http://schema.org/Event"></a>
+      <span class="h" property="rdfs:label">TheaterEvent</span>
+      <span property="rdfs:comment">Event type: Theater performance.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/TheaterGroup">
-       <a property="rdfs:subClassOf" href="http://schema.org/PerformingGroup"></a>
+      <span class="h" property="rdfs:label">TheaterGroup</span>
+      <span property="rdfs:comment">A theater group or company&mdash;for example, the Royal Shakespeare Company or Druid Theatre.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PerformingGroup">PerformingGroup</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/TireShop">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">TireShop</span>
+      <span property="rdfs:comment">A tire shop.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/TouristAttraction">
-       <a property="rdfs:subClassOf" href="http://schema.org/Place"></a>
+      <span class="h" property="rdfs:label">TouristAttraction</span>
+      <span property="rdfs:comment">A tourist attraction.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Place">Place</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/TouristInformationCenter">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">TouristInformationCenter</span>
+      <span property="rdfs:comment">A tourist information center.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/ToyStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">ToyStore</span>
+      <span property="rdfs:comment">A toystore.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/TrainStation">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
+      <span class="h" property="rdfs:label">TrainStation</span>
+      <span property="rdfs:comment">A train station.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/TravelAgency">
-       <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness"></a>
+      <span class="h" property="rdfs:label">TravelAgency</span>
+      <span property="rdfs:comment">A travel agency.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/URL">
-       <a property="rdfs:subClassOf" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">URL</span>
+      <span property="rdfs:comment">Data type: URL.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/UserInteraction">
-       <a property="rdfs:subClassOf" href="http://schema.org/Event"></a>
+      <span class="h" property="rdfs:label">UserInteraction</span>
+      <span property="rdfs:comment">A user interacting with a page</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/UserBlocks">
-       <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction"></a>
+      <span class="h" property="rdfs:label">UserBlocks</span>
+      <span property="rdfs:comment">User interaction: Block this content.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction">UserInteraction</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/UserCheckins">
-       <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction"></a>
+      <span class="h" property="rdfs:label">UserCheckins</span>
+      <span property="rdfs:comment">User interaction: Check-in at a place.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction">UserInteraction</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/UserComments">
-       <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction"></a>
+      <span class="h" property="rdfs:label">UserComments</span>
+      <span property="rdfs:comment">User interaction: A comment about an item.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction">UserInteraction</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/UserDownloads">
-       <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction"></a>
+      <span class="h" property="rdfs:label">UserDownloads</span>
+      <span property="rdfs:comment">User interaction: Download of an item.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction">UserInteraction</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/UserLikes">
-       <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction"></a>
+      <span class="h" property="rdfs:label">UserLikes</span>
+      <span property="rdfs:comment">User interaction: Like an item.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction">UserInteraction</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/UserPageVisits">
-       <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction"></a>
+      <span class="h" property="rdfs:label">UserPageVisits</span>
+      <span property="rdfs:comment">User interaction: Visit to a web page.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction">UserInteraction</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/UserPlays">
-       <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction"></a>
+      <span class="h" property="rdfs:label">UserPlays</span>
+      <span property="rdfs:comment">User interaction: Play count of an item, for example a video or a song.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction">UserInteraction</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/UserPlusOnes">
-       <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction"></a>
+      <span class="h" property="rdfs:label">UserPlusOnes</span>
+      <span property="rdfs:comment">User interaction: +1.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction">UserInteraction</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/UserTweets">
-       <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction"></a>
+      <span class="h" property="rdfs:label">UserTweets</span>
+      <span property="rdfs:comment">User interaction: Tweets.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction">UserInteraction</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/VeterinaryCare">
-       <a property="rdfs:subClassOf" href="http://schema.org/MedicalOrganization"></a>
+      <span class="h" property="rdfs:label">VeterinaryCare</span>
+      <span property="rdfs:comment">A vet's office.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MedicalOrganization">MedicalOrganization</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/VideoGallery">
-       <a property="rdfs:subClassOf" href="http://schema.org/CollectionPage"></a>
+      <span class="h" property="rdfs:label">VideoGallery</span>
+      <span property="rdfs:comment">Web page type: Video gallery page.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CollectionPage">CollectionPage</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/VideoObject">
-       <a property="rdfs:subClassOf" href="http://schema.org/MediaObject"></a>
+      <span class="h" property="rdfs:label">VideoObject</span>
+      <span property="rdfs:comment">A video file.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MediaObject">MediaObject</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/VisualArtsEvent">
-       <a property="rdfs:subClassOf" href="http://schema.org/Event"></a>
+      <span class="h" property="rdfs:label">VisualArtsEvent</span>
+      <span property="rdfs:comment">Event type: Visual arts event.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Volcano">
-       <a property="rdfs:subClassOf" href="http://schema.org/Landform"></a>
+      <span class="h" property="rdfs:label">Volcano</span>
+      <span property="rdfs:comment">A volcano, like Fuji san</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Landform">Landform</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/WPAdBlock">
-       <a property="rdfs:subClassOf" href="http://schema.org/WebPageElement"></a>
+      <span class="h" property="rdfs:label">WPAdBlock</span>
+      <span property="rdfs:comment">An advertising section of the page.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPageElement">WebPageElement</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/WPFooter">
-       <a property="rdfs:subClassOf" href="http://schema.org/WebPageElement"></a>
+      <span class="h" property="rdfs:label">WPFooter</span>
+      <span property="rdfs:comment">The footer section of the page.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPageElement">WebPageElement</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/WPHeader">
-       <a property="rdfs:subClassOf" href="http://schema.org/WebPageElement"></a>
+      <span class="h" property="rdfs:label">WPHeader</span>
+      <span property="rdfs:comment">The header section of the page.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPageElement">WebPageElement</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/WPSideBar">
-       <a property="rdfs:subClassOf" href="http://schema.org/WebPageElement"></a>
+      <span class="h" property="rdfs:label">WPSideBar</span>
+      <span property="rdfs:comment">A sidebar section of the page.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPageElement">WebPageElement</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Waterfall">
-       <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater"></a>
+      <span class="h" property="rdfs:label">Waterfall</span>
+      <span property="rdfs:comment">A waterfall, like Niagara</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater">BodyOfWater</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/WebApplication">
-       <a property="rdfs:subClassOf" href="http://schema.org/SoftwareApplication"></a>
+      <span class="h" property="rdfs:label">WebApplication</span>
+      <span property="rdfs:comment">Web applications.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/WholesaleStore">
-       <a property="rdfs:subClassOf" href="http://schema.org/Store"></a>
+      <span class="h" property="rdfs:label">WholesaleStore</span>
+      <span property="rdfs:comment">A wholesale store.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Winery">
-       <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment"></a>
+      <span class="h" property="rdfs:label">Winery</span>
+      <span property="rdfs:comment">A winery.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
     </div>
     <div typeof="rdfs:Class" about="http://schema.org/Zoo">
-       <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure"></a>
+      <span class="h" property="rdfs:label">Zoo</span>
+      <span property="rdfs:comment">A zoo.</span>
+       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/highprice">
-      <a property="http://schema.org/domain" href="http://schema.org/AggregateOffer"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Number"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">highprice</span>
+      <span property="rdfs:comment">The highest price of all offers available.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/AggregateOffer">AggregateOffer</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/lowprice">
-      <a property="http://schema.org/domain" href="http://schema.org/AggregateOffer"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Number"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">lowprice</span>
+      <span property="rdfs:comment">The lowest price of all offers available.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/AggregateOffer">AggregateOffer</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/offercount">
-      <a property="http://schema.org/domain" href="http://schema.org/AggregateOffer"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Integer"></a>
+      <span class="h" property="rdfs:label">offercount</span>
+      <span property="rdfs:comment">The number of offers for the product.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/AggregateOffer">AggregateOffer</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Integer">Integer</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/itemreviewed">
-      <a property="http://schema.org/domain" href="http://schema.org/AggregateRating"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Review"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Thing"></a>
+      <span class="h" property="rdfs:label">itemreviewed</span>
+      <span property="rdfs:comment">The item that is being reviewed/rated.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/AggregateRating">AggregateRating</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Review">Review</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Thing">Thing</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/ratingcount">
-      <a property="http://schema.org/domain" href="http://schema.org/AggregateRating"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Number"></a>
+      <span class="h" property="rdfs:label">ratingcount</span>
+      <span property="rdfs:comment">The count of total number of ratings.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/AggregateRating">AggregateRating</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Number">Number</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/reviewcount">
-      <a property="http://schema.org/domain" href="http://schema.org/AggregateRating"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Number"></a>
+      <span class="h" property="rdfs:label">reviewcount</span>
+      <span property="rdfs:comment">The count of total number of reviews.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/AggregateRating">AggregateRating</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Number">Number</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/articlebody">
-      <a property="http://schema.org/domain" href="http://schema.org/Article"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">articlebody</span>
+      <span property="rdfs:comment">The actual body of the article.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Article">Article</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/articlesection">
-      <a property="http://schema.org/domain" href="http://schema.org/Article"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">articlesection</span>
+      <span property="rdfs:comment">Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Article">Article</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/wordcount">
-      <a property="http://schema.org/domain" href="http://schema.org/Article"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Integer"></a>
+      <span class="h" property="rdfs:label">wordcount</span>
+      <span property="rdfs:comment">The number of words in the text of the Article.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Article">Article</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Integer">Integer</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/transcript">
-      <a property="http://schema.org/domain" href="http://schema.org/AudioObject"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/VideoObject"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">transcript</span>
+      <span property="rdfs:comment">If this MediaObject is an AudioObject or VideoObject, the transcript of that object.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/AudioObject">AudioObject</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/VideoObject">VideoObject</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/blogposts">
-      <a property="http://schema.org/domain" href="http://schema.org/Blog"></a>
-      <a property="http://schema.org/range" href="http://schema.org/BlogPosting"></a>
+      <span class="h" property="rdfs:label">blogposts</span>
+      <span property="rdfs:comment">The postings that are part of this blog</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Blog">Blog</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/BlogPosting">BlogPosting</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/bookedition">
-      <a property="http://schema.org/domain" href="http://schema.org/Book"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">bookedition</span>
+      <span property="rdfs:comment">The edition of the book.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Book">Book</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/bookformat">
-      <a property="http://schema.org/domain" href="http://schema.org/Book"></a>
-      <a property="http://schema.org/range" href="http://schema.org/BookFormatType"></a>
+      <span class="h" property="rdfs:label">bookformat</span>
+      <span property="rdfs:comment">The format of the book.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Book">Book</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/BookFormatType">BookFormatType</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/bookformatdeprecated">
-      <a property="http://schema.org/domain" href="http://schema.org/Book"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Thing"></a>
+      <span class="h" property="rdfs:label">bookformatdeprecated</span>
+      <span property="rdfs:comment">The format of the book.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Book">Book</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Thing">Thing</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/illustrator">
-      <a property="http://schema.org/domain" href="http://schema.org/Book"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
+      <span class="h" property="rdfs:label">illustrator</span>
+      <span property="rdfs:comment">The illustrator of the book.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Book">Book</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/isbn">
-      <a property="http://schema.org/domain" href="http://schema.org/Book"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">isbn</span>
+      <span property="rdfs:comment">The ISBN of the book.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Book">Book</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/numberofpages">
-      <a property="http://schema.org/domain" href="http://schema.org/Book"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Integer"></a>
+      <span class="h" property="rdfs:label">numberofpages</span>
+      <span property="rdfs:comment">The number of pages in the book.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Book">Book</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Integer">Integer</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/openinghours">
-      <a property="http://schema.org/domain" href="http://schema.org/LocalBusiness"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/CivicStructure"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Duration"></a>
+      <span class="h" property="rdfs:label">openinghours</span>
+      <span property="rdfs:comment">The opening hours for a business. Opening hours can be specified as a weekly time http://schema.org/range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time http://schema.org/ranges are specified using a hyphen '-'.<br />- Days are specified using the following two-letter combinations: <code>Mo</code>, <code>Tu</code>, <code>We</code>, <code>Th</code>, <code>Fr</code>, <code>Sa</code>, <code>Su</code>.<br />- Times are specified using 24:00 time. For example, 3pm is specified as <code>15:00</code>. <br />- Here is an example: <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays and Thursdays 4-8pm&lt;/time&gt;</code>. <br />- If a business is open 7 days a week, then it can be specified as <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Mo-Su&quot;&gt;Monday through Sunday, all day&lt;/time&gt;</code>.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CivicStructure">CivicStructure</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Duration">Duration</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/contacttype">
-      <a property="http://schema.org/domain" href="http://schema.org/ContactPoint"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">contacttype</span>
+      <span property="rdfs:comment">A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/ContactPoint">ContactPoint</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/email">
-      <a property="http://schema.org/domain" href="http://schema.org/Organization"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/ContactPoint"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">email</span>
+      <span property="rdfs:comment">Email address.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/ContactPoint">ContactPoint</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/faxnumber">
-      <a property="http://schema.org/domain" href="http://schema.org/Organization"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Place"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/ContactPoint"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">faxnumber</span>
+      <span property="rdfs:comment">The fax number.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/ContactPoint">ContactPoint</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/telephone">
-      <a property="http://schema.org/domain" href="http://schema.org/Organization"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Place"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/ContactPoint"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">telephone</span>
+      <span property="rdfs:comment">The telephone number.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/ContactPoint">ContactPoint</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/tickersymbol">
-      <a property="http://schema.org/domain" href="http://schema.org/Corporation"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">tickersymbol</span>
+      <span property="rdfs:comment">The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we reccommend using the controlled vocaulary of Market Identifier Codes (MIC) specified in ISO15022.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Corporation">Corporation</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/about">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Thing"></a>
+      <span class="h" property="rdfs:label">about</span>
+      <span property="rdfs:comment">The subject matter of the content.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Thing">Thing</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/accountableperson">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
+      <span class="h" property="rdfs:label">accountableperson</span>
+      <span property="rdfs:comment">Specifies the Person that is legally accountable for the CreativeWork.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/aggregaterating">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Organization"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Place"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Offer"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Product"></a>
-      <a property="http://schema.org/range" href="http://schema.org/AggregateRating"></a>
+      <span class="h" property="rdfs:label">aggregaterating</span>
+      <span property="rdfs:comment">The overall rating, based on a collection of reviews or ratings, of the item.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/AggregateRating">AggregateRating</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/alternativeheadline">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">alternativeheadline</span>
+      <span property="rdfs:comment">A secondary title of the CreativeWork.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/associatedmedia">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/MediaObject"></a>
+      <span class="h" property="rdfs:label">associatedmedia</span>
+      <span property="rdfs:comment">The media objects that encode this creative work. This property is a synonym for encodings.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/MediaObject">MediaObject</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/audio">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/AudioObject"></a>
+      <span class="h" property="rdfs:label">audio</span>
+      <span property="rdfs:comment">An embedded audio object.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/AudioObject">AudioObject</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/author">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">author</span>
+      <span property="rdfs:comment">The author of this content. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangabely.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/awards">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">awards</span>
+      <span property="rdfs:comment">Awards won by this person or for this creative work.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/comment">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/UserComments"></a>
+      <span class="h" property="rdfs:label">comment</span>
+      <span property="rdfs:comment">Comments, typically from users, on this CreativeWork.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/UserComments">UserComments</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/contentlocation">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Place"></a>
+      <span class="h" property="rdfs:label">contentlocation</span>
+      <span property="rdfs:comment">The location of the content.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Place">Place</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/contentrating">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">contentrating</span>
+      <span property="rdfs:comment">Official rating of a piece of content&mdash;for example,'MPAA PG-13'.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/contributor">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">contributor</span>
+      <span property="rdfs:comment">A secondary contributor to the CreativeWork.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/copyrightholder">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">copyrightholder</span>
+      <span property="rdfs:comment">The party holding the legal copyright to the CreativeWork.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/copyrightnoticedeprecated">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
-      <a property="http://schema.org/range" href="http://schema.org/URL"></a>
+      <span class="h" property="rdfs:label">copyrightnoticedeprecated</span>
+      <span property="rdfs:comment">Any necessary copyright notice for claiming the intellectual property for the CreativeWork.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/copyrightyear">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Number"></a>
+      <span class="h" property="rdfs:label">copyrightyear</span>
+      <span property="rdfs:comment">The year during which the claimed copyright for the CreativeWork was first asserted.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Number">Number</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/creator">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/UserComments"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">creator</span>
+      <span property="rdfs:comment">The creator/author of this CreativeWork or UserComments. This is the same as the Author property for CreativeWork.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/UserComments">UserComments</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/datecreated">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Date"></a>
+      <span class="h" property="rdfs:label">datecreated</span>
+      <span property="rdfs:comment">The date on which the CreativeWork was created.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Date">Date</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/datemodified">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Date"></a>
+      <span class="h" property="rdfs:label">datemodified</span>
+      <span property="rdfs:comment">The date on which the CreativeWork was most recently modified.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Date">Date</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/datepublished">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Date"></a>
+      <span class="h" property="rdfs:label">datepublished</span>
+      <span property="rdfs:comment">Date of first broadcast/publication.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Date">Date</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/discussionurl">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/URL"></a>
+      <span class="h" property="rdfs:label">discussionurl</span>
+      <span property="rdfs:comment">A link to the page containing the comments of the CreativeWork.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/editor">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
+      <span class="h" property="rdfs:label">editor</span>
+      <span property="rdfs:comment">Specifies the Person who edited the CreativeWork.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/encodings">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/MediaObject"></a>
+      <span class="h" property="rdfs:label">encodings</span>
+      <span property="rdfs:comment">The media objects that encode this creative work</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/MediaObject">MediaObject</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/genre">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">genre</span>
+      <span property="rdfs:comment">Genre of the creative work</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/headline">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">headline</span>
+      <span property="rdfs:comment">Headline of the article</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/inlanguage">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">inlanguage</span>
+      <span property="rdfs:comment">The language of the content. please use one of the language codes from the <a href="http://tools.ietf.org/html/bcp47">IETF BCP 47 standard.</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/interactioncount">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Organization"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Place"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/MediaObject"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">interactioncount</span>
+      <span property="rdfs:comment">A count of a specific user interactions with this item&mdash;for example, <code>20 UserLikes</code>, <code>5 UserComments</code>, or <code>300 UserDownloads</code>. The user interaction type should be one of the sub types of <a href=UserInteraction>UserInteraction</a>.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/isfamilyfriendly">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Boolean"></a>
+      <span class="h" property="rdfs:label">isfamilyfriendly</span>
+      <span property="rdfs:comment">Indicates whether this content is family friendly.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Boolean">Boolean</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/keywords">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">keywords</span>
+      <span property="rdfs:comment">The keywords/tags used to describe this content.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/mentions">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Thing"></a>
+      <span class="h" property="rdfs:label">mentions</span>
+      <span property="rdfs:comment">Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Thing">Thing</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/offers">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/MediaObject"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Event"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Product"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Offer"></a>
+      <span class="h" property="rdfs:label">offers</span>
+      <span property="rdfs:comment">An offer to sell this item&mdash;for example, an offer to sell a product, the DVD of a movie, or tickets to an event.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Offer">Offer</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/provider">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">provider</span>
+      <span property="rdfs:comment">Specifies the Person or Organization that distributed the CreativeWork.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/publisher">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">publisher</span>
+      <span property="rdfs:comment">The publisher of the creative work.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/publishingprinciples">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/URL"></a>
+      <span class="h" property="rdfs:label">publishingprinciples</span>
+      <span property="rdfs:comment">Link to page describing the editorial principles of the organization primarily responsible for the creation of the CreativeWork.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/reviews">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Organization"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Place"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Offer"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Product"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Review"></a>
+      <span class="h" property="rdfs:label">reviews</span>
+      <span property="rdfs:comment">Review of the item.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Review">Review</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/sourceorganization">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">sourceorganization</span>
+      <span property="rdfs:comment">The Organization on whose behalf the creator was working.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/thumbnailurl">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/URL"></a>
+      <span class="h" property="rdfs:label">thumbnailurl</span>
+      <span property="rdfs:comment">A thumbnail image relevant to the Thing.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/usagetermsdeprecated">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
-      <a property="http://schema.org/range" href="http://schema.org/URL"></a>
+      <span class="h" property="rdfs:label">usagetermsdeprecated</span>
+      <span property="rdfs:comment">A statement about the usage terms pertaining to the CreativeWork.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/version">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Number"></a>
+      <span class="h" property="rdfs:label">version</span>
+      <span property="rdfs:comment">The version of the CreativeWork embodied by a specified resource.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Number">Number</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/video">
-      <a property="http://schema.org/domain" href="http://schema.org/CreativeWork"></a>
-      <a property="http://schema.org/range" href="http://schema.org/VideoObject"></a>
+      <span class="h" property="rdfs:label">video</span>
+      <span property="rdfs:comment">An embedded video object.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/VideoObject">VideoObject</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/alumni">
-      <a property="http://schema.org/domain" href="http://schema.org/EducationalOrganization"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
+      <span class="h" property="rdfs:label">alumni</span>
+      <span property="rdfs:comment">Alumni of educational organization.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/EducationalOrganization">EducationalOrganization</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/attendees">
-      <a property="http://schema.org/domain" href="http://schema.org/Event"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">attendees</span>
+      <span property="rdfs:comment">A person attending the event.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/duration">
-      <a property="http://schema.org/domain" href="http://schema.org/MediaObject"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Event"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Movie"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/MusicRecording"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Duration"></a>
+      <span class="h" property="rdfs:label">duration</span>
+      <span property="rdfs:comment">The duration of the item (movie, audio recording, event, etc.) in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 date format</a>.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Movie">Movie</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MusicRecording">MusicRecording</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Duration">Duration</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/enddate">
-      <a property="http://schema.org/domain" href="http://schema.org/Event"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/TVSeason"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/TVSeries"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Date"></a>
+      <span class="h" property="rdfs:label">enddate</span>
+      <span property="rdfs:comment">The end date and time of the event (in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 date format</a>).</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVSeason">TVSeason</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Date">Date</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/location">
-      <a property="http://schema.org/domain" href="http://schema.org/Organization"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Event"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Place"></a>
-      <a property="http://schema.org/range" href="http://schema.org/PostalAddress"></a>
+      <span class="h" property="rdfs:label">location</span>
+      <span property="rdfs:comment">The location of the event or organization.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Place">Place</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/PostalAddress">PostalAddress</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/performers">
-      <a property="http://schema.org/domain" href="http://schema.org/Event"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">performers</span>
+      <span property="rdfs:comment">The main performer or performers of the event&mdash;for example, a presenter, musician, or actor.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/startdate">
-      <a property="http://schema.org/domain" href="http://schema.org/Event"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/TVSeason"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/TVSeries"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Date"></a>
+      <span class="h" property="rdfs:label">startdate</span>
+      <span property="rdfs:comment">The start date and time of the event (in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 date format</a>).</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVSeason">TVSeason</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Date">Date</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/subevents">
-      <a property="http://schema.org/domain" href="http://schema.org/Event"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Event"></a>
+      <span class="h" property="rdfs:label">subevents</span>
+      <span property="rdfs:comment">Events that are a part of this event. For example, a conference event includes many presentations, each are subEvents of the conference.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Event">Event</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/superevent">
-      <a property="http://schema.org/domain" href="http://schema.org/Event"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Event"></a>
+      <span class="h" property="rdfs:label">superevent</span>
+      <span property="rdfs:comment">An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Event">Event</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/acceptsreservations">
-      <a property="http://schema.org/domain" href="http://schema.org/FoodEstablishment"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
-      <a property="http://schema.org/range" href="http://schema.org/URL"></a>
+      <span class="h" property="rdfs:label">acceptsreservations</span>
+      <span property="rdfs:comment">Either <code>Yes/No</code>, or a URL at which reservations can be made.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/menu">
-      <a property="http://schema.org/domain" href="http://schema.org/FoodEstablishment"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
-      <a property="http://schema.org/range" href="http://schema.org/URL"></a>
+      <span class="h" property="rdfs:label">menu</span>
+      <span property="rdfs:comment">Either the actual menu or a URL of the menu.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/servescuisine">
-      <a property="http://schema.org/domain" href="http://schema.org/FoodEstablishment"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">servescuisine</span>
+      <span property="rdfs:comment">The cuisine of the restaurant.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/elevation">
-      <a property="http://schema.org/domain" href="http://schema.org/GeoCoordinates"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/GeoShape"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Number"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">elevation</span>
+      <span property="rdfs:comment">The elevation of a location.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/GeoCoordinates">GeoCoordinates</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/GeoShape">GeoShape</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/latitude">
-      <a property="http://schema.org/domain" href="http://schema.org/GeoCoordinates"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Number"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">latitude</span>
+      <span property="rdfs:comment">The latitude of a location. For example <code>37.42242</code>.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/GeoCoordinates">GeoCoordinates</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/longitude">
-      <a property="http://schema.org/domain" href="http://schema.org/GeoCoordinates"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Number"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">longitude</span>
+      <span property="rdfs:comment">The longitude of a location. For example <code>-122.08585</code>.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/GeoCoordinates">GeoCoordinates</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/box">
-      <a property="http://schema.org/domain" href="http://schema.org/GeoShape"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">box</span>
+      <span property="rdfs:comment">A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more spacedelimited points where the first and final points are identical.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/GeoShape">GeoShape</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/circle">
-      <a property="http://schema.org/domain" href="http://schema.org/GeoShape"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">circle</span>
+      <span property="rdfs:comment">A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/GeoShape">GeoShape</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/line">
-      <a property="http://schema.org/domain" href="http://schema.org/GeoShape"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">line</span>
+      <span property="rdfs:comment">A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/GeoShape">GeoShape</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/polygon">
-      <a property="http://schema.org/domain" href="http://schema.org/GeoShape"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">polygon</span>
+      <span property="rdfs:comment">A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more spacedelimited points where the first and final points are identical.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/GeoShape">GeoShape</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/caption">
-      <a property="http://schema.org/domain" href="http://schema.org/ImageObject"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/VideoObject"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">caption</span>
+      <span property="rdfs:comment">The caption for this object.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/ImageObject">ImageObject</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/VideoObject">VideoObject</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/exifdata">
-      <a property="http://schema.org/domain" href="http://schema.org/ImageObject"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">exifdata</span>
+      <span property="rdfs:comment">exif data for this object.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/ImageObject">ImageObject</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/representativeofpage">
-      <a property="http://schema.org/domain" href="http://schema.org/ImageObject"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Boolean"></a>
+      <span class="h" property="rdfs:label">representativeofpage</span>
+      <span property="rdfs:comment">Indicates whether this image is representative of the content of the page.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/ImageObject">ImageObject</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Boolean">Boolean</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/thumbnail">
-      <a property="http://schema.org/domain" href="http://schema.org/ImageObject"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/VideoObject"></a>
-      <a property="http://schema.org/range" href="http://schema.org/ImageObject"></a>
+      <span class="h" property="rdfs:label">thumbnail</span>
+      <span property="rdfs:comment">Thumbnail image for an image or video.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/ImageObject">ImageObject</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/VideoObject">VideoObject</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/ImageObject">ImageObject</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/itemlistelement">
-      <a property="http://schema.org/domain" href="http://schema.org/ItemList"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">itemlistelement</span>
+      <span property="rdfs:comment">A single list item.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/ItemList">ItemList</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/itemlistorder">
-      <a property="http://schema.org/domain" href="http://schema.org/ItemList"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">itemlistorder</span>
+      <span property="rdfs:comment">Type of ordering (e.g. Ascending, Descending, Unordered).</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/ItemList">ItemList</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/basesalary">
-      <a property="http://schema.org/domain" href="http://schema.org/JobPosting"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Number"></a>
+      <span class="h" property="rdfs:label">basesalary</span>
+      <span property="rdfs:comment">The base salary of the job.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Number">Number</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/benefits">
-      <a property="http://schema.org/domain" href="http://schema.org/JobPosting"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">benefits</span>
+      <span property="rdfs:comment">Description of benefits associated with the job.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/dateposted">
-      <a property="http://schema.org/domain" href="http://schema.org/JobPosting"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Date"></a>
+      <span class="h" property="rdfs:label">dateposted</span>
+      <span property="rdfs:comment">Publication date for the job posting.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Date">Date</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/educationrequirements">
-      <a property="http://schema.org/domain" href="http://schema.org/JobPosting"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">educationrequirements</span>
+      <span property="rdfs:comment">Educational background needed for the position.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/employmenttype">
-      <a property="http://schema.org/domain" href="http://schema.org/JobPosting"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">employmenttype</span>
+      <span property="rdfs:comment">Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship).</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/experiencerequirements">
-      <a property="http://schema.org/domain" href="http://schema.org/JobPosting"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">experiencerequirements</span>
+      <span property="rdfs:comment">Description of skills and experience needed for the position.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/hiringorganization">
-      <a property="http://schema.org/domain" href="http://schema.org/JobPosting"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">hiringorganization</span>
+      <span property="rdfs:comment">Organization offering the job position.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/incentives">
-      <a property="http://schema.org/domain" href="http://schema.org/JobPosting"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">incentives</span>
+      <span property="rdfs:comment">Description of bonus and commission compensation aspects of the job.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/industry">
-      <a property="http://schema.org/domain" href="http://schema.org/JobPosting"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">industry</span>
+      <span property="rdfs:comment">The industry associated with the job position.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/joblocation">
-      <a property="http://schema.org/domain" href="http://schema.org/JobPosting"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Place"></a>
+      <span class="h" property="rdfs:label">joblocation</span>
+      <span property="rdfs:comment">A (typically single) geographic location associated with the job position.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Place">Place</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/occupationalcategory">
-      <a property="http://schema.org/domain" href="http://schema.org/JobPosting"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">occupationalcategory</span>
+      <span property="rdfs:comment">Category or categories describing the job. Use BLS O*NET-SOC taxonomy: http://www.onetcenter.org/taxonomy.html. Ideally includes textual label and formal code, with the property repeated for each applicable value.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/qualifications">
-      <a property="http://schema.org/domain" href="http://schema.org/JobPosting"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">qualifications</span>
+      <span property="rdfs:comment">Specific qualifications required for this role.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/responsibilities">
-      <a property="http://schema.org/domain" href="http://schema.org/JobPosting"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">responsibilities</span>
+      <span property="rdfs:comment">Responsibilities associated with this role.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/salarycurrency">
-      <a property="http://schema.org/domain" href="http://schema.org/JobPosting"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">salarycurrency</span>
+      <span property="rdfs:comment">The currency (coded using ISO 4217, http://en.wikipedia.org/wiki/ISO_4217 used for the main salary information in this job posting.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/skills">
-      <a property="http://schema.org/domain" href="http://schema.org/JobPosting"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">skills</span>
+      <span property="rdfs:comment">Skills required to fulfill this role.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/specialcommitments">
-      <a property="http://schema.org/domain" href="http://schema.org/JobPosting"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">specialcommitments</span>
+      <span property="rdfs:comment">Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/title">
-      <a property="http://schema.org/domain" href="http://schema.org/JobPosting"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">title</span>
+      <span property="rdfs:comment">The title of the job.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/workhours">
-      <a property="http://schema.org/domain" href="http://schema.org/JobPosting"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">workhours</span>
+      <span property="rdfs:comment">The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm).</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/JobPosting">JobPosting</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/branchof">
-      <a property="http://schema.org/domain" href="http://schema.org/LocalBusiness"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">branchof</span>
+      <span property="rdfs:comment">The larger organization that this local business is a branch of, if any.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/currenciesaccepted">
-      <a property="http://schema.org/domain" href="http://schema.org/LocalBusiness"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">currenciesaccepted</span>
+      <span property="rdfs:comment">The currency accepted (in <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 currency format</a>).</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/paymentaccepted">
-      <a property="http://schema.org/domain" href="http://schema.org/LocalBusiness"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
-    </div>
-    <div typeof="rdf:Property" about="http://schema.org/pricerange">
-      <a property="http://schema.org/domain" href="http://schema.org/LocalBusiness"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">paymentaccepted</span>
+      <span property="rdfs:comment">Cash, credit card, etc.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+    <div typeof="rdf:Property" about="http://schema.org/pricehttp://schema.org/range">
+      <span class="h" property="rdfs:label">pricehttp://schema.org/range</span>
+      <span property="rdfs:comment">The price http://schema.org/range of the business, for example <code>$$$</code>.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/associatedarticle">
-      <a property="http://schema.org/domain" href="http://schema.org/MediaObject"></a>
-      <a property="http://schema.org/range" href="http://schema.org/NewsArticle"></a>
+      <span class="h" property="rdfs:label">associatedarticle</span>
+      <span property="rdfs:comment">A NewsArticle associated with the Media Object.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/NewsArticle">NewsArticle</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/bitrate">
-      <a property="http://schema.org/domain" href="http://schema.org/MediaObject"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">bitrate</span>
+      <span property="rdfs:comment">The bitrate of the media object.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/contentsize">
-      <a property="http://schema.org/domain" href="http://schema.org/MediaObject"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">contentsize</span>
+      <span property="rdfs:comment">File size in (mega/kilo) bytes.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/contenturl">
-      <a property="http://schema.org/domain" href="http://schema.org/MediaObject"></a>
-      <a property="http://schema.org/range" href="http://schema.org/URL"></a>
+      <span class="h" property="rdfs:label">contenturl</span>
+      <span property="rdfs:comment">Actual bytes of the media object, for example the image file or video file.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/embedurl">
-      <a property="http://schema.org/domain" href="http://schema.org/MediaObject"></a>
-      <a property="http://schema.org/range" href="http://schema.org/URL"></a>
+      <span class="h" property="rdfs:label">embedurl</span>
+      <span property="rdfs:comment">A URL pointing to a player for a specific video. In general, this is the information in the <code>src</code> element of an <code>embed</code> tag and should not be the same as the content of the <code>loc</code> tag.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/encodescreativework">
-      <a property="http://schema.org/domain" href="http://schema.org/MediaObject"></a>
-      <a property="http://schema.org/range" href="http://schema.org/CreativeWork"></a>
+      <span class="h" property="rdfs:label">encodescreativework</span>
+      <span property="rdfs:comment">The creative work encoded by this media object</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/encodingformat">
-      <a property="http://schema.org/domain" href="http://schema.org/MediaObject"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">encodingformat</span>
+      <span property="rdfs:comment">mp3, mpeg4, etc.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/expires">
-      <a property="http://schema.org/domain" href="http://schema.org/MediaObject"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Date"></a>
+      <span class="h" property="rdfs:label">expires</span>
+      <span property="rdfs:comment">Date the content expires and is no longer useful or available. Useful for videos.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Date">Date</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/height">
-      <a property="http://schema.org/domain" href="http://schema.org/MediaObject"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Distance"></a>
+      <span class="h" property="rdfs:label">height</span>
+      <span property="rdfs:comment">The height of the media object.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Distance">Distance</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/playertype">
-      <a property="http://schema.org/domain" href="http://schema.org/MediaObject"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">playertype</span>
+      <span property="rdfs:comment">Player type required&mdash;for example, Flash or Silverlight.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/regionsallowed">
-      <a property="http://schema.org/domain" href="http://schema.org/MediaObject"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Place"></a>
+      <span class="h" property="rdfs:label">regionsallowed</span>
+      <span property="rdfs:comment">The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in <a href="http://en.wikipedia.org/wiki/ISO_3166">ISO 3166 format</a>.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Place">Place</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/requiressubscription">
-      <a property="http://schema.org/domain" href="http://schema.org/MediaObject"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Boolean"></a>
+      <span class="h" property="rdfs:label">requiressubscription</span>
+      <span property="rdfs:comment">Indicates if use of the media require a subscription  (either paid or free). Allowed values are <code>yes</code> or <code>no</code>.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Boolean">Boolean</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/uploaddate">
-      <a property="http://schema.org/domain" href="http://schema.org/MediaObject"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Date"></a>
+      <span class="h" property="rdfs:label">uploaddate</span>
+      <span property="rdfs:comment">Date when this media object was uploaded to this site.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Date">Date</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/width">
-      <a property="http://schema.org/domain" href="http://schema.org/MediaObject"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Distance"></a>
+      <span class="h" property="rdfs:label">width</span>
+      <span property="rdfs:comment">The width of the media object.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MediaObject">MediaObject</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Distance">Distance</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/countriesnotsupported">
-      <a property="http://schema.org/domain" href="http://schema.org/MobileSoftwareApplication"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">countriesnotsupported</span>
+      <span property="rdfs:comment">Countries that dlsallow the application.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MobileSoftwareApplication">MobileSoftwareApplication</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/countriessupported">
-      <a property="http://schema.org/domain" href="http://schema.org/MobileSoftwareApplication"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">countriessupported</span>
+      <span property="rdfs:comment">Countries that allow the application.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MobileSoftwareApplication">MobileSoftwareApplication</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/permissions">
-      <a property="http://schema.org/domain" href="http://schema.org/MobileSoftwareApplication"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">permissions</span>
+      <span property="rdfs:comment">Permissions required on OS to run the application (e.g. app requires Internet access).</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MobileSoftwareApplication">MobileSoftwareApplication</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/screenshots">
-      <a property="http://schema.org/domain" href="http://schema.org/MobileSoftwareApplication"></a>
-      <a property="http://schema.org/range" href="http://schema.org/URL"></a>
+      <span class="h" property="rdfs:label">screenshots</span>
+      <span property="rdfs:comment">Link(s) to app screenshots.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MobileSoftwareApplication">MobileSoftwareApplication</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/actors">
-      <a property="http://schema.org/domain" href="http://schema.org/Movie"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/TVEpisode"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/TVSeries"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
+      <span class="h" property="rdfs:label">actors</span>
+      <span property="rdfs:comment">A cast member of the movie, TV series, season, or episode, or video.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Movie">Movie</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/director">
-      <a property="http://schema.org/domain" href="http://schema.org/Movie"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/TVEpisode"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/TVSeries"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
+      <span class="h" property="rdfs:label">director</span>
+      <span property="rdfs:comment">The director of the movie, TV episode, or series.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Movie">Movie</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/musicby">
-      <a property="http://schema.org/domain" href="http://schema.org/Movie"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/TVEpisode"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/TVSeries"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/MusicGroup"></a>
+      <span class="h" property="rdfs:label">musicby</span>
+      <span property="rdfs:comment">The composer of the movie or TV soundtrack.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Movie">Movie</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/MusicGroup">MusicGroup</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/producer">
-      <a property="http://schema.org/domain" href="http://schema.org/Movie"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/TVEpisode"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/TVSeries"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
+      <span class="h" property="rdfs:label">producer</span>
+      <span property="rdfs:comment">The producer of the movie, TV series, season, or episode, or video.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Movie">Movie</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/productioncompany">
-      <a property="http://schema.org/domain" href="http://schema.org/Movie"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/TVEpisode"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/TVSeries"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/VideoObject"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">productioncompany</span>
+      <span property="rdfs:comment">The production company or studio that made the movie, TV series, season, or episode, or video.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Movie">Movie</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/VideoObject">VideoObject</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/trailer">
-      <a property="http://schema.org/domain" href="http://schema.org/Movie"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/TVEpisode"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/TVSeason"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/TVSeries"></a>
-      <a property="http://schema.org/range" href="http://schema.org/VideoObject"></a>
+      <span class="h" property="rdfs:label">trailer</span>
+      <span property="rdfs:comment">The trailer of the movie or TV series, season, or episode.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Movie">Movie</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVSeason">TVSeason</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/VideoObject">VideoObject</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/byartist">
-      <a property="http://schema.org/domain" href="http://schema.org/MusicAlbum"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/MusicRecording"></a>
-      <a property="http://schema.org/range" href="http://schema.org/MusicGroup"></a>
+      <span class="h" property="rdfs:label">byartist</span>
+      <span property="rdfs:comment">The artist that performed this album or recording.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MusicAlbum">MusicAlbum</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MusicRecording">MusicRecording</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/MusicGroup">MusicGroup</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/albums">
-      <a property="http://schema.org/domain" href="http://schema.org/MusicGroup"></a>
-      <a property="http://schema.org/range" href="http://schema.org/MusicAlbum"></a>
+      <span class="h" property="rdfs:label">albums</span>
+      <span property="rdfs:comment">A collection of music albums.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MusicGroup">MusicGroup</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/MusicAlbum">MusicAlbum</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/musicgroupmember">
-      <a property="http://schema.org/domain" href="http://schema.org/MusicGroup"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
+      <span class="h" property="rdfs:label">musicgroupmember</span>
+      <span property="rdfs:comment">A member of the music group&mdash;for example, John, Paul, George, or Ringo.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MusicGroup">MusicGroup</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/tracks">
-      <a property="http://schema.org/domain" href="http://schema.org/MusicPlaylist"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/MusicGroup"></a>
-      <a property="http://schema.org/range" href="http://schema.org/MusicRecording"></a>
+      <span class="h" property="rdfs:label">tracks</span>
+      <span property="rdfs:comment">A music recording (track)&mdash;usually a single song.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MusicPlaylist">MusicPlaylist</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MusicGroup">MusicGroup</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/MusicRecording">MusicRecording</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/numtracks">
-      <a property="http://schema.org/domain" href="http://schema.org/MusicPlaylist"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Integer"></a>
+      <span class="h" property="rdfs:label">numtracks</span>
+      <span property="rdfs:comment">The number of tracks in this album or playlist.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MusicPlaylist">MusicPlaylist</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Integer">Integer</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/inalbum">
-      <a property="http://schema.org/domain" href="http://schema.org/MusicRecording"></a>
-      <a property="http://schema.org/range" href="http://schema.org/MusicAlbum"></a>
+      <span class="h" property="rdfs:label">inalbum</span>
+      <span property="rdfs:comment">The album to which this recording belongs.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MusicRecording">MusicRecording</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/MusicAlbum">MusicAlbum</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/inplaylist">
-      <a property="http://schema.org/domain" href="http://schema.org/MusicRecording"></a>
-      <a property="http://schema.org/range" href="http://schema.org/MusicPlaylist"></a>
+      <span class="h" property="rdfs:label">inplaylist</span>
+      <span property="rdfs:comment">The playlist to which this recording belongs.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/MusicRecording">MusicRecording</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/MusicPlaylist">MusicPlaylist</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/dateline">
-      <a property="http://schema.org/domain" href="http://schema.org/NewsArticle"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">dateline</span>
+      <span property="rdfs:comment">The location where the NewsArticle was produced.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/NewsArticle">NewsArticle</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/printcolumn">
-      <a property="http://schema.org/domain" href="http://schema.org/NewsArticle"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">printcolumn</span>
+      <span property="rdfs:comment">The number of the column in which the NewsArticle appears in the print edition.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/NewsArticle">NewsArticle</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/printedition">
-      <a property="http://schema.org/domain" href="http://schema.org/NewsArticle"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">printedition</span>
+      <span property="rdfs:comment">The edition of the print product in which the NewsArticle appears.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/NewsArticle">NewsArticle</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/printpage">
-      <a property="http://schema.org/domain" href="http://schema.org/NewsArticle"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">printpage</span>
+      <span property="rdfs:comment">If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18).</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/NewsArticle">NewsArticle</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/printsection">
-      <a property="http://schema.org/domain" href="http://schema.org/NewsArticle"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">printsection</span>
+      <span property="rdfs:comment">If this NewsArticle appears in print, this field indicates the print section in which the article appeared.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/NewsArticle">NewsArticle</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/calories">
-      <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Energy"></a>
+      <span class="h" property="rdfs:label">calories</span>
+      <span property="rdfs:comment">The number of calories</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Energy">Energy</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/carbohydratecontent">
-      <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Mass"></a>
+      <span class="h" property="rdfs:label">carbohydratecontent</span>
+      <span property="rdfs:comment">The number of grams of carbohydrates.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/cholesterolcontent">
-      <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Mass"></a>
+      <span class="h" property="rdfs:label">cholesterolcontent</span>
+      <span property="rdfs:comment">The number of milligrams of cholesterol.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/fatcontent">
-      <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Mass"></a>
+      <span class="h" property="rdfs:label">fatcontent</span>
+      <span property="rdfs:comment">The number of grams of fat.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/fibercontent">
-      <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Mass"></a>
+      <span class="h" property="rdfs:label">fibercontent</span>
+      <span property="rdfs:comment">The number of grams of fiber.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/proteincontent">
-      <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Mass"></a>
+      <span class="h" property="rdfs:label">proteincontent</span>
+      <span property="rdfs:comment">The number of grams of protein.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/saturatedfatcontent">
-      <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Mass"></a>
+      <span class="h" property="rdfs:label">saturatedfatcontent</span>
+      <span property="rdfs:comment">The number of grams of saturated fat.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/servingsize">
-      <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">servingsize</span>
+      <span property="rdfs:comment">The serving size, in terms of the number of volume or mass</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/sodiumcontent">
-      <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Mass"></a>
+      <span class="h" property="rdfs:label">sodiumcontent</span>
+      <span property="rdfs:comment">The number of milligrams of sodium.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/sugarcontent">
-      <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Mass"></a>
+      <span class="h" property="rdfs:label">sugarcontent</span>
+      <span property="rdfs:comment">The number of grams of sugar.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/transfatcontent">
-      <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Mass"></a>
+      <span class="h" property="rdfs:label">transfatcontent</span>
+      <span property="rdfs:comment">The number of grams of trans fat.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/unsaturatedfatcontent">
-      <a property="http://schema.org/domain" href="http://schema.org/NutritionInformation"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Mass"></a>
+      <span class="h" property="rdfs:label">unsaturatedfatcontent</span>
+      <span property="rdfs:comment">The number of grams of unsaturated fat.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Mass">Mass</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/availability">
-      <a property="http://schema.org/domain" href="http://schema.org/Offer"></a>
-      <a property="http://schema.org/range" href="http://schema.org/ItemAvailability"></a>
+      <span class="h" property="rdfs:label">availability</span>
+      <span property="rdfs:comment">The availability of this item&mdash;for example In stock, Out of stock, Pre-order, etc.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/ItemAvailability">ItemAvailability</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/availabilitydeprecated">
-      <a property="http://schema.org/domain" href="http://schema.org/Offer"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Thing"></a>
+      <span class="h" property="rdfs:label">availabilitydeprecated</span>
+      <span property="rdfs:comment">The availability of this item&mdash;for example In stock, Out of stock, Pre-order, etc.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Thing">Thing</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/itemcondition">
-      <a property="http://schema.org/domain" href="http://schema.org/Offer"></a>
-      <a property="http://schema.org/range" href="http://schema.org/OfferItemCondition"></a>
+      <span class="h" property="rdfs:label">itemcondition</span>
+      <span property="rdfs:comment">The condition of the item for sale&mdash;for example New, Refurbished, Used, etc.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/OfferItemCondition">OfferItemCondition</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/itemconditiondeprecated">
-      <a property="http://schema.org/domain" href="http://schema.org/Offer"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Thing"></a>
+      <span class="h" property="rdfs:label">itemconditiondeprecated</span>
+      <span property="rdfs:comment">The condition of the item for sale&mdash;for example New, Refurbished, Used, etc.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Thing">Thing</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/itemoffered">
-      <a property="http://schema.org/domain" href="http://schema.org/Offer"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Product"></a>
+      <span class="h" property="rdfs:label">itemoffered</span>
+      <span property="rdfs:comment">The item being sold.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Product">Product</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/price">
-      <a property="http://schema.org/domain" href="http://schema.org/Offer"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Number"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">price</span>
+      <span property="rdfs:comment">The offer price of the product.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/pricecurrency">
-      <a property="http://schema.org/domain" href="http://schema.org/Offer"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">pricecurrency</span>
+      <span property="rdfs:comment">The currency (in 3-letter <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 format</a>) of the offer price.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/pricevaliduntil">
-      <a property="http://schema.org/domain" href="http://schema.org/Offer"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Date"></a>
+      <span class="h" property="rdfs:label">pricevaliduntil</span>
+      <span property="rdfs:comment">The date after which the price is no longer available.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Date">Date</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/seller">
-      <a property="http://schema.org/domain" href="http://schema.org/Offer"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">seller</span>
+      <span property="rdfs:comment">The seller of the product.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/address">
-      <a property="http://schema.org/domain" href="http://schema.org/Organization"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Place"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/PostalAddress"></a>
+      <span class="h" property="rdfs:label">address</span>
+      <span property="rdfs:comment">Physical address of the item.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/PostalAddress">PostalAddress</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/contactpoints">
-      <a property="http://schema.org/domain" href="http://schema.org/Organization"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/ContactPoint"></a>
+      <span class="h" property="rdfs:label">contactpoints</span>
+      <span property="rdfs:comment">A contact point for a person or organization.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/ContactPoint">ContactPoint</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/employees">
-      <a property="http://schema.org/domain" href="http://schema.org/Organization"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
+      <span class="h" property="rdfs:label">employees</span>
+      <span property="rdfs:comment">People working for this organization.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/events">
-      <a property="http://schema.org/domain" href="http://schema.org/Organization"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/Place"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Event"></a>
+      <span class="h" property="rdfs:label">events</span>
+      <span property="rdfs:comment">Upcoming or past events associated with this place or organization.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Event">Event</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/founders">
-      <a property="http://schema.org/domain" href="http://schema.org/Organization"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
+      <span class="h" property="rdfs:label">founders</span>
+      <span property="rdfs:comment">A person who founded this organization.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/foundingdate">
-      <a property="http://schema.org/domain" href="http://schema.org/Organization"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Date"></a>
+      <span class="h" property="rdfs:label">foundingdate</span>
+      <span property="rdfs:comment">The date that this organization was founded.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Date">Date</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/members">
-      <a property="http://schema.org/domain" href="http://schema.org/Organization"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">members</span>
+      <span property="rdfs:comment">A member of this organization.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/additionalname">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">additionalname</span>
+      <span property="rdfs:comment">An additional name for a Person, can be used for a middle name.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/affiliation">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">affiliation</span>
+      <span property="rdfs:comment">An organization that this person is affiliated with. For example, a school/university, a club, or a team.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/alumniof">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/EducationalOrganization"></a>
+      <span class="h" property="rdfs:label">alumniof</span>
+      <span property="rdfs:comment">An educational organizations that the person is an alumni of.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/EducationalOrganization">EducationalOrganization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/birthdate">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Date"></a>
+      <span class="h" property="rdfs:label">birthdate</span>
+      <span property="rdfs:comment">Date of birth.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Date">Date</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/children">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
+      <span class="h" property="rdfs:label">children</span>
+      <span property="rdfs:comment">A child of the person.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/colleagues">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
+      <span class="h" property="rdfs:label">colleagues</span>
+      <span property="rdfs:comment">A colleague of the person.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/deathdate">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Date"></a>
+      <span class="h" property="rdfs:label">deathdate</span>
+      <span property="rdfs:comment">Date of death.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Date">Date</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/familyname">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">familyname</span>
+      <span property="rdfs:comment">Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the Name property.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/follows">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
+      <span class="h" property="rdfs:label">follows</span>
+      <span property="rdfs:comment">The most generic uni-directional social relation.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/gender">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">gender</span>
+      <span property="rdfs:comment">Gender of the person.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/givenname">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">givenname</span>
+      <span property="rdfs:comment">Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the Name property.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/homelocation">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Place"></a>
-      <a property="http://schema.org/range" href="http://schema.org/ContactPoint"></a>
+      <span class="h" property="rdfs:label">homelocation</span>
+      <span property="rdfs:comment">A contact location for a person's residence.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Place">Place</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/ContactPoint">ContactPoint</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/honorificprefix">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">honorificprefix</span>
+      <span property="rdfs:comment">An honorific prefix preceding a Person's name such as Dr/Mrs/Mr.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/honorificsuffix">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">honorificsuffix</span>
+      <span property="rdfs:comment">An honorific suffix preceding a Person's name such as M.D. /PhD/MSCSW.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/jobtitle">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">jobtitle</span>
+      <span property="rdfs:comment">The job title of the person (for example, Financial Manager).</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/knows">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
+      <span class="h" property="rdfs:label">knows</span>
+      <span property="rdfs:comment">The most generic bi-directional social/work relation.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/memberof">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">memberof</span>
+      <span property="rdfs:comment">An organization to which the person belongs.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/nationality">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Country"></a>
+      <span class="h" property="rdfs:label">nationality</span>
+      <span property="rdfs:comment">Nationality of the person.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Country">Country</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/parents">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
+      <span class="h" property="rdfs:label">parents</span>
+      <span property="rdfs:comment">A parents of the person.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/performerin">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Event"></a>
+      <span class="h" property="rdfs:label">performerin</span>
+      <span property="rdfs:comment">Event that this person is a performer or participant in.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Event">Event</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/relatedto">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
+      <span class="h" property="rdfs:label">relatedto</span>
+      <span property="rdfs:comment">The most generic familial relation.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/siblings">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
+      <span class="h" property="rdfs:label">siblings</span>
+      <span property="rdfs:comment">A sibling of the person.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/spouse">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Person"></a>
+      <span class="h" property="rdfs:label">spouse</span>
+      <span property="rdfs:comment">The person's spouse.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Person">Person</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/worklocation">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Place"></a>
-      <a property="http://schema.org/range" href="http://schema.org/ContactPoint"></a>
+      <span class="h" property="rdfs:label">worklocation</span>
+      <span property="rdfs:comment">A contact location for a person's place of work.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Place">Place</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/ContactPoint">ContactPoint</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/worksfor">
-      <a property="http://schema.org/domain" href="http://schema.org/Person"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">worksfor</span>
+      <span property="rdfs:comment">Organizations that the person works for.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/containedin">
-      <a property="http://schema.org/domain" href="http://schema.org/Place"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Place"></a>
+      <span class="h" property="rdfs:label">containedin</span>
+      <span property="rdfs:comment">The basic containment relation between places.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Place">Place</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/geo">
-      <a property="http://schema.org/domain" href="http://schema.org/Place"></a>
-      <a property="http://schema.org/range" href="http://schema.org/GeoCoordinates"></a>
-      <a property="http://schema.org/range" href="http://schema.org/GeoShape"></a>
+      <span class="h" property="rdfs:label">geo</span>
+      <span property="rdfs:comment">The geo coordinates of the place.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/GeoCoordinates">GeoCoordinates</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/GeoShape">GeoShape</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/maps">
-      <a property="http://schema.org/domain" href="http://schema.org/Place"></a>
-      <a property="http://schema.org/range" href="http://schema.org/URL"></a>
+      <span class="h" property="rdfs:label">maps</span>
+      <span property="rdfs:comment">A URL to a map of the place.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/photos">
-      <a property="http://schema.org/domain" href="http://schema.org/Place"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Photograph"></a>
-      <a property="http://schema.org/range" href="http://schema.org/ImageObject"></a>
+      <span class="h" property="rdfs:label">photos</span>
+      <span property="rdfs:comment">Photographs of this place.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Photograph">Photograph</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/ImageObject">ImageObject</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/addresscountry">
-      <a property="http://schema.org/domain" href="http://schema.org/PostalAddress"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Country"></a>
+      <span class="h" property="rdfs:label">addresscountry</span>
+      <span property="rdfs:comment">The country. For example, USA. You can also provide the two-letter <a href="http://en.wikipedia.org/wiki/ISO_3166-1">ISO 3166-1 alpha-2 country code</a>.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/PostalAddress">PostalAddress</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Country">Country</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/addresslocality">
-      <a property="http://schema.org/domain" href="http://schema.org/PostalAddress"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">addresslocality</span>
+      <span property="rdfs:comment">The locality. For example, Mountain View.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/PostalAddress">PostalAddress</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/addressregion">
-      <a property="http://schema.org/domain" href="http://schema.org/PostalAddress"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">addressregion</span>
+      <span property="rdfs:comment">The region. For example, CA.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/PostalAddress">PostalAddress</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/postofficeboxnumber">
-      <a property="http://schema.org/domain" href="http://schema.org/PostalAddress"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">postofficeboxnumber</span>
+      <span property="rdfs:comment">The post offce box number for PO box addresses.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/PostalAddress">PostalAddress</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/postalcode">
-      <a property="http://schema.org/domain" href="http://schema.org/PostalAddress"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">postalcode</span>
+      <span property="rdfs:comment">The postal code. For example, 94043.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/PostalAddress">PostalAddress</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/streetaddress">
-      <a property="http://schema.org/domain" href="http://schema.org/PostalAddress"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">streetaddress</span>
+      <span property="rdfs:comment">The street address. For example, 1600 Amphitheatre Pkwy.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/PostalAddress">PostalAddress</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/brand">
-      <a property="http://schema.org/domain" href="http://schema.org/Product"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">brand</span>
+      <span property="rdfs:comment">The brand of the product.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/manufacturer">
-      <a property="http://schema.org/domain" href="http://schema.org/Product"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Organization"></a>
+      <span class="h" property="rdfs:label">manufacturer</span>
+      <span property="rdfs:comment">The manufacturer of the product.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/model">
-      <a property="http://schema.org/domain" href="http://schema.org/Product"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">model</span>
+      <span property="rdfs:comment">The model of the product.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/productid">
-      <a property="http://schema.org/domain" href="http://schema.org/Product"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">productid</span>
+      <span property="rdfs:comment">The product identifier, such as ISBN. For example: <code>&lt;meta itemprop='productID' content='isbn:123-456-789'/&gt;</code>.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/bestrating">
-      <a property="http://schema.org/domain" href="http://schema.org/Rating"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Number"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">bestrating</span>
+      <span property="rdfs:comment">The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Rating">Rating</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/ratingvalue">
-      <a property="http://schema.org/domain" href="http://schema.org/Rating"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">ratingvalue</span>
+      <span property="rdfs:comment">The rating for the content.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Rating">Rating</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/worstrating">
-      <a property="http://schema.org/domain" href="http://schema.org/Rating"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Number"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">worstrating</span>
+      <span property="rdfs:comment">The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Rating">Rating</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/cooktime">
-      <a property="http://schema.org/domain" href="http://schema.org/Recipe"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Duration"></a>
+      <span class="h" property="rdfs:label">cooktime</span>
+      <span property="rdfs:comment">The time it takes to actually cook the dish, in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 duration format</a>.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Duration">Duration</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/cookingmethod">
-      <a property="http://schema.org/domain" href="http://schema.org/Recipe"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">cookingmethod</span>
+      <span property="rdfs:comment">The method of cooking, such as Frying, Steaming, ...</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/ingredients">
-      <a property="http://schema.org/domain" href="http://schema.org/Recipe"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">ingredients</span>
+      <span property="rdfs:comment">An ingredient used in the recipe.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/nutrition">
-      <a property="http://schema.org/domain" href="http://schema.org/Recipe"></a>
-      <a property="http://schema.org/range" href="http://schema.org/NutritionInformation"></a>
+      <span class="h" property="rdfs:label">nutrition</span>
+      <span property="rdfs:comment">Nutrition information about the recipe.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/preptime">
-      <a property="http://schema.org/domain" href="http://schema.org/Recipe"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Duration"></a>
+      <span class="h" property="rdfs:label">preptime</span>
+      <span property="rdfs:comment">The length of time it takes to prepare the recipe, in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 duration format</a>.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Duration">Duration</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/recipecategory">
-      <a property="http://schema.org/domain" href="http://schema.org/Recipe"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">recipecategory</span>
+      <span property="rdfs:comment">The category of the recipe&mdash;for example, appetizer, entree, etc.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/recipecuisine">
-      <a property="http://schema.org/domain" href="http://schema.org/Recipe"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">recipecuisine</span>
+      <span property="rdfs:comment">The cuisine of the recipe (for example, French or Ethopian).</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/recipeinstructions">
-      <a property="http://schema.org/domain" href="http://schema.org/Recipe"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">recipeinstructions</span>
+      <span property="rdfs:comment">The steps to make the dish.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/recipeyield">
-      <a property="http://schema.org/domain" href="http://schema.org/Recipe"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">recipeyield</span>
+      <span property="rdfs:comment">The quantity produced by the recipe (for example, number of people served, number of servings, etc).</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/totaltime">
-      <a property="http://schema.org/domain" href="http://schema.org/Recipe"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Duration"></a>
+      <span class="h" property="rdfs:label">totaltime</span>
+      <span property="rdfs:comment">The total time it takes to prepare and cook the recipe, in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 duration format</a>.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Recipe">Recipe</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Duration">Duration</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/reviewbody">
-      <a property="http://schema.org/domain" href="http://schema.org/Review"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">reviewbody</span>
+      <span property="rdfs:comment">The actual body of the review</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Review">Review</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/reviewrating">
-      <a property="http://schema.org/domain" href="http://schema.org/Review"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Rating"></a>
+      <span class="h" property="rdfs:label">reviewrating</span>
+      <span property="rdfs:comment">The rating given in this review. Note that reviews can themselves be rated. The <code>reviewRating</code> applies to rating given by the review. The <code>aggregateRating</code> property applies to the review itself, as a creative work.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Review">Review</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Rating">Rating</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/downloadurl">
-      <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication"></a>
-      <a property="http://schema.org/range" href="http://schema.org/URL"></a>
+      <span class="h" property="rdfs:label">downloadurl</span>
+      <span property="rdfs:comment">If the file can be downloaded, URL to download the binary.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/fileformat">
-      <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">fileformat</span>
+      <span property="rdfs:comment">MIME format of the binary (e.g. application/zip).</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/filesize">
-      <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Integer"></a>
+      <span class="h" property="rdfs:label">filesize</span>
+      <span property="rdfs:comment">Size of the application / package in bytes.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Integer">Integer</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/isdownloadable">
-      <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Boolean"></a>
+      <span class="h" property="rdfs:label">isdownloadable</span>
+      <span property="rdfs:comment">Indicates whether the software is available for download.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Boolean">Boolean</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/numdownloads">
-      <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Integer"></a>
+      <span class="h" property="rdfs:label">numdownloads</span>
+      <span property="rdfs:comment">Number of Downloads.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Integer">Integer</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/operatingsystems">
-      <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">operatingsystems</span>
+      <span property="rdfs:comment">Operating systems supported (Windows 7, OSX 10.6, Android 1.6).</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/softwareapplicationcategory">
-      <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication"></a>
-      <a property="http://schema.org/range" href="http://schema.org/SoftwareApplicationType"></a>
+      <span class="h" property="rdfs:label">softwareapplicationcategory</span>
+      <span property="rdfs:comment">Type of software application.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/SoftwareApplicationType">SoftwareApplicationType</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/softwareapplicationcategorydeprecated">
-      <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Thing"></a>
+      <span class="h" property="rdfs:label">softwareapplicationcategorydeprecated</span>
+      <span property="rdfs:comment">Type of software application.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Thing">Thing</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/softwareapplicationsubcategory">
-      <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">softwareapplicationsubcategory</span>
+      <span property="rdfs:comment">Subcategory of the application.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/softwareversion">
-      <a property="http://schema.org/domain" href="http://schema.org/SoftwareApplication"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">softwareversion</span>
+      <span property="rdfs:comment">Version of the software instance.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/episodenumber">
-      <a property="http://schema.org/domain" href="http://schema.org/TVEpisode"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Number"></a>
+      <span class="h" property="rdfs:label">episodenumber</span>
+      <span property="rdfs:comment">The episode number.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Number">Number</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/partofseason">
-      <a property="http://schema.org/domain" href="http://schema.org/TVEpisode"></a>
-      <a property="http://schema.org/range" href="http://schema.org/TVSeason"></a>
+      <span class="h" property="rdfs:label">partofseason</span>
+      <span property="rdfs:comment">The season to which this episode belongs.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/TVSeason">TVSeason</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/partoftvseries">
-      <a property="http://schema.org/domain" href="http://schema.org/TVEpisode"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/TVSeason"></a>
-      <a property="http://schema.org/range" href="http://schema.org/TVSeries"></a>
+      <span class="h" property="rdfs:label">partoftvseries</span>
+      <span property="rdfs:comment">The TV series to which this episode or season belongs.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVEpisode">TVEpisode</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVSeason">TVSeason</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/TVSeries">TVSeries</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/episodes">
-      <a property="http://schema.org/domain" href="http://schema.org/TVSeason"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/TVSeries"></a>
-      <a property="http://schema.org/range" href="http://schema.org/TVEpisode"></a>
+      <span class="h" property="rdfs:label">episodes</span>
+      <span property="rdfs:comment">The episode of a TV series or season.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVSeason">TVSeason</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/TVEpisode">TVEpisode</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/numberofepisodes">
-      <a property="http://schema.org/domain" href="http://schema.org/TVSeason"></a>
-      <a property="http://schema.org/domain" href="http://schema.org/TVSeries"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Number"></a>
+      <span class="h" property="rdfs:label">numberofepisodes</span>
+      <span property="rdfs:comment">The number of episodes in this season or series.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVSeason">TVSeason</a></span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Number">Number</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/seasonnumber">
-      <a property="http://schema.org/domain" href="http://schema.org/TVSeason"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Integer"></a>
+      <span class="h" property="rdfs:label">seasonnumber</span>
+      <span property="rdfs:comment">The season number.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVSeason">TVSeason</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Integer">Integer</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/seasons">
-      <a property="http://schema.org/domain" href="http://schema.org/TVSeries"></a>
-      <a property="http://schema.org/range" href="http://schema.org/TVSeason"></a>
+      <span class="h" property="rdfs:label">seasons</span>
+      <span property="rdfs:comment">The seasons of the TV series.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/TVSeries">TVSeries</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/TVSeason">TVSeason</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/description">
-      <a property="http://schema.org/domain" href="http://schema.org/Thing"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">description</span>
+      <span property="rdfs:comment">A short description of the item.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Thing">Thing</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/image">
-      <a property="http://schema.org/domain" href="http://schema.org/Thing"></a>
-      <a property="http://schema.org/range" href="http://schema.org/URL"></a>
+      <span class="h" property="rdfs:label">image</span>
+      <span property="rdfs:comment">URL of an image of the item.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Thing">Thing</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/name">
-      <a property="http://schema.org/domain" href="http://schema.org/Thing"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">name</span>
+      <span property="rdfs:comment">The name of the item.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Thing">Thing</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/url">
-      <a property="http://schema.org/domain" href="http://schema.org/Thing"></a>
-      <a property="http://schema.org/range" href="http://schema.org/URL"></a>
+      <span class="h" property="rdfs:label">url</span>
+      <span property="rdfs:comment">URL of the item.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Thing">Thing</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/type">
-      <a property="http://schema.org/domain" href="http://schema.org/Thing"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">type</span>
+      <span property="rdfs:comment">Auto added type field.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/Thing">Thing</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/commenttext">
-      <a property="http://schema.org/domain" href="http://schema.org/UserComments"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">commenttext</span>
+      <span property="rdfs:comment">The text of the UserComment.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/UserComments">UserComments</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/commenttime">
-      <a property="http://schema.org/domain" href="http://schema.org/UserComments"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Date"></a>
+      <span class="h" property="rdfs:label">commenttime</span>
+      <span property="rdfs:comment">The time at which the UserComment was made.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/UserComments">UserComments</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Date">Date</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/discusses">
-      <a property="http://schema.org/domain" href="http://schema.org/UserComments"></a>
-      <a property="http://schema.org/range" href="http://schema.org/CreativeWork"></a>
+      <span class="h" property="rdfs:label">discusses</span>
+      <span property="rdfs:comment">Specifies the CreativeWork associated with the UserComment.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/UserComments">UserComments</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/CreativeWork">CreativeWork</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/replytourl">
-      <a property="http://schema.org/domain" href="http://schema.org/UserComments"></a>
-      <a property="http://schema.org/range" href="http://schema.org/URL"></a>
+      <span class="h" property="rdfs:label">replytourl</span>
+      <span property="rdfs:comment">The URL at which a reply may be posted to the specified UserComment.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/UserComments">UserComments</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/videoframesize">
-      <a property="http://schema.org/domain" href="http://schema.org/VideoObject"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">videoframesize</span>
+      <span property="rdfs:comment">The frame size of the video.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/VideoObject">VideoObject</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/videoquality">
-      <a property="http://schema.org/domain" href="http://schema.org/VideoObject"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">videoquality</span>
+      <span property="rdfs:comment">The quality of the video.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/VideoObject">VideoObject</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/browsers">
-      <a property="http://schema.org/domain" href="http://schema.org/WebApplication"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">browsers</span>
+      <span property="rdfs:comment">One or more browsers required to run the app.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/WebApplication">WebApplication</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/breadcrumb">
-      <a property="http://schema.org/domain" href="http://schema.org/WebPage"></a>
-      <a property="http://schema.org/range" href="http://schema.org/Text"></a>
+      <span class="h" property="rdfs:label">breadcrumb</span>
+      <span property="rdfs:comment">A set of links that can help a user understand and navigate a website hierarchy.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/WebPage">WebPage</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/Text">Text</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/ispartof">
-      <a property="http://schema.org/domain" href="http://schema.org/WebPage"></a>
-      <a property="http://schema.org/range" href="http://schema.org/CollectionPage"></a>
+      <span class="h" property="rdfs:label">ispartof</span>
+      <span property="rdfs:comment">Indicates the collection or gallery to which the item belongs.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/WebPage">WebPage</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/CollectionPage">CollectionPage</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/maincontentofpage">
-      <a property="http://schema.org/domain" href="http://schema.org/WebPage"></a>
-      <a property="http://schema.org/range" href="http://schema.org/WebPageElement"></a>
+      <span class="h" property="rdfs:label">maincontentofpage</span>
+      <span property="rdfs:comment">Indicates if this web page element is the main subject of the page.</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/WebPage">WebPage</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/WebPageElement">WebPageElement</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/primaryimageofpage">
-      <a property="http://schema.org/domain" href="http://schema.org/WebPage"></a>
-      <a property="http://schema.org/range" href="http://schema.org/ImageObject"></a>
+      <span class="h" property="rdfs:label">primaryimageofpage</span>
+      <span property="rdfs:comment">Indicates the main image on the page</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/WebPage">WebPage</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/ImageObject">ImageObject</a></span>
     </div>
     <div typeof="rdf:Property" about="http://schema.org/significantlinks">
-      <a property="http://schema.org/domain" href="http://schema.org/WebPage"></a>
-      <a property="http://schema.org/range" href="http://schema.org/URL"></a>
+      <span class="h" property="rdfs:label">significantlinks</span>
+      <span property="rdfs:comment">The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most</span>
+      <span>http://schema.org/domain: <a property="rdfs:http://schema.org/domain" href="http://schema.org/WebPage">WebPage</a></span>
+      <span>http://schema.org/range: <a property="rdfs:http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
   </body>
 </html>