First cut at collection of schema.org extension schemas in HTML+RDFa+RDFS. Work in progress, of course.
authorDan Brickley <danbri@danbri.org>
Tue, 04 Dec 2012 10:01:06 +0000
changeset 36 88747267bd7c
parent 35 4ca175d1fd45
child 37 a769c69d36d4
First cut at collection of schema.org extension schemas in HTML+RDFa+RDFS. Work in progress, of course.
schema.org/ext/audience.html
schema.org/ext/gr4schema.org-rdfa.html
schema.org/ext/lrmi.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/ext/audience.html	Tue Dec 04 10:01:06 2012 +0000
@@ -0,0 +1,86 @@
+<!DOCTYPE html>
+<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>
+		<div typeof="rdfs:Class" resource="http://schema.org/Audience">
+			<span class="h" property="rdfs:label">Audience</span>
+            <span property="rdfs:comment">Intended audience for an item, i.e. the group for whom the item was created.</span>
+            <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
+		</div>
+	
+		<div typeof="rdf:Property" resource="http://schema.org/audience">
+			<span class="h" property="rdfs:label">audience</span>
+			<span property="rdfs:comment">The intended audience of the item, i.e. the group for whom the item was created.</span>
+			<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+			<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+			<span>Range: <a property="http://schema.org/range" href="http://schema.org/Audience">Audience</a></span>
+		</div>
+		
+		<div typeof="rdfs:Class" resource="http://schema.org/PeopleAudience">
+            <span class="h" property="rdfs:label">PeopleAudience</span>
+            <span property="rdfs:comment">A set of characteristics belonging to people, who compose item target audience</span>
+            <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Audience">Audience</a></span>
+        </div>
+
+		<div typeof="rdf:Property" resource="http://schema.org/minAge">
+			<span class="h" property="rdfs:label">minAge</span>
+			<span property="rdfs:comment">Minimal age recommended for viewing content</span>
+			<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/PeopleAudience">PeopleAudience</a></span>
+			<span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+		</div>
+
+		<div typeof="rdf:Property" resource="http://schema.org/maxAge">
+			<span class="h" property="rdfs:label">maxAge</span>
+			<span property="rdfs:comment">Maximal age recommended for viewing content</span>
+			<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/PeopleAudience">PeopleAudience</a></span>
+			<span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+		</div>
+
+		<div typeof="rdf:Property" resource="http://schema.org/gender">
+			<span class="h" property="rdfs:label">gender</span>
+			<span property="rdfs:comment">The gender of the person or audience.</span>
+			<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/PeopleAudience">PeopleAudience</a></span>
+			<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+		</div>
+
+		<div typeof="rdf:Property" resource="http://schema.org/healthCondition">
+			<span class="h" property="rdfs:label">healthCondition</span>
+			<span property="rdfs:comment">Expectations for health conditions of target audience</span>
+			<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/PeopleAudience">PeopleAudience</a></span>
+			<span>Range: <a property="http://schema.org/range" href="http://schema.org/MedicalCondition">MedicalCondition</a></span>
+		</div>
+
+        <div typeof="rdfs:Class" resource="http://schema.org/ParentAudience">
+            <span class="h" property="rdfs:label">ParentAudience</span>
+            <span property="rdfs:comment">A set of characteristics describing parents, who can be interested in viewing some content</span>
+            <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PeopleAudience">Audience</a></span>
+        </div>
+
+		<div typeof="rdf:Property" resource="http://schema.org/childMinAge">
+			<span class="h" property="rdfs:label">childMinAge</span>
+			<span property="rdfs:comment">Minimal age of the child</span>
+			<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/ParentAudience">ParentAudience</a></span>
+			<span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+		</div>
+
+		<div typeof="rdf:Property" resource="http://schema.org/childMaxAge">
+			<span class="h" property="rdfs:label">childMaxAge</span>
+			<span property="rdfs:comment">Maximal age of the child</span>
+			<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/ParentAudience">ParentAudience</a></span>
+			<span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+		</div>
+		
+	</body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/ext/gr4schema.org-rdfa.html	Tue Dec 04 10:01:06 2012 +0000
@@ -0,0 +1,1241 @@
+<!DOCTYPE html>
+<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>
+
+<!-- ========================== -->
+<!-- CHANGES -->
+<!-- ========================== -->
+<!-- Create attribution link + text for http://schema.org/Offer -->
+<div typeof="rdfs:Class" about="http://schema.org/Offer">
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsProperties">GoodRelations</a></span>
+</div>
+
+<!-- Updated text and added attribution link for http://schema.org/Product -->
+<div typeof="rdfs:Class" about="http://schema.org/Product">
+	<span property="rdfs:comment">A product is anything that is made available for sale&#x2014;for example, a pair of shoes, a concert ticket, or a car. Commodity services, like haircuts, can also be represented using this type.</span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsProperties">GoodRelations</a></span>
+</div>
+
+<!-- new text and range for http://schema.org/model -->
+<div typeof="rdf:Property" about="http://schema.org/model">
+	<span class="h" property="rdfs:label">model</span>
+	<span property="rdfs:comment">The model of the product. Use with the URL of a <code>ProductModel</code> or a textual representation of the model identifier. The URL of the <code>ProductModel</code> can be from an external source. It is recommended to additionally provide strong product identifiers via the gtin8/gtin13/gtin14 and mpn properties.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/ProductModel">ProductModel</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+</div>
+
+<!-- extend domain and range of http://schema.org/itemCondition and update text -->
+<div typeof="rdf:Property" about="http://schema.org/itemCondition">
+	<span class="h" property="rdfs:label">condition</span>
+	<span property="rdfs:comment">A predefined value from <code>OfferItemCondition</code> or a textual description of the condition of the product or service, or the products or services included in the offer.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/OfferItemCondition">OfferItemCondition</a></span>
+<!-- TODO(bcg): Add this back in after fixing code that uses itemCondition.
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+-->
+</div>
+
+<!-- new range and domain for property from http://schema.org/brand -->
+<!-- a brand is not something related to an organization, person, or product, but there is no 1:1 mapping from companies to brands 
+Thus, we use the new http://schema.org/Brand type as the new range -->
+
+<div typeof="rdf:Property" about="http://schema.org/brand">
+	<span class="h" property="rdfs:label">brand</span>
+	<span property="rdfs:comment">The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Brand">Brand</a></span>
+</div>
+
+<!-- new text and expanded domain for http://schema.org/price -->
+<div typeof="rdf:Property" about="http://schema.org/price">
+	<span class="h" property="rdfs:label">price</span>
+	<span property="rdfs:comment">The offer price of a product, or of a price component when attached to <code>PriceSpecification</code> and its subtypes.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+</div>
+
+<!-- new text and expanded domain for http://schema.org/priceCurrency -->
+<div typeof="rdf:Property" about="http://schema.org/priceCurrency">
+	<span class="h" property="rdfs:label">priceCurrency</span>
+	<span property="rdfs:comment">The currency (in 3-letter ISO 4217 format) of the offer price or a price component, when attached to <code>PriceSpecification</code> and its subtypes.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+</div>
+
+<div>Additions to seller etc.: </div>
+<!-- below, I ommit the existing axioms and just state the additions -->
+<!-- extend range of http://schema.org/seller to include individuals, as in eBay -->
+<div typeof="rdf:Property" about="http://schema.org/seller">
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+<!-- ... all other statements remain, just the range is extended ... -->
+</div>
+
+<!-- extend domain of http://schema.org/availability  -->
+<div typeof="rdf:Property" about="http://schema.org/availability">
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+<!-- ... all other statements remain, just the domain is extended ... -->
+</div>
+
+<!-- the formerly proposed property http://schema.org/condition has been merged with http://schema.org/itemCondition, see above -->
+
+<!-- extend domain of http://schema.org/itemOffered -->
+<div typeof="rdf:Property" about="http://schema.org/itemOffered">
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+<!-- ... all other statements remain, just the domain is extended ... -->
+</div>
+<!-- extend domain of http://schema.org/seller -->
+<div typeof="rdf:Property" about="http://schema.org/seller">
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+<!-- ... all other statements remain, just the domain is extended ... -->
+</div>
+
+<!-- new property releaseDate as per the discussion on the mailing list -->
+<div typeof="rdf:Property" about="http://schema.org/releaseDate">
+	<span class="h" property="rdfs:label">releaseDate</span>
+	<span property="rdfs:comment">The release date of a product or product model. This can be used to distinguish the exact variant of a product.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
+</div>
+
+
+
+<!-- ========================== -->
+<!-- PLAIN ADDITIONS -->
+<!-- ========================== -->
+
+<!-- Additional Properties for http://schema.org/Offer-->
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/acceptedPaymentMethod">
+	<span class="h" property="rdfs:label">acceptedPaymentMethod</span>
+	<span property="rdfs:comment">The payment method(s) accepted by seller for this offer.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/PaymentMethod">PaymentMethod</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/addOn">
+	<span class="h" property="rdfs:label">addOn</span>
+	<span property="rdfs:comment">An additional offer that can only be obtained in combination with the first base offer (e.g. supplements and extensions that are available for a surcharge).</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Offer">Offer</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/advanceBookingRequirement">
+	<span class="h" property="rdfs:label">advanceBookingRequirement</span>
+	<span property="rdfs:comment">The amount of time that is required between accepting the offer and the actual usage of the resource or service.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/availabilityEnds">
+	<span class="h" property="rdfs:label">availabilityEnds</span>
+	<span property="rdfs:comment">The end of the availability of the product or service included in the offer.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/DateTime">DateTime</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/availabilityStarts">
+	<span class="h" property="rdfs:label">availabilityStarts</span>
+	<span property="rdfs:comment">The beginning of the availability of the product or service included in the offer.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/DateTime">DateTime</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/availableAtOrFrom">
+	<span class="h" property="rdfs:label">availableAtOrFrom</span>
+	<span property="rdfs:comment">The place(s) from which the offer can be obtained (e.g. store locations).</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Place">Place</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/availableDeliveryMethod">
+	<span class="h" property="rdfs:label">availableDeliveryMethod</span>
+	<span property="rdfs:comment">The delivery method(s) available for this offer.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/DeliveryMethod">DeliveryMethod</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/category">
+	<span class="h" property="rdfs:label">category</span>
+	<span property="rdfs:comment">A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Thing</a></span>
+<!-- Note: logically, Thing includes Text, but we want to point people to use Text -->
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Thing">Thing</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/deliveryLeadTime">
+	<span class="h" property="rdfs:label">deliveryLeadTime</span>
+	<span property="rdfs:comment">The typical delay between the receipt of the order and the goods leaving the warehouse.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/eligibleCustomerType">
+	<span class="h" property="rdfs:label">eligibleCustomerType</span>
+	<span property="rdfs:comment">The type(s) of customers for which the given offer is valid.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/BusinessEntityType">BusinessEntityType</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/eligibleDuration">
+	<span class="h" property="rdfs:label">eligibleDuration</span>
+	<span property="rdfs:comment">The duration for which the given offer is valid.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/eligibleRegion">
+	<span class="h" property="rdfs:label">eligibleRegion</span>
+	<span property="rdfs:comment">The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, or the <code>GeoShape</code> for the geo-political region(s) for which the offer or delivery charge specification is valid.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/DeliveryChargeSpecification">http://schema.org/DeliveryChargeSpecification</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/GeoShape">GeoShape</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/eligibleTransactionVolume">
+	<span class="h" property="rdfs:label">eligibleTransactionVolume</span>
+	<span property="rdfs:comment">The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/PriceSpecification">http://schema.org/PriceSpecification</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/businessFunction">
+	<span class="h" property="rdfs:label">businessFunction</span>
+	<span property="rdfs:comment">The business function (e.g. sell, lease, repair, dispose) of the offer or component of a bundle (<code>TypeAndQuantityNode</code>). The default is http://purl.org/goodrelations/v1#Sell.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TypeAndQuantityNode">http://schema.org/TypeAndQuantityNode</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/BusinessFunction">BusinessFunction</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/gtin13">
+	<span class="h" property="rdfs:label">gtin13</span>
+	<span property="rdfs:comment">The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceeding zero.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/eligibleQuantity">
+	<span class="h" property="rdfs:label">eligibleQuantity</span>
+	<span property="rdfs:comment">The interval and unit of measurement of ordering quantities for which the offer or price specification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/PriceSpecification">http://schema.org/PriceSpecification</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/gtin14">
+	<span class="h" property="rdfs:label">gtin14</span>
+	<span property="rdfs:comment">The GTIN-14 code of the product, or the product to which the offer refers.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/gtin8">
+	<span class="h" property="rdfs:label">gtin8</span>
+	<span property="rdfs:comment">The GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/inventoryLevel">
+	<span class="h" property="rdfs:label">inventoryLevel</span>
+	<span property="rdfs:comment">The current approximate inventory level for the item or items.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/SomeProducts">SomeProducts</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/mpn">
+	<span class="h" property="rdfs:label">mpn</span>
+	<span property="rdfs:comment">The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/priceSpecification">
+	<span class="h" property="rdfs:label">priceSpecification</span>
+	<span property="rdfs:comment">One or more detailed price specifications, indicating the unit price and delivery or payment charges.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/sku">
+	<span class="h" property="rdfs:label">sku</span>
+	<span property="rdfs:comment">The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/warranty">
+	<span class="h" property="rdfs:label">warranty</span>
+	<span property="rdfs:comment">The warranty promise(s) included in the offer.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/WarrantyPromise">WarrantyPromise</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/includesObject">
+	<span class="h" property="rdfs:label">includesObject</span>
+	<span property="rdfs:comment">This links to a node or nodes indicating the exact quantity of the products included in the offer.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/TypeAndQuantityNode">TypeAndQuantityNode</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/serialNumber">
+	<span class="h" property="rdfs:label">serialNumber</span>
+	<span property="rdfs:comment">The serial number or any alphanumeric identifier of a particular product. When attached to an offer, it is a shortcut for the serial number of the product included in the offer.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/IndividualProduct">IndividualProduct</a></span>	
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/validFrom">
+	<span class="h" property="rdfs:label">validFrom</span>
+	<span property="rdfs:comment">The beginning of the validity of offer, price specification, or opening hours data.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/OpeningHoursSpecification">http://schema.org/OpeningHoursSpecification</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/PriceSpecification">http://schema.org/PriceSpecification</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/DateTime">DateTime</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/validThrough">
+	<span class="h" property="rdfs:label">validThrough</span>
+	<span property="rdfs:comment">The end of the validity of offer, price specification, or opening hours data.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Offer">Offer</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Demand">Demand</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/OpeningHoursSpecification">http://schema.org/OpeningHoursSpecification</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/PriceSpecification">http://schema.org/PriceSpecification</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/DateTime">DateTime</a></span>
+</div>
+
+<!-- Additional Properties for http://schema.org/Product-->
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/category"
+cwpo -->
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/color">
+	<span class="h" property="rdfs:label">color</span>
+	<span property="rdfs:comment">The color of the product.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/condition"
+consolidated with previous occurrence -->
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/depth">
+	<span class="h" property="rdfs:label">depth</span>
+	<span property="rdfs:comment">The depth of the product.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Distance">Distance</a></span>	
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/brand" 
+see above, since this is a change
+-->
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/gtin13"
+cwpo -->
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/gtin14">
+consolidated with first occurrence
+-->
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/gtin8">
+consolidated with first occurrence
+-->
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/mpn">
+consolidated with first occurrence -->
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/sku" 
+consolidated with previous occurence-->
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/height">
+	<span class="h" property="rdfs:label">height</span>
+<!--
+	<span property="rdfs:comment">The height of the product.</span>
+-->
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Distance">Distance</a></span>	
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/isAccessoryOrSparePartFor">
+	<span class="h" property="rdfs:label">isAccessoryOrSparePartFor</span>
+	<span property="rdfs:comment">A pointer to another product (or multiple products) for which this product is an accessory or spare part.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Product">Product</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/isConsumableFor">
+	<span class="h" property="rdfs:label">isConsumableFor</span>
+	<span property="rdfs:comment">A pointer to another product (or multiple products) for which this product is a consumable.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Product">Product</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/isSimilarTo">
+	<span class="h" property="rdfs:label">isSimilarTo</span>
+	<span property="rdfs:comment">A pointer to another, functionally similar product (or multiple products).</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Product">Product</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/isRelatedTo">
+	<span class="h" property="rdfs:label">isRelatedTo</span>
+	<span property="rdfs:comment">A pointer to another, somehow related product (or multiple products).</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Product">Product</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/weight">
+	<span class="h" property="rdfs:label">weight</span>
+	<span property="rdfs:comment">The weight of the product.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/width">
+	<span class="h" property="rdfs:label">width</span>
+<!--
+	<span property="rdfs:comment">The width of the product.</span>
+-->
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Distance">Distance</a></span>		
+</div>
+
+<!-- subclasses of http://schema.org/Product -->
+
+<div typeof="rdfs:Class" about="http://schema.org/IndividualProduct">
+	<span class="h" property="rdfs:label">IndividualProduct</span>
+	<span property="rdfs:comment">A single, identifiable product instance (e.g. a laptop with a particular serial number).</span>
+	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Product">Product</a></span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelations</a></span>
+</div>
+
+<div typeof="rdfs:Class" about="http://schema.org/ProductModel">
+	<span class="h" property="rdfs:label">ProductModel</span>
+	<span property="rdfs:comment">A datasheet or vendor specification of a product (in the sense of a prototypical description).</span>
+	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Product">Product</a></span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelations</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/isVariantOf">
+	<span class="h" property="rdfs:label">isVariantOf</span>
+	<span property="rdfs:comment">A pointer to a base product from which this product is a variant. It is safe to infer that the variant inherits all product features from the base model, unless defined locally. This is not transitive.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/ProductModel">http://schema.org/ProductModel</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/ProductModel">ProductModel</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/predecessorOf">
+	<span class="h" property="rdfs:label">predecessorOf</span>
+	<span property="rdfs:comment">A pointer from a previous, often discontinued variant of the product to its newer variant.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/ProductModel">http://schema.org/ProductModel</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/ProductModel">ProductModel</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/successorOf">
+	<span class="h" property="rdfs:label">successorOf</span>
+	<span property="rdfs:comment">A pointer from a newer variant of a product  to its previous, often discontinued predecessor.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/ProductModel">http://schema.org/ProductModel</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/ProductModel">ProductModel</a></span>
+</div>
+
+
+<div typeof="rdfs:Class" about="http://schema.org/SomeProducts">
+	<span class="h" property="rdfs:label">SomeProducts</span>
+	<span property="rdfs:comment">A placeholder for multiple similar products of the same kind.</span>
+	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Product">Product</a></span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelations</a></span>
+</div>
+
+
+<!-- New properties for http://schema.org/Place -->
+<!-- additional property from http://purl.org/goodrelations/
+<div typeof="rdf:Property" about="http://schema.org/category" 
+cwpo-->
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/globalLocationNumber">
+	<span class="h" property="rdfs:label">globalLocationNumber</span>
+	<span property="rdfs:comment">The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/isicV4" 
+consolidated with other occurence-->
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/openingHoursSpecification">
+	<span class="h" property="rdfs:label">openingHoursSpecification</span>
+	<span property="rdfs:comment">The opening hours of a certain place.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/OpeningHoursSpecification">OpeningHoursSpecification</a></span>
+</div>
+
+<!-- New properties for http://schema.org/Organization and http://schema.org/Person 
+Note: Both types get the same set of additional properties. The only exception is the legalName property, which can only be applied to organizations -->
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/category "
+cwpo -->
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/brand "  
+
+Moved to the CHANGES section
+-->
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/duns">
+	<span class="h" property="rdfs:label">duns</span>
+	<span property="rdfs:comment">The Dun &amp; Bradstreet DUNS number for identifying an organization or business person.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/globalLocationNumber"
+consolidated with previous occurence -->
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/isicV4">
+	<span class="h" property="rdfs:label">isicV4</span>
+	<span property="rdfs:comment">The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/naics">
+	<span class="h" property="rdfs:label">naics</span>
+	<span property="rdfs:comment">The North American Industry Classification System (NAICS) code for a particular organization or business person.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>	
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/hasPOS">
+	<span class="h" property="rdfs:label">hasPOS</span>
+	<span property="rdfs:comment">Points-of-Sales operated by the organization or person.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Place">Place</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/legalName">
+	<span class="h" property="rdfs:label">legalName</span>
+	<span property="rdfs:comment">The official name of the organization, e.g. the registered company name.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/makesOffer">
+	<span class="h" property="rdfs:label">makesOffer</span>
+	<span property="rdfs:comment">A pointer to products or services offered by the organization or person.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Offer">Offer</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/owns">
+	<span class="h" property="rdfs:label">owns</span>
+	<span property="rdfs:comment">Products owned by the organization or person.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Product">Product</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/OwnershipInfo">OwnershipInfo</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/seeks">
+	<span class="h" property="rdfs:label">seeks</span>
+	<span property="rdfs:comment">A pointer to products or services sought by the organization or person (demand).</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Demand">Demand</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/taxID">
+	<span class="h" property="rdfs:label">taxID</span>
+	<span property="rdfs:comment">The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/vatID">
+	<span class="h" property="rdfs:label">vatID</span>
+	<span property="rdfs:comment">The Value-added Tax ID of the organisation or person.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Person">Person</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+</div>
+
+
+<!-- additional class from http://purl.org/goodrelations/ -->
+<div typeof="rdfs:Class" about="http://schema.org/Brand">
+	<span class="h" property="rdfs:label">Brand</span>
+	<span property="rdfs:comment">A brand is a name used by an organization or business person for labeling a product, product group, or similar.</span>
+	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelations</a></span>
+</div>
+<!-- additional class from http://purl.org/goodrelations/ -->
+<div typeof="rdfs:Class" about="http://schema.org/BusinessEntityType">
+	<span class="h" property="rdfs:label">BusinessEntityType</span>
+	<span property="rdfs:comment">A business entity type is a conceptual entity representing the legal form, the size, the main line of business, the position in the value chain, or any combination thereof, of an organization or business person.
+
+Commonly used values:
+
+http://purl.org/goodrelations/v1#Business
+http://purl.org/goodrelations/v1#Enduser
+http://purl.org/goodrelations/v1#PublicInstitution
+http://purl.org/goodrelations/v1#Reseller
+		
+		</span>
+	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelations</a></span>
+</div>
+<!-- additional class from http://purl.org/goodrelations/ -->
+<div typeof="rdfs:Class" about="http://schema.org/BusinessFunction">
+	<span class="h" property="rdfs:label">BusinessFunction</span>
+	<span property="rdfs:comment">The business function specifies the type of activity or access (i.e., the bundle of rights) offered by the organization or business person through the offer. Typical are sell, rental or lease, maintenance or repair, manufacture / produce, recycle / dispose, engineering / construction, or installation. Proprietary specifications of access rights are also instances of this class.
+
+Commonly used values:
+
+http://purl.org/goodrelations/v1#ConstructionInstallation
+http://purl.org/goodrelations/v1#Dispose
+http://purl.org/goodrelations/v1#LeaseOut
+http://purl.org/goodrelations/v1#Maintain
+http://purl.org/goodrelations/v1#ProvideService
+http://purl.org/goodrelations/v1#Repair
+http://purl.org/goodrelations/v1#Sell
+http://purl.org/goodrelations/v1#Buy
+		</span>
+	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelations</a></span>
+</div>
+
+<!-- additional class from http://purl.org/goodrelations/ -->
+<div typeof="rdfs:Class" about="http://schema.org/DayOfWeek">
+	<span class="h" property="rdfs:label">DayOfWeek</span>
+	<span property="rdfs:comment">The day of the week, e.g. used to specify to which day the opening hours of an <code>OpeningHoursSpecification</code> refer.
+
+Commonly used values:
+
+http://purl.org/goodrelations/v1#Monday
+http://purl.org/goodrelations/v1#Tuesday
+http://purl.org/goodrelations/v1#Wednesday
+http://purl.org/goodrelations/v1#Thursday
+http://purl.org/goodrelations/v1#Friday
+http://purl.org/goodrelations/v1#Saturday
+http://purl.org/goodrelations/v1#Sunday
+http://purl.org/goodrelations/v1#PublicHolidays
+		</span>
+	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelations</a></span>
+</div>
+<!-- additional class from http://purl.org/goodrelations/ -->
+<div typeof="rdfs:Class" about="http://schema.org/DeliveryMethod">
+	<span class="h" property="rdfs:label">DeliveryMethod</span>
+	<span property="rdfs:comment">A delivery method is a standardized procedure for transferring the product or service to the destination of fulfilment chosen by the customer. Delivery methods are characterized by the means of transportation used, and by the organization or group that is the contracting party for the sending organization or person.
+
+Commonly used values:
+
+http://purl.org/goodrelations/v1#DeliveryModeDirectDownload
+http://purl.org/goodrelations/v1#DeliveryModeFreight
+http://purl.org/goodrelations/v1#DeliveryModeMail
+http://purl.org/goodrelations/v1#DeliveryModeOwnFleet
+http://purl.org/goodrelations/v1#DeliveryModePickUp
+http://purl.org/goodrelations/v1#DHL
+http://purl.org/goodrelations/v1#FederalExpress
+http://purl.org/goodrelations/v1#UPS
+		</span>
+	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelations</a></span>
+</div>
+<!-- additional class from http://purl.org/goodrelations/ -->
+<div typeof="rdfs:Class" about="http://schema.org/ParcelService">
+	<span class="h" property="rdfs:label">ParcelService</span>
+	<span property="rdfs:comment">A private parcel service as the delivery mode available for a certain offer.
+
+Commonly used values:
+
+http://purl.org/goodrelations/v1#DHL
+http://purl.org/goodrelations/v1#FederalExpress
+http://purl.org/goodrelations/v1#UPS
+	</span>
+	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/DeliveryMethod">DeliveryMethod</a></span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelations</a></span>
+</div>
+<!-- additional class from http://purl.org/goodrelations/ -->
+<div typeof="rdfs:Class" about="http://schema.org/WarrantyScope">
+	<span class="h" property="rdfs:label">WarrantyScope</span>
+	<span property="rdfs:comment">A range of of services that will be provided to a customer free of charge in case of a defect or malfunction of a product.
+
+Commonly used values:
+
+http://purl.org/goodrelations/v1#Labor-BringIn
+http://purl.org/goodrelations/v1#PartsAndLabor-BringIn
+http://purl.org/goodrelations/v1#PartsAndLabor-PickUp
+	</span>
+	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelations</a></span>
+</div>
+<!-- additional class from http://purl.org/goodrelations/ -->
+<div typeof="rdfs:Class" about="http://schema.org/PaymentMethod">
+	<span class="h" property="rdfs:label">PaymentMethod</span>
+	<span property="rdfs:comment">A payment method is a standardized procedure for transferring the monetary amount for a purchase. Payment methods are characterized by the legal and technical structures used, and by the organization or group carrying out the transaction.
+
+Commonly used values:
+
+http://purl.org/goodrelations/v1#ByBankTransferInAdvance
+http://purl.org/goodrelations/v1#ByInvoice
+http://purl.org/goodrelations/v1#Cash
+http://purl.org/goodrelations/v1#CheckInAdvance
+http://purl.org/goodrelations/v1#COD
+http://purl.org/goodrelations/v1#DirectDebit
+http://purl.org/goodrelations/v1#GoogleCheckout
+http://purl.org/goodrelations/v1#PayPal
+http://purl.org/goodrelations/v1#PaySwarm
+		</span>
+	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelations</a></span>
+</div>
+<!-- additional class from http://purl.org/goodrelations/ -->
+<div typeof="rdfs:Class" about="http://schema.org/CreditCard">
+	<span class="h" property="rdfs:label">CreditCard</span>
+	<span property="rdfs:comment">A credit or debit card type as a standardized procedure for transferring the monetary amount for a purchase.
+
+Commonly used values:
+
+http://purl.org/goodrelations/v1#AmericanExpress
+http://purl.org/goodrelations/v1#DinersClub
+http://purl.org/goodrelations/v1#Discover
+http://purl.org/goodrelations/v1#JCB
+http://purl.org/goodrelations/v1#MasterCard
+http://purl.org/goodrelations/v1#VISA
+		</span>
+	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PaymentMethod">PaymentMethod</a></span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelations</a></span>
+</div>
+
+<!-- additional class from http://purl.org/goodrelations/ -->
+<div typeof="rdfs:Class" about="http://schema.org/OwnershipInfo">
+	<span class="h" property="rdfs:label">OwnershipInfo</span>
+	<span property="rdfs:comment">A structured value providing information about when a certain organization or person owned a certain product.</span>
+	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelations</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/typeOfGood">
+	<span class="h" property="rdfs:label">typeOfGood</span>
+	<span property="rdfs:comment">The product that this structured value is referring to.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/OwnershipInfo">http://schema.org/OwnershipInfo</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TypeAndQuantityNode">http://schema.org/TypeAndQuantityNode</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Product">Product</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/acquiredFrom">
+	<span class="h" property="rdfs:label">acquiredFrom</span>
+	<span property="rdfs:comment">The organization or person from which the product was acquired.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/OwnershipInfo">http://schema.org/OwnershipInfo</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/ownedFrom">
+	<span class="h" property="rdfs:label">ownedFrom</span>
+	<span property="rdfs:comment">The date and time of obtaining the product.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/OwnershipInfo">http://schema.org/OwnershipInfo</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/DateTime">DateTime</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/ownedThrough">
+	<span class="h" property="rdfs:label">ownedThrough</span>
+	<span property="rdfs:comment">The date and time of giving up ownership on the product.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/OwnershipInfo">http://schema.org/OwnershipInfo</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/DateTime">DateTime</a></span>
+</div>
+<!-- additional class from http://purl.org/goodrelations/ -->
+<div typeof="rdfs:Class" about="http://schema.org/OpeningHoursSpecification">
+	<span class="h" property="rdfs:label">OpeningHoursSpecification</span>
+	<span property="rdfs:comment">A structured value providing information about the opening hours of a place or a certain service inside a place.</span>
+	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelations</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/dayOfWeek">
+	<span class="h" property="rdfs:label">dayOfWeek</span>
+	<span property="rdfs:comment">The day of the week for which these opening hours are valid.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/OpeningHoursSpecification">http://schema.org/OpeningHoursSpecification</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/DayOfWeek">DayOfWeek</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/opens">
+	<span class="h" property="rdfs:label">opens</span>
+	<span property="rdfs:comment">The opening hour of the place or service on the given day(s) of the week.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/OpeningHoursSpecification">http://schema.org/OpeningHoursSpecification</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Time">Time</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/closes">
+	<span class="h" property="rdfs:label">closes</span>
+	<span property="rdfs:comment">The closing hour of the place or service on the given day(s) of the week.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/OpeningHoursSpecification">http://schema.org/OpeningHoursSpecification</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Time">Time</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/validFrom"
+consolidated with previous occurence -->
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/validThrough"
+cwpo -->
+
+<!-- additional class from http://purl.org/goodrelations/ -->
+<div typeof="rdfs:Class" about="http://schema.org/UnitPriceSpecification">
+	<span class="h" property="rdfs:label">UnitPriceSpecification</span>
+	<span property="rdfs:comment">The price asked for a given offer by the respective organization or person.</span>
+	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelations</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/billingIncrement">
+	<span class="h" property="rdfs:label">billingIncrement</span>
+	<span property="rdfs:comment">This property specifies the minimal quantity and rounding increment that will be the basis for the billing. The unit of measurement is specified by the unitCode property.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/UnitPriceSpecification">http://schema.org/UnitPriceSpecification</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/unitCode">
+	<span class="h" property="rdfs:label">unitCode</span>
+	<span property="rdfs:comment">The unit of measurement given using the UN/CEFACT Common Code (3 characters).</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/QuantitativeValue">http://schema.org/QuantitativeValue</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TypeAndQuantityNode">http://schema.org/TypeAndQuantityNode</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/UnitPriceSpecification">http://schema.org/UnitPriceSpecification</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/priceType">
+	<span class="h" property="rdfs:label">priceType</span>
+	<span property="rdfs:comment">A short text or acronym indicating multiple price specifications for the same offer, e.g. SRP for the suggested retail price or INVOICE for the invoice price, mostly used in the car industry.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/UnitPriceSpecification">http://schema.org/UnitPriceSpecification</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+</div>
+<!-- additional class from http://purl.org/goodrelations/ -->
+<div typeof="rdfs:Class" about="http://schema.org/DeliveryChargeSpecification">
+	<span class="h" property="rdfs:label">DeliveryChargeSpecification</span>
+	<span property="rdfs:comment">The price for the delivery of an offer using a particular delivery method.</span>
+	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelations</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/appliesToDeliveryMethod">
+	<span class="h" property="rdfs:label">appliesToDeliveryMethod</span>
+	<span property="rdfs:comment">The delivery method(s) to which the delivery charge or payment charge specification applies.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/DeliveryChargeSpecification">http://schema.org/DeliveryChargeSpecification</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/PaymentChargeSpecification">http://schema.org/PaymentChargeSpecification</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/DeliveryMethod">DeliveryMethod</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/eligibleRegion"
+mtpo-->
+
+<!-- additional class from http://purl.org/goodrelations/ -->
+<div typeof="rdfs:Class" about="http://schema.org/PaymentChargeSpecification">
+	<span class="h" property="rdfs:label">PaymentChargeSpecification</span>
+	<span property="rdfs:comment">The costs of settling the payment using a particular payment method.</span>
+	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelations</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/appliesToDeliveryMethod"
+cwpo-->
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/appliesToPaymentMethod">
+	<span class="h" property="rdfs:label">appliesToPaymentMethod</span>
+	<span property="rdfs:comment">The payment method(s) to which the payment charge specification applies.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/PaymentChargeSpecification">http://schema.org/PaymentChargeSpecification</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/PaymentMethod">PaymentMethod</a></span>
+</div>
+<!-- additional class from http://purl.org/goodrelations/ -->
+<div typeof="rdfs:Class" about="http://schema.org/QualitativeValue">
+	<span class="h" property="rdfs:label">QualitativeValue</span>
+	<span property="rdfs:comment">A predefined value for a product characteristic, e.g. the the power cord plug type &quot;US&quot; or the garment sizes &quot;S&quot;, &quot;M&quot;, &quot;L&quot;, and &quot;XL&quot;</span>
+	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelations</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/equal">
+	<span class="h" property="rdfs:label">equal</span>
+	<span property="rdfs:comment">This ordering relation for qualitative values indicates that the subject is equal to the object.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/QualitativeValue">http://schema.org/QualitativeValue</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/greater">
+	<span class="h" property="rdfs:label">greater</span>
+	<span property="rdfs:comment">This ordering relation for qualitative values indicates that the subject is greater than the object.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/QualitativeValue">http://schema.org/QualitativeValue</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/greaterOrEqual">
+	<span class="h" property="rdfs:label">greaterOrEqual</span>
+	<span property="rdfs:comment">This ordering relation for qualitative values indicates that the subject is greater than or equal to the object.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/QualitativeValue">http://schema.org/QualitativeValue</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/lesser">
+	<span class="h" property="rdfs:label">lesser</span>
+	<span property="rdfs:comment">This ordering relation for qualitative values indicates that the subject is lesser than the object.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/QualitativeValue">http://schema.org/QualitativeValue</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/lesserOrEqual">
+	<span class="h" property="rdfs:label">lesserOrEqual</span>
+	<span property="rdfs:comment">This ordering relation for qualitative values indicates that the subject is lesser than or equal to the object.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/QualitativeValue">http://schema.org/QualitativeValue</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/nonEqual">
+	<span class="h" property="rdfs:label">nonEqual</span>
+	<span property="rdfs:comment">This ordering relation for qualitative values indicates that the subject is not equal to the object.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/QualitativeValue">http://schema.org/QualitativeValue</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/valueReference">
+	<span class="h" property="rdfs:label">valueReference</span>
+	<span property="rdfs:comment">A pointer to a secondary value that provides additional information on the original value, e.g. a reference temperature.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/QualitativeValue">http://schema.org/QualitativeValue</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/QuantitativeValue">http://schema.org/QuantitativeValue</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/StructuredValue">StructuredValue</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Enumeration">Enumeration</a></span>
+</div>
+
+<!-- additional class from http://purl.org/goodrelations/ -->
+<div typeof="rdfs:Class" about="http://schema.org/QuantitativeValue">
+	<span class="h" property="rdfs:label">QuantitativeValue</span>
+	<span property="rdfs:comment"> A point value or interval for product characteristics and other purposes.</span>
+	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelations</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/value">
+	<span class="h" property="rdfs:label">value</span>
+	<span property="rdfs:comment">The value of the product characteristic.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/QuantitativeValue">http://schema.org/QuantitativeValue</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/minValue">
+	<span class="h" property="rdfs:label">minValue</span>
+	<span property="rdfs:comment">The lower value of the product characteristic.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/QuantitativeValue">http://schema.org/QuantitativeValue</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/maxValue">
+	<span class="h" property="rdfs:label">maxValue</span>
+	<span property="rdfs:comment">The upper of the product characteristic.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/QuantitativeValue">http://schema.org/QuantitativeValue</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/unitCode"
+cwpo -->
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/valueReference"
+cwpo -->
+
+<!-- additional class from http://purl.org/goodrelations/ -->
+<div typeof="rdfs:Class" about="http://schema.org/TypeAndQuantityNode">
+	<span class="h" property="rdfs:label">TypeAndQuantityNode</span>
+	<span property="rdfs:comment">A structured value indicating the quantity, unit of measurement, and business function of goods included in a bundle offer.</span>
+	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelations</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/amountOfThisGood">
+	<span class="h" property="rdfs:label">amountOfThisGood</span>
+	<span property="rdfs:comment">The quantity of the goods included in the offer.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/TypeAndQuantityNode">http://schema.org/TypeAndQuantityNode</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/businessFunction" 
+cwpo-->
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/unitCode"
+cwpo -->
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/typeOfGood"
+cwpo -->
+
+<!-- additional class from http://purl.org/goodrelations/ -->
+<div typeof="rdfs:Class" about="http://schema.org/WarrantyPromise">
+	<span class="h" property="rdfs:label">WarrantyPromise</span>
+	<span property="rdfs:comment">A structured value representing the duration and scope of services that will be provided to a customer free of charge in case of a defect or malfunction of a product.</span>
+	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelations</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/durationOfWarranty">
+	<span class="h" property="rdfs:label">durationOfWarranty</span>
+	<span property="rdfs:comment">The duration of the warranty promise. Common unitCode values are ANN for year, MON for months, or DAY for days.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/WarrantyPromise">http://schema.org/WarrantyPromise</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/warrantyScope">
+	<span class="h" property="rdfs:label">warrantyScope</span>
+	<span property="rdfs:comment">The scope of the warranty promise.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/WarrantyPromise">http://schema.org/WarrantyPromise</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/WarrantyScope">WarrantyScope</a></span>
+</div>
+
+<!-- additional class from http://purl.org/goodrelations/ -->
+<div typeof="rdfs:Class" about="http://schema.org/PriceSpecification">
+	<span class="h" property="rdfs:label">PriceSpecification</span>
+	<span property="rdfs:comment">A structured value representing a monetary amount. Typically, only the subclasses of this type are used for markup.</span>
+	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelations</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/minPrice">
+	<span class="h" property="rdfs:label">minPrice</span>
+	<span property="rdfs:comment">The lowest price if the price is a range.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/PriceSpecification">http://schema.org/PriceSpecification</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/maxPrice">
+	<span class="h" property="rdfs:label">maxPrice</span>
+	<span property="rdfs:comment">The highest price if the price is a range.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/PriceSpecification">http://schema.org/PriceSpecification</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
+</div>
+
+<!-- additional property from http://purl.org/goodrelations/
+<div typeof="rdf:Property" about="http://schema.org/eligibleTransactionVolume"
+consolidated with previous occurence-->
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/eligibleQuantity"
+cwpo-->
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/validFrom"
+consolidated with previous occurence -->
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/validThrough"
+cwpo -->
+
+<!-- additional property from http://purl.org/goodrelations/ -->
+<div typeof="rdf:Property" about="http://schema.org/valueAddedTaxIncluded">
+	<span class="h" property="rdfs:label">valueAddedTaxIncluded</span>
+	<span property="rdfs:comment">Specifies whether the applicable value-added tax (VAT) is included in the price specification or not.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/PriceSpecification">http://schema.org/PriceSpecification</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/Boolean">Boolean</a></span>
+</div>
+
+
+<!-- additional property from http://purl.org/goodrelations/ 
+<div typeof="rdf:Property" about="http://schema.org/unitCode"
+cwpo-->
+
+
+
+<!-- additional class from http://purl.org/goodrelations/ -->
+<div typeof="rdfs:Class" about="http://schema.org/Demand">
+	<span class="h" property="rdfs:label">Demand</span>
+	<span property="rdfs:comment">A demand entity represents the public, not necessarily binding, not necessarily exclusive, announcement by an organization or person to seek a certain type of goods or services. For describing demand using this type, the very same properties used for <code>Offer</code> apply.</span>
+	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
+	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelations</a></span>
+</div>
+
+<div typeof="http://schema.org/Organization" resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsProperties">
+  <span property="rdfs:label">GoodRelationsProperties</span>
+  <span property="rdfs:comment">This class contains derivatives of properties from the GoodRelations Vocabulary for E-Commerce, created by Martin Hepp. GoodRelations is a data model for sharing e-commerce data on the Web that can be expressed in a variety of syntaxes, including RDFa and HTML5 Microdata. More information about GoodRelations can be found at &lt;a href="http://purl.org/goodrelations/"&gt;http://purl.org/goodrelations/&lt;/a&gt;.</span>
+</div>
+
+<div typeof="http://schema.org/Organization" resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">
+  <span property="rdfs:label">GoodRelationsClass</span>
+  <span property="rdfs:comment">This class is derived from the GoodRelations Vocabulary for E-Commerce, created by Martin Hepp. GoodRelations is a data model for sharing e-commerce data on the Web that can be expressed in a variety of syntaxes, including RDFa and HTML5 Microdata. More information about GoodRelations can be found at &lt;a href="http://purl.org/goodrelations/"&gt;http://purl.org/goodrelations/&lt;/a&gt;.</span>
+</div>
+
+<div typeof="rdf:Property" about="http://schema.org/logo">
+	<span class="h" property="rdfs:label">logo</span>
+	<span property="rdfs:comment">URL of an image for the logo of the item.</span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Brand">Brand</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Place">Place</a></span>
+	<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">Product</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
+	<span>Range: <a property="http://schema.org/range" href="http://schema.org/ImageObject">ImageObject</a></span>
+</div>
+
+<!-- all NEW properties of http://schema.org/Offer have already beed added to this class via the domain statement above -->
+<!-- availability, itemCondition, itemOffered, and seller have been extended in the "CHANGES" section above" -->
+<!-- the other original properties of http://schema.org/Offer 
+
+price
+priceCurrency
+priceValidUntil
+review
+reviews
+aggregateRating
+
+are omitted, since they will rarely be useful for this type -->
+
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/ext/lrmi.html	Tue Dec 04 10:01:06 2012 +0000
@@ -0,0 +1,91 @@
+<!DOCTYPE html>
+<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>
+<!-- http://www.w3.org/wiki/WebSchemas/LearningResources -->
+		<div typeof="rdf:Class" resource="http://schema.org/AlignmentObject">
+			<span class="h" property="rdfs:label">AlignmentObject</span>
+            <span property="rdfs:comment">An alignment object is an abstraction for representing characteristics of learning-related materials.</span>
+            <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
+		</div>
+	
+		<div typeof="rdf:Property" resource="http://schema.org/alignmentType">
+			<span class="h" property="rdfs:label">alignmentType</span>
+			<span property="rdfs:comment">A category of alignment between the learning resource and the framework node. Recommended values include: 'assesses', 'teaches', 'requires', 'textComplexity', 'readingLevel', 'educationalSubject', and 'educationLevel'.</span>
+			<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Product">AlignmentObject</a></span>
+			<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+		</div>
+
+		<div typeof="rdf:Property" resource="http://schema.org/educationalFramework">
+			<span class="h" property="rdfs:label">educationalFramework</span>
+			<span property="rdfs:comment">The framework to which the resource being described is aligned.</span>
+			<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/AlignmentObject">AlignmentObject</a></span>
+			<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+		</div>
+
+		<div typeof="rdf:Property" resource="http://schema.org/targetDescription">
+			<span class="h" property="rdfs:label">targetDescription</span>
+			<span property="rdfs:comment">The description of a node in an established educational framework.</span>
+			<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/AlignmentObject">AlignmentObject</a></span>
+			<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+		</div>
+
+		<div typeof="rdf:Property" resource="http://schema.org/targetName">
+			<span class="h" property="rdfs:label">targetName</span>
+			<span property="rdfs:comment">The name of a node in an established educational framework.</span>
+			<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/AlignmentObject">AlignmentObject</a></span>
+			<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+		</div>
+
+
+                <!-- 'node', or is 'item' or 'entry' worth considering? -->
+
+		<div typeof="rdf:Property" resource="http://schema.org/targetUrl">
+			<span class="h" property="rdfs:label">targetUrl</span>
+			<span property="rdfs:comment">The URL of a node in an established educational framework.</span>
+			<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/AlignmentObject">AlignmentObject</a></span>
+			<span>Range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
+		</div>
+
+
+
+		
+		<div typeof="rdfs:Class" resource="http://schema.org/EducationalAudience">
+            <span class="h" property="rdfs:label">EducationalAudience</span>
+            <span property="rdfs:comment">An EducationalAudience</span>
+            <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Audience">Audience</a></span>
+        </div>
+
+		<div typeof="rdf:Property" resource="http://schema.org/educationalRole">
+			<span class="h" property="rdfs:label">educationalRole</span>
+			<span property="rdfs:comment">An educationalRole of an EducationalAudience</span>
+			<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/EducationalAudience">EducationalAudience</a></span>
+			<span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+		</div>
+
+<!-- todo, via CreativeWork:
+educationalAlignment
+educationalUse
+interactivityType
+isBasedOnUrl
+learningResourceType
+timeRequired
+typicalAgeRange
+
+also compare https://bitbucket.org/elderos/schemaorg/src/
+-->
+
+	</body>
+</html>