Some missing definitions and full stops at end of sentence.
authordanbri <danbri@google.com>
Mon, 25 Nov 2013 16:01:15 +0100
changeset 163 8b03ec4c2607
parent 162 c73d0e2e7013
child 164 d861a8d7a007
Some missing definitions and full stops at end of sentence.
schema.org/ext/neworder.html
--- a/schema.org/ext/neworder.html	Fri Nov 22 12:52:24 2013 +0100
+++ b/schema.org/ext/neworder.html	Mon Nov 25 16:01:15 2013 +0100
@@ -29,51 +29,50 @@
     </div>
     <div typeof="rdfs:Class" resource="http://schema.org/OrderStatus">
       <span class="h" property="rdfs:label">OrderStatus</span>
-      <span property="rdfs:comment">Enumerated status values for Order</span>
+      <span property="rdfs:comment">Enumerated status values for Order.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
     </div>
     <div typeof="http://schema.org/OrderStatus" resource="http://schema.org/AvailableForPickup">
       <span class="h" property="rdfs:label">AvailableForPickup</span>
+      <span property="rdfs:comment">OrderStatus representing availability of an order for pickup.</span>
       <span>type: <a href="http://schema.org/OrderStatus">OrderStatus</a></span>
     </div>
     <div typeof="http://schema.org/OrderStatus" resource="http://schema.org/Cancelled">
       <span class="h" property="rdfs:label">Cancelled</span>
+      <span property="rdfs:comment">OrderStatus representing cancellation of an order.</span>
       <span>type: <a href="http://schema.org/OrderStatus">OrderStatus</a></span>
     </div>
     <div typeof="http://schema.org/OrderStatus" resource="http://schema.org/Delivered">
       <span class="h" property="rdfs:label">Delivered</span>
+      <span property="rdfs:comment">OrderStatus representing successful delivery of an order.</span>
       <span>type: <a href="http://schema.org/OrderStatus">OrderStatus</a></span>
     </div>
     <div typeof="http://schema.org/OrderStatus" resource="http://schema.org/InTransit">
       <span class="h" property="rdfs:label">InTransit</span>
+      <span property="rdfs:comment">OrderStatus representing that an order is in transit.</span>
       <span>type: <a href="http://schema.org/OrderStatus">OrderStatus</a></span>
     </div>
     <div typeof="http://schema.org/OrderStatus" resource="http://schema.org/PaymentDue">
       <span class="h" property="rdfs:label">PaymentDue</span>
+      <span property="rdfs:comment">OrderStatus representing that payment is due on an order.</span>
       <span>type: <a href="http://schema.org/OrderStatus">OrderStatus</a></span>
     </div>
     <div typeof="http://schema.org/OrderStatus" resource="http://schema.org/ProblemWithOrder">
       <span class="h" property="rdfs:label">ProblemWithOrder</span>
+      <span property="rdfs:comment">OrderStatus representing that there is a problem with the order.</span>
       <span>type: <a href="http://schema.org/OrderStatus">OrderStatus</a></span>
     </div>
     <div typeof="http://schema.org/OrderStatus" resource="http://schema.org/Processing">
       <span class="h" property="rdfs:label">Processing</span>
+      <span property="rdfs:comment">OrderStatus representing that an order is being processed.</span>
       <span>type: <a href="http://schema.org/OrderStatus">OrderStatus</a></span>
     </div>
     <div typeof="http://schema.org/OrderStatus" resource="http://schema.org/Returned">
       <span class="h" property="rdfs:label">Returned</span>
+      <span property="rdfs:comment">OrderStatus representing that an order has been returned.</span>
       <span>type: <a href="http://schema.org/OrderStatus">OrderStatus</a></span>
     </div>
 
-   <!-- We're not adding AcceptedOffer as a type now. 
-    <div typeof="rdfs:Class" resource="http://schema.org/AcceptedOffer">
-      <span class="h" property="rdfs:label">AcceptedOffer</span>
-      <span property="rdfs:comment">A subclass of Offer to use if you want to link an Offer to an Order.</span>
-      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Offer">Offer</a></span>
-    </div> -->
-
-
-
     <div typeof="rdfs:Class" resource="http://schema.org/ParcelDelivery">
       <span class="h" property="rdfs:label">ParcelDelivery</span>
       <span property="rdfs:comment">The delivery of a parcel either via the postal service or a commercial service.</span>
@@ -81,6 +80,7 @@
     </div>
     <div typeof="rdfs:Class" resource="http://schema.org/DeliveryEvent">
       <span class="h" property="rdfs:label">DeliveryEvent</span>
+      <span property="rdfs:comment">An event involving the delivery of an item.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
     </div>
 
@@ -88,14 +88,17 @@
   
     <div typeof="rdfs:Class" resource="http://schema.org/InStorePickup">
       <span class="h" property="rdfs:label">InStorePickup</span>
+      <span property="rdfs:comment">A DeliveryMethod in which an item is collected in-store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/DeliveryMethod">DeliveryMethod</a></span>
     </div>
     <div typeof="rdfs:Class" resource="http://schema.org/Locker">
       <span class="h" property="rdfs:label">Locker</span>
+      <span property="rdfs:comment">A DeliveryMethod in which an item is made available via locker.</span>
       <span>type: <a property="rdfs:subClassOf" href="http://schema.org/DeliveryMethod">DeliveryMethod</a></span>
     </div>
     <div typeof="rdfs:Class" resource="http://schema.org/WillCall">
       <span class="h" property="rdfs:label">WillCall</span>
+      <span property="rdfs:comment">A DeliveryMethod involving a call.</span>
       <span>type: <a property="rdfs:subClassOf" href="http://schema.org/DeliveryMethod">DeliveryMethod</a></span>
     </div>
     <div typeof="rdf:Property" resource="http://schema.org/acceptedOffer">
@@ -125,32 +128,32 @@
     </div>
     <div typeof="rdf:Property" resource="http://schema.org/discount">
       <span class="h" property="rdfs:label">discount</span>
-      <span property="rdfs:comment">Any discount applied</span>
+      <span property="rdfs:comment">Any discount applied (to an Order).</span>
       <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Order">Order</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</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/discountCode">
       <span class="h" property="rdfs:label">discountCode</span>
-      <span property="rdfs:comment">Code used to redeem a discount</span>
+      <span property="rdfs:comment">Code used to redeem a discount.</span>
       <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Order">Order</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/discountCurrency">
       <span class="h" property="rdfs:label">discountCurrency</span>
-      <span property="rdfs:comment">The currency (in 3-letter ISO 4217 format) of the discount</span>
+      <span property="rdfs:comment">The currency (in 3-letter ISO 4217 format) of the discount.</span>
       <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Order">Order</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/isGift">
       <span class="h" property="rdfs:label">isGift</span>
-      <span property="rdfs:comment">Was the offer accepted as a gift for someone other than the buyer</span>
+      <span property="rdfs:comment">Was the offer accepted as a gift for someone other than the buyer.</span>
       <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Order">Order</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/Boolean">Boolean</a></span>
     </div>
     <div typeof="rdf:Property" resource="http://schema.org/merchant">
       <span class="h" property="rdfs:label">merchant</span>
-      <span property="rdfs:comment">The party taking the order (e.g. Amazon.com is a merchant for many sellers.)</span>
+      <span property="rdfs:comment">The party taking the order (e.g. Amazon.com is a merchant for many sellers).</span>
       <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Order">Order</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/Person">Person</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
@@ -181,25 +184,25 @@
     </div>
     <div typeof="rdf:Property" resource="http://schema.org/paymentDue">
       <span class="h" property="rdfs:label">paymentDue</span>
-      <span property="rdfs:comment">The date the payment is due</span>
+      <span property="rdfs:comment">The date that payment is due.</span>
       <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Order">Order</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/DateTime">DateTime</a></span>
     </div>
     <div typeof="rdf:Property" resource="http://schema.org/paymentMethod">
       <span class="h" property="rdfs:label">paymentMethod</span>
-      <span property="rdfs:comment">The name of the credit card or other method of payment for the order</span>
+      <span property="rdfs:comment">The name of the credit card or other method of payment for the order.</span>
       <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Order">Order</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/PaymentMethod">PaymentMethod</a></span>
     </div>
     <div typeof="rdf:Property" resource="http://schema.org/paymentMethodId">
       <span class="h" property="rdfs:label">paymentMethodId</span>
-      <span property="rdfs:comment">An identifier for the method of payment used (e.g. the last 4 digits of the credit card)</span>
+      <span property="rdfs:comment">An identifier for the method of payment used (e.g. the last 4 digits of the credit card).</span>
       <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Order">Order</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/paymentUrl">
       <span class="h" property="rdfs:label">paymentUrl</span>
-      <span property="rdfs:comment">The URL for sending a payment</span>
+      <span property="rdfs:comment">The URL for sending a payment.</span>
       <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Order">Order</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
@@ -211,13 +214,13 @@
     </div>
     <div typeof="rdf:Property" resource="http://schema.org/trackingNumber">
       <span class="h" property="rdfs:label">trackingNumber</span>
-      <span property="rdfs:comment">Shipper tracking number</span>
+      <span property="rdfs:comment">Shipper tracking number.</span>
       <span>domain: <a property="http://schema.org/domain" href="http://schema.org/ParcelDelivery">ParcelDelivery</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/trackingUrl">
       <span class="h" property="rdfs:label">trackingUrl</span>
-      <span property="rdfs:comment">Tracking url for the parcel delivery</span>
+      <span property="rdfs:comment">Tracking url for the parcel delivery.</span>
       <span>domain: <a property="http://schema.org/domain" href="http://schema.org/ParcelDelivery">ParcelDelivery</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
     </div>
@@ -248,25 +251,25 @@
     </div>
     <div typeof="rdf:Property" resource="http://schema.org/originAddress">
       <span class="h" property="rdfs:label">originAddress</span>
-      <span property="rdfs:comment">Shipper's address</span>
+      <span property="rdfs:comment">Shipper's address.</span>
       <span>domain: <a property="http://schema.org/domain" href="http://schema.org/ParcelDelivery">ParcelDelivery</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/PostalAddress">PostalAddress</a></span>
     </div>
     <div typeof="rdf:Property" resource="http://schema.org/deliveryAddress">
       <span class="h" property="rdfs:label">deliveryAddress</span>
-      <span property="rdfs:comment">Destination address</span>
+      <span property="rdfs:comment">Destination address.</span>
       <span>domain: <a property="http://schema.org/domain" href="http://schema.org/ParcelDelivery">ParcelDelivery</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/PostalAddress">PostalAddress</a></span>
     </div>
     <div typeof="rdf:Property" resource="http://schema.org/expectedArrivalFrom">
       <span class="h" property="rdfs:label">expectedArrivalFrom</span>
-      <span property="rdfs:comment">The earliest date the package may arrive</span>
+      <span property="rdfs:comment">The earliest date the package may arrive.</span>
       <span>domain: <a property="http://schema.org/domain" href="http://schema.org/ParcelDelivery">ParcelDelivery</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/DateTime">DateTime</a></span>
     </div>
     <div typeof="rdf:Property" resource="http://schema.org/expectedArrivalUntil">
       <span class="h" property="rdfs:label">expectedArrivalUntil</span>
-      <span property="rdfs:comment">The latest date the package may arrive</span>
+      <span property="rdfs:comment">The latest date the package may arrive.</span>
       <span>domain: <a property="http://schema.org/domain" href="http://schema.org/ParcelDelivery">ParcelDelivery</a></span>
       <span>Range: <a property="http://schema.org/range" href="http://schema.org/DateTime">DateTime</a></span>
     </div>