--- a/schema.org/ext/Reservation.html Wed Jan 29 21:29:22 2014 +0100
+++ b/schema.org/ext/Reservation.html Wed Feb 05 22:04:47 2014 +0100
@@ -146,11 +146,6 @@
<span property="rdfs:comment">An automobile.</span>
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Vehicle">Vehicle</a></span>
</div>
- <div typeof="rdfs:Class" resource="http://schema.org/RentalCar">
- <span class="h" property="rdfs:label">RentalCar</span>
- <span property="rdfs:comment">An automobile which can be rented for short periods of time.</span>
- <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Car">Car</a></span>
- </div>
<div typeof="rdf:Property" resource="http://schema.org/reservationId">
<span class="h" property="rdfs:label">reservationId</span>
<span property="rdfs:comment">A unique identifier for the reservation.</span>
@@ -183,6 +178,9 @@
<span>domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
<span>domain: <a property="http://schema.org/domain" href="http://schema.org/Service">Service</a></span>
<span>domain: <a property="http://schema.org/domain" href="http://schema.org/Reservation">Reservation</a></span>
+ <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Flight"></a></span>
+ <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TrainTrip"></a></span>
+ <span>domain: <a property="http://schema.org/domain" href="http://schema.org/BusTrip"></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>
</div>
@@ -217,9 +215,9 @@
<span>domain: <a property="http://schema.org/domain" href="http://schema.org/Reservation">Reservation</a></span>
<span>Range: <a property="http://schema.org/range" href="http://schema.org/Ticket">Ticket</a></span>
</div>
- <div typeof="rdf:Property" resource="http://schema.org/pricePaid">
- <span class="h" property="rdfs:label">pricePaid</span>
- <span property="rdfs:comment">The price paid for the reservation or ticket.</span>
+ <div typeof="rdf:Property" resource="http://schema.org/totalPrice">
+ <span class="h" property="rdfs:label">totalPrice</span>
+ <span property="rdfs:comment">The total price for the reservation or ticket, including applicable taxes, shipping, etc.</span>
<span>domain: <a property="http://schema.org/domain" href="http://schema.org/Reservation">Reservation</a></span>
<span>domain: <a property="http://schema.org/domain" href="http://schema.org/Ticket">Ticket</a></span>
<span>Range: <a property="http://schema.org/range" href="http://schema.org/Number">Number</a></span>
@@ -257,18 +255,6 @@
<span>domain: <a property="http://schema.org/domain" href="http://schema.org/ProgramMembership">ProgramMembership</a></span>
<span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
</div>
- <div typeof="rdf:Property" resource="http://schema.org/additionalTicketText">
- <span class="h" property="rdfs:label">additionalTicketText</span>
- <span property="rdfs:comment">Additional, explanatory text about the ticket.</span>
- <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Ticket">Ticket</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/ticketFor">
- <span class="h" property="rdfs:label">ticketFor</span>
- <span property="rdfs:comment">The thing the ticket is for (e.g. event, flight, or train).</span>
- <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Ticket">Ticket</a></span>
- <span>Range: <a property="http://schema.org/range" href="http://schema.org/Thing">Thing</a></span>
- </div>
<div typeof="rdf:Property" resource="http://schema.org/issuedBy">
<span class="h" property="rdfs:label">issuedBy</span>
<span property="rdfs:comment">The organization issuing the ticket or permit.</span>
@@ -349,15 +335,9 @@
<span>domain: <a property="http://schema.org/domain" href="http://schema.org/Flight"></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/providerAirline">
- <span class="h" property="rdfs:label">providerAirline</span>
- <span property="rdfs:comment">The airline providing the flight.</span>
- <span>domain: <a property="http://schema.org/domain" href="http://schema.org/Flight"></a></span>
- <span>Range: <a property="http://schema.org/range" href="http://schema.org/Airline">Airline</a></span>
- </div>
- <div typeof="rdf:Property" resource="http://schema.org/operatedBy">
- <span class="h" property="rdfs:label">operatedBy</span>
- <span property="rdfs:comment">The airline operating the flight. For example, this may be a regional airline operating a flight for a national airline.</span>
+ <div typeof="rdf:Property" resource="http://schema.org/carrier">
+ <span class="h" property="rdfs:label">carrier</span>
+ <span property="rdfs:comment">The airline designated as the carrier for the flight.</span>
<span>domain: <a property="http://schema.org/domain" href="http://schema.org/Flight"></a></span>
<span>Range: <a property="http://schema.org/range" href="http://schema.org/Airline">Airline</a></span>
</div>
@@ -426,9 +406,9 @@
<span>domain: <a property="http://schema.org/domain" href="http://schema.org/Flight"></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/flightDuration">
- <span class="h" property="rdfs:label">flightDuration</span>
- <span property="rdfs:comment">The time the flight will take.</span>
+ <div typeof="rdf:Property" resource="http://schema.org/estimatedFlightDuration">
+ <span class="h" property="rdfs:label">estimatedFlightDuration</span>
+ <span property="rdfs:comment">The estimated time the flight will take.</span>
<span>domain: <a property="http://schema.org/domain" href="http://schema.org/Flight"></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/Duration">Duration</a></span>
@@ -467,8 +447,9 @@
</div>
<div typeof="rdf:Property" resource="http://schema.org/partySize">
<span class="h" property="rdfs:label">partySize</span>
- <span property="rdfs:comment">Number of people in a dining party.</span>
+ <span property="rdfs:comment">Number of people the reservation should accomodate.</span>
<span>domain: <a property="http://schema.org/domain" href="http://schema.org/FoodEstablishmentReservation"></a></span>
+ <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TaxiReservation"></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/QuantitativeValue">QuantitativeValue</a></span>
</div>
@@ -490,12 +471,6 @@
<span>domain: <a property="http://schema.org/domain" href="http://schema.org/TrainTrip"></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/trainCompany">
- <span class="h" property="rdfs:label">trainCompany</span>
- <span property="rdfs:comment">The organization that operates the train (e.g. Deutsche Bahn (DB)).</span>
- <span>domain: <a property="http://schema.org/domain" href="http://schema.org/TrainTrip"></a></span>
- <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
- </div>
<div typeof="rdf:Property" resource="http://schema.org/departureStation">
<span class="h" property="rdfs:label">departureStation</span>
<span property="rdfs:comment">The station from which the train departs.</span>
@@ -532,12 +507,6 @@
<span>domain: <a property="http://schema.org/domain" href="http://schema.org/BusTrip"></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/busCompany">
- <span class="h" property="rdfs:label">busCompany</span>
- <span property="rdfs:comment">The company operating the bus.</span>
- <span>domain: <a property="http://schema.org/domain" href="http://schema.org/BusTrip"></a></span>
- <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
- </div>
<div typeof="rdf:Property" resource="http://schema.org/departureBusStop">
<span class="h" property="rdfs:label">departureBusStop</span>
<span property="rdfs:comment">The stop or station from which the bus departs.</span>
@@ -578,12 +547,6 @@
<span>domain: <a property="http://schema.org/domain" href="http://schema.org/RentalCarReservation"></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/rentalCompany">
- <span class="h" property="rdfs:label">rentalCompany</span>
- <span property="rdfs:comment">The company renting the car.</span>
- <span>domain: <a property="http://schema.org/domain" href="http://schema.org/RentalCar"></a></span>
- <span>Range: <a property="http://schema.org/range" href="http://schema.org/AutoRental">AutoRental</a></span>
- </div>
<div typeof="rdf:Property" resource="http://schema.org/checkinTime">
<span class="h" property="rdfs:label">checkinTime</span>
<span property="rdfs:comment">The earliest someone may check into a lodging establishment.</span>
@@ -623,4 +586,3 @@
<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/QuantitativeValue">QuantitativeValue</a></span>
</div>
-