tweaks, esp around event status.
authordanbri <danbri@google.com>
Tue, 19 Nov 2013 16:58:45 +0100
changeset 148 1f98af83a571
parent 147 494d8f8dfbff
child 149 230c9ba6eec4
tweaks, esp around event status.
schema.org/ext/neworder.html
--- a/schema.org/ext/neworder.html	Tue Nov 19 16:24:05 2013 +0100
+++ b/schema.org/ext/neworder.html	Tue Nov 19 16:58:45 2013 +0100
@@ -83,28 +83,29 @@
       <span class="h" property="rdfs:label">DeliveryEvent</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
     </div>
-    <div typeof="rdfs:Class" resource="http://schema.org/EventStatus">
-      <span class="h" property="rdfs:label">EventStatus</span>
-      <span property="rdfs:comment">Enumerated status values for an Event</span>
-      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
-    </div>
-     <div typeof="http://schema.org/EventStatus" resource="http://schema.org/Pending">
-      <span class="h" property="rdfs:label">Pending</span>
+
+     <div typeof="http://schema.org/EventStatusType" resource="http://schema.org/EventPending">
+      <span class="h" property="rdfs:label">EventPending</span>
       <span>type: <a href="http://schema.org/EventStatus">EventStatus</a></span>
     </div>
-     <div typeof="http://schema.org/EventStatus" resource="http://schema.org/Tentative">
-      <span class="h" property="rdfs:label">Tentative</span>
+
+     <div typeof="http://schema.org/EventStatusType" resource="http://schema.org/EventTentative">
+      <span class="h" property="rdfs:label">EventTentative</span>
       <span>type: <a href="http://schema.org/EventStatus">EventStatus</a></span>
     </div>
-     <div typeof="http://schema.org/EventStatus" resource="http://schema.org/Confirmed">
-      <span class="h" property="rdfs:label">Confirmed</span>
+
+     <div typeof="http://schema.org/EventStatusType" resource="http://schema.org/EventConfirmed">
+      <span class="h" property="rdfs:label">EventConfirmed</span>
       <span>type: <a href="http://schema.org/EventStatus">EventStatus</a></span>
     </div>
-     <div typeof="http://schema.org/EventStatus" resource="http://schema.org/Cancelled">
-      <span class="h" property="rdfs:label">Cancelled</span>
+
+     <!-- we have this already
+     <div typeof="http://schema.org/EventStatusType" resource="http://schema.org/EventCancelled">
+      <span class="h" property="rdfs:label">EventCancelled</span>
       <span>type: <a href="http://schema.org/EventStatus">EventStatus</a></span>
-    </div>
-    <div typeof="rdfs:Class" resource="http://schema.org/MovieShowing">
+    </div> -->
+ 
+   <div typeof="rdfs:Class" resource="http://schema.org/MovieShowing">
       <span class="h" property="rdfs:label">MovieShowing</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
     </div>
@@ -267,9 +268,9 @@
       <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/DeliveryEvent">DeliveryEvent</a></span>
     </div>
-    <div typeof="rdf:Property" resource="http://schema.org/deliveryMethod">
-      <span class="h" property="rdfs:label">deliveryMethod</span>
-      <span property="rdfs:comment">Method used for shipping.</span>
+    <div typeof="rdf:Property" resource="http://schema.org/hasDeliveryMethod">
+      <span class="h" property="rdfs:label">hasDeliveryMethod</span>
+      <span property="rdfs:comment">Method used for delivery or shipping.</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/DeliveryMethod">DeliveryMethod</a></span>
     </div>
@@ -321,12 +322,6 @@
       <span>domain: <a property="http://schema.org/domain" href="http://schema.org/DeliveryEvent">DeliveryEvent</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/eventStatus">
-      <span class="h" property="rdfs:label">eventStatus</span>
-      <span property="rdfs:comment">The status of the event</span>
-      <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Event">Event</a></span>
-      <span>Range: <a property="http://schema.org/range" href="http://schema.org/EventStatus">EventStatus</a></span>
-    </div>
     <div typeof="rdf:Property" resource="http://schema.org/doorTime">
       <span class="h" property="rdfs:label">doorTime</span>
       <span property="rdfs:comment">The time admission will commence.</span>