rdf 1.1.2.1 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README +19 -19
- data/VERSION +1 -1
- data/lib/rdf/mixin/enumerable.rb +1 -1
- data/lib/rdf/model/list.rb +11 -5
- data/lib/rdf/vocab/mo.rb +886 -0
- data/lib/rdf/vocab/schema.rb +274 -3
- metadata +41 -40
data/lib/rdf/vocab/schema.rb
CHANGED
@@ -4,6 +4,17 @@ module RDF
|
|
4
4
|
class SCHEMA < StrictVocabulary("http://schema.org/")
|
5
5
|
|
6
6
|
# Class definitions
|
7
|
+
property :TaxiReservation, :label => 'TaxiReservation', :comment =>
|
8
|
+
%(A reservation for a taxi.Note: This type is for information
|
9
|
+
about actual reservations, e.g. in confirmation emails or HTML
|
10
|
+
pages with individual confirmations of reservations. For
|
11
|
+
offers of tickets, use http://schema.org/Offer.)
|
12
|
+
property :TrainReservation, :label => 'TrainReservation', :comment =>
|
13
|
+
%(A reservation for train travel.Note: This type is for
|
14
|
+
information about actual reservations, e.g. in confirmation
|
15
|
+
emails or HTML pages with individual confirmations of
|
16
|
+
reservations. For offers of tickets, use
|
17
|
+
http://schema.org/Offer.)
|
7
18
|
property :APIReference, :label => 'APIReference', :comment =>
|
8
19
|
%(Reference documentation for application programming interfaces
|
9
20
|
\(APIs\).)
|
@@ -43,6 +54,8 @@ module RDF
|
|
43
54
|
%(The act of expressing a consistency of opinion with the
|
44
55
|
object. An agent agrees to/about an object \(a proposition,
|
45
56
|
topic or theme\) with participants.)
|
57
|
+
property :Airline, :label => 'Airline', :comment =>
|
58
|
+
%(An organization that provides flights for passengers.)
|
46
59
|
property :Airport, :label => 'Airport', :comment =>
|
47
60
|
%(An airport.)
|
48
61
|
property :AlignmentObject, :label => 'AlignmentObject', :comment =>
|
@@ -67,6 +80,9 @@ module RDF
|
|
67
80
|
other systems.)
|
68
81
|
property :AnimalShelter, :label => 'AnimalShelter', :comment =>
|
69
82
|
%(Animal shelter.)
|
83
|
+
property :Answer, :label => 'Answer', :comment =>
|
84
|
+
%(An answer offered to a question; perhaps correct, perhaps
|
85
|
+
opinionated or wrong.)
|
70
86
|
property :ApartmentComplex, :label => 'ApartmentComplex', :comment =>
|
71
87
|
%(Residence type: Apartment complex.)
|
72
88
|
property :AppendAction, :label => 'AppendAction', :comment =>
|
@@ -199,6 +215,14 @@ module RDF
|
|
199
215
|
broadcast over the air or online.)
|
200
216
|
property :BuddhistTemple, :label => 'BuddhistTemple', :comment =>
|
201
217
|
%(A Buddhist temple.)
|
218
|
+
property :BusTrip, :label => 'Bus Trip', :comment =>
|
219
|
+
%(A trip on a commercial bus line.)
|
220
|
+
property :BusReservation, :label => 'BusReservation', :comment =>
|
221
|
+
%(A reservation for bus travel.Note: This type is for
|
222
|
+
information about actual reservations, e.g. in confirmation
|
223
|
+
emails or HTML pages with individual confirmations of
|
224
|
+
reservations. For offers of tickets, use
|
225
|
+
http://schema.org/Offer.)
|
202
226
|
property :BusStation, :label => 'BusStation', :comment =>
|
203
227
|
%(A bus station.)
|
204
228
|
property :BusStop, :label => 'BusStop', :comment =>
|
@@ -248,6 +272,8 @@ module RDF
|
|
248
272
|
going to happen.<p>Related actions:</p><ul><li><a
|
249
273
|
href="http://schema.org/ConfirmAction">ConfirmAction</a>: The
|
250
274
|
antagonym of CancelAction.</li></ul>)
|
275
|
+
property :Car, :label => 'Car', :comment =>
|
276
|
+
%(An automobile.)
|
251
277
|
property :Casino, :label => 'Casino', :comment =>
|
252
278
|
%(A casino.)
|
253
279
|
property :CatholicChurch, :label => 'CatholicChurch', :comment =>
|
@@ -545,6 +571,8 @@ module RDF
|
|
545
571
|
%(An electronics store.)
|
546
572
|
property :ElementarySchool, :label => 'ElementarySchool', :comment =>
|
547
573
|
%(An elementary school.)
|
574
|
+
property :EmailMessage, :label => 'EmailMessage', :comment =>
|
575
|
+
%(An email message.)
|
548
576
|
property :Embassy, :label => 'Embassy', :comment =>
|
549
577
|
%(An embassy.)
|
550
578
|
property :EmergencyService, :label => 'EmergencyService', :comment =>
|
@@ -568,6 +596,12 @@ module RDF
|
|
568
596
|
concert, lecture, or festival. Ticketing information may be
|
569
597
|
added via the 'offers' property. Repeated events may be
|
570
598
|
structured as separate Event objects.)
|
599
|
+
property :EventReservation, :label => 'EventReservation', :comment =>
|
600
|
+
%(A reservation for an event like a concert, sporting event, or
|
601
|
+
lecture.Note: This type is for information about actual
|
602
|
+
reservations, e.g. in confirmation emails or HTML pages with
|
603
|
+
individual confirmations of reservations. For offers of
|
604
|
+
tickets, use http://schema.org/Offer.)
|
571
605
|
property :EventStatusType, :label => 'EventStatusType', :comment =>
|
572
606
|
%(EventStatusType is an enumeration type whose instances
|
573
607
|
represent several states that an Event may be in.)
|
@@ -598,6 +632,14 @@ module RDF
|
|
598
632
|
necessarily.</li></ul>)
|
599
633
|
property :FireStation, :label => 'FireStation', :comment =>
|
600
634
|
%(A fire station. With firemen.)
|
635
|
+
property :Flight, :label => 'Flight', :comment =>
|
636
|
+
%(An airline flight.)
|
637
|
+
property :FlightReservation, :label => 'FlightReservation', :comment =>
|
638
|
+
%(A reservation for air travel.Note: This type is for
|
639
|
+
information about actual reservations, e.g. in confirmation
|
640
|
+
emails or HTML pages with individual confirmations of
|
641
|
+
reservations. For offers of tickets, use
|
642
|
+
http://schema.org/Offer.)
|
601
643
|
property :Float, :label => 'Float', :comment =>
|
602
644
|
%(Data type: Floating number.)
|
603
645
|
property :Florist, :label => 'Florist', :comment =>
|
@@ -627,6 +669,11 @@ module RDF
|
|
627
669
|
follow it\).</li></ul>)
|
628
670
|
property :FoodEstablishment, :label => 'FoodEstablishment', :comment =>
|
629
671
|
%(A food-related business.)
|
672
|
+
property :FoodEstablishmentReservation, :label => 'FoodEstablishmentReservation', :comment =>
|
673
|
+
%(A reservation to dine at a food-related business.Note: This
|
674
|
+
type is for information about actual reservations, e.g. in
|
675
|
+
confirmation emails or HTML pages with individual
|
676
|
+
confirmations of reservations.)
|
630
677
|
property :FoodEvent, :label => 'FoodEvent', :comment =>
|
631
678
|
%(Event type: Food event.)
|
632
679
|
property :FurnitureStore, :label => 'FurnitureStore', :comment =>
|
@@ -835,6 +882,11 @@ module RDF
|
|
835
882
|
%(A locksmith.)
|
836
883
|
property :LodgingBusiness, :label => 'LodgingBusiness', :comment =>
|
837
884
|
%(A lodging business, such as a motel, hotel, or inn.)
|
885
|
+
property :LodgingReservation, :label => 'LodgingReservation', :comment =>
|
886
|
+
%(A reservation for lodging at a hotel, motel, inn, etc.Note:
|
887
|
+
This type is for information about actual reservations, e.g.
|
888
|
+
in confirmation emails or HTML pages with individual
|
889
|
+
confirmations of reservations.)
|
838
890
|
property :LoseAction, :label => 'LoseAction', :comment =>
|
839
891
|
%(The act of being defeated in a competitive activity.)
|
840
892
|
property :LymphaticVessel, :label => 'LymphaticVessel', :comment =>
|
@@ -1119,9 +1171,6 @@ module RDF
|
|
1119
1171
|
property :OnDemandEvent, :label => 'OnDemandEvent', :comment =>
|
1120
1172
|
%(A publication event e.g. catch-up TV or radio podcast, during
|
1121
1173
|
which a program is available on-demand.)
|
1122
|
-
property :OnSitePickup, :label => 'OnSitePickup', :comment =>
|
1123
|
-
%(A DeliveryMethod in which an item is collected on site, e.g.
|
1124
|
-
in a store or at a box office.)
|
1125
1174
|
property :OpeningHoursSpecification, :label => 'OpeningHoursSpecification', :comment =>
|
1126
1175
|
%(A structured value providing information about the opening
|
1127
1176
|
hours of a place or a certain service inside a place.)
|
@@ -1284,6 +1333,10 @@ module RDF
|
|
1284
1333
|
%(Provider of professional services.)
|
1285
1334
|
property :ProfilePage, :label => 'ProfilePage', :comment =>
|
1286
1335
|
%(Web page type: Profile page.)
|
1336
|
+
property :ProgramMembership, :label => 'Program Membership', :comment =>
|
1337
|
+
%(Used to describe membership in a loyalty programs \(e.g.
|
1338
|
+
"StarAliance"\), traveler clubs \(e.g. "AAA"\), purchase clubs
|
1339
|
+
\("Safeway Club"\), etc.)
|
1287
1340
|
property :Property, :label => 'Property', :comment =>
|
1288
1341
|
%(A property, used to indicate attributes and relationships of
|
1289
1342
|
some Thing; equivalent to rdf:Property.)
|
@@ -1298,6 +1351,10 @@ module RDF
|
|
1298
1351
|
publication for a CreativeWork of any type e.g. a broadcast
|
1299
1352
|
event, an on-demand event, a book/journal publication via a
|
1300
1353
|
variety of delivery media.)
|
1354
|
+
property :QAPage, :label => 'QAPage', :comment =>
|
1355
|
+
%(A QAPage is a WebPage focussed on a specific Question and its
|
1356
|
+
Answer\(s\), e.g. in a question answering site or documenting
|
1357
|
+
Frequently Asked Questions \(FAQs\).)
|
1301
1358
|
property :QualitativeValue, :label => 'QualitativeValue', :comment =>
|
1302
1359
|
%(A predefined value for a product characteristic, e.g. the the
|
1303
1360
|
power cord plug type "US" or the garment sizes "S", "M", "L",
|
@@ -1309,6 +1366,9 @@ module RDF
|
|
1309
1366
|
%(Quantities such as distance, time, mass, weight, etc.
|
1310
1367
|
Particular instances of say Mass are entities like '3 Kg' or
|
1311
1368
|
'4 milligrams'.)
|
1369
|
+
property :Question, :label => 'Question', :comment =>
|
1370
|
+
%(A specific question - e.g. from a user seeking answers online,
|
1371
|
+
or collected in a Frequently Asked Questions \(FAQ\) document.)
|
1312
1372
|
property :QuoteAction, :label => 'QuoteAction', :comment =>
|
1313
1373
|
%(An agent quotes/estimates/appraises an object/product/service
|
1314
1374
|
with a price at a location/store.)
|
@@ -1381,6 +1441,11 @@ module RDF
|
|
1381
1441
|
ownership, of an object such as a vehicle or property. For
|
1382
1442
|
example, an agent rents a property from a landlord in exchange
|
1383
1443
|
for a periodic payment.)
|
1444
|
+
property :RentalCarReservation, :label => 'RentalCarReservation', :comment =>
|
1445
|
+
%(A reservation for a rental car.Note: This type is for
|
1446
|
+
information about actual reservations, e.g. in confirmation
|
1447
|
+
emails or HTML pages with individual confirmations of
|
1448
|
+
reservations.)
|
1384
1449
|
property :ReplaceAction, :label => 'ReplaceAction', :comment =>
|
1385
1450
|
%(The act of editing a recipient by replacing an old object with
|
1386
1451
|
a new object.)
|
@@ -1394,6 +1459,18 @@ module RDF
|
|
1394
1459
|
property :ReportedDoseSchedule, :label => 'ReportedDoseSchedule', :comment =>
|
1395
1460
|
%(A patient-reported or observed dosing schedule for a drug or
|
1396
1461
|
supplement.)
|
1462
|
+
property :Reservation, :label => 'Reservation', :comment =>
|
1463
|
+
%(Describes a reservation for travel, dining or an event. Some
|
1464
|
+
reservations require tickets.Note: This type is for
|
1465
|
+
information about actual reservations, e.g. in confirmation
|
1466
|
+
emails or HTML pages with individual confirmations of
|
1467
|
+
reservations. For offers of tickets, restaurant reservations,
|
1468
|
+
flights, or rental cars, use http://schema.org/Offer.)
|
1469
|
+
property :ReservationPackage, :label => 'ReservationPackage', :comment =>
|
1470
|
+
%(A group of multiple reservations with common values for all
|
1471
|
+
sub-reservations.)
|
1472
|
+
property :ReservationStatusType, :label => 'ReservationStatusType', :comment =>
|
1473
|
+
%(Enumerated status values for Reservation.)
|
1397
1474
|
property :ReserveAction, :label => 'ReserveAction', :comment =>
|
1398
1475
|
%(Reserving a concrete object.<p>Related actions:</p><ul><li><a
|
1399
1476
|
href="http://schema.org/ScheduleAction">ScheduleAction</a>:
|
@@ -1450,6 +1527,9 @@ module RDF
|
|
1450
1527
|
%(Web page type: Search results page.)
|
1451
1528
|
property :Season, :label => 'Season', :comment =>
|
1452
1529
|
%(A TV or radio season.)
|
1530
|
+
property :Seat, :label => 'Seat', :comment =>
|
1531
|
+
%(Used to describe a seat, such as a reserved seat in an event
|
1532
|
+
reservation.)
|
1453
1533
|
property :SelfStorage, :label => 'SelfStorage', :comment =>
|
1454
1534
|
%(Self-storage facility.)
|
1455
1535
|
property :SellAction, :label => 'SellAction', :comment =>
|
@@ -1582,6 +1662,8 @@ module RDF
|
|
1582
1662
|
been transfered.</li></ul>)
|
1583
1663
|
property :TattooParlor, :label => 'TattooParlor', :comment =>
|
1584
1664
|
%(A tattoo parlor.)
|
1665
|
+
property :Taxi, :label => 'Taxi', :comment =>
|
1666
|
+
%(A taxi.)
|
1585
1667
|
property :TaxiStand, :label => 'TaxiStand', :comment =>
|
1586
1668
|
%(A taxi stand.)
|
1587
1669
|
property :TechArticle, :label => 'TechArticle', :comment =>
|
@@ -1603,6 +1685,9 @@ module RDF
|
|
1603
1685
|
purposes, aimed at improving a health condition.)
|
1604
1686
|
property :Thing, :label => 'Thing', :comment =>
|
1605
1687
|
%(The most generic type of item.)
|
1688
|
+
property :Ticket, :label => 'Ticket', :comment =>
|
1689
|
+
%(Used to describe a ticket to an event, a flight, a bus ride,
|
1690
|
+
etc.)
|
1606
1691
|
property :TieAction, :label => 'TieAction', :comment =>
|
1607
1692
|
%(The act of reaching a draw in a competitive activity.)
|
1608
1693
|
property :Time, :label => 'Time', :comment =>
|
@@ -1635,6 +1720,8 @@ module RDF
|
|
1635
1720
|
for monetary compensation. An agent trades an object, product
|
1636
1721
|
or service with a participant in exchange for a one time or
|
1637
1722
|
periodic payment.)
|
1723
|
+
property :TrainTrip, :label => 'Train Trip', :comment =>
|
1724
|
+
%(A trip on a commercial train line.)
|
1638
1725
|
property :TrainStation, :label => 'TrainStation', :comment =>
|
1639
1726
|
%(A train station.)
|
1640
1727
|
property :TransferAction, :label => 'TransferAction', :comment =>
|
@@ -1692,6 +1779,8 @@ module RDF
|
|
1692
1779
|
%(User interaction: +1.)
|
1693
1780
|
property :UserTweets, :label => 'UserTweets', :comment =>
|
1694
1781
|
%(User interaction: Tweets.)
|
1782
|
+
property :Vehicle, :label => 'Vehicle', :comment =>
|
1783
|
+
%(A vehicle.)
|
1695
1784
|
property :Vein, :label => 'Vein', :comment =>
|
1696
1785
|
%(A type of blood vessel that specifically carries blood to the
|
1697
1786
|
heart.)
|
@@ -1767,11 +1856,18 @@ module RDF
|
|
1767
1856
|
# Property definitions
|
1768
1857
|
property :about, :label => 'about', :comment =>
|
1769
1858
|
%(The subject matter of the content.)
|
1859
|
+
property :acceptedAnswer, :label => 'acceptedAnswer', :comment =>
|
1860
|
+
%(The answer that has been accepted as best, typically on a
|
1861
|
+
Question/Answer site. Sites vary in their selection
|
1862
|
+
mechanisms, e.g. drawing on community opinion and/or the view
|
1863
|
+
of the Question author.)
|
1770
1864
|
property :acceptedOffer, :label => 'acceptedOffer', :comment =>
|
1771
1865
|
%(The offer\(s\) -- e.g., product, quantity and price
|
1772
1866
|
combinations -- included in the order.)
|
1773
1867
|
property :acceptedPaymentMethod, :label => 'acceptedPaymentMethod', :comment =>
|
1774
1868
|
%(The payment method\(s\) accepted by seller for this offer.)
|
1869
|
+
property :acceptsReservations, :label => 'acceptsReservations', :comment =>
|
1870
|
+
%(Does the establishment accept reservations?)
|
1775
1871
|
property :acceptsReservations, :label => 'acceptsReservations', :comment =>
|
1776
1872
|
%(Either <code>Yes/No</code>, or a URL at which reservations can
|
1777
1873
|
be made.)
|
@@ -1899,6 +1995,8 @@ module RDF
|
|
1899
1995
|
%(An educational organizations that the person is an alumni of.)
|
1900
1996
|
property :amountOfThisGood, :label => 'amountOfThisGood', :comment =>
|
1901
1997
|
%(The quantity of the goods included in the offer.)
|
1998
|
+
property :answerCount, :label => 'answerCount', :comment =>
|
1999
|
+
%(The number of answers this question has received.)
|
1902
2000
|
property :antagonist, :label => 'antagonist', :comment =>
|
1903
2001
|
%(The muscle whose action counteracts the specified muscle.)
|
1904
2002
|
property :applicableLocation, :label => 'applicableLocation', :comment =>
|
@@ -1923,6 +2021,18 @@ module RDF
|
|
1923
2021
|
%(The location served by this contact point \(e.g., a phone
|
1924
2022
|
number intended for Europeans vs. North Americans or only
|
1925
2023
|
within the United States.\))
|
2024
|
+
property :arrivalBusStop, :label => 'arrivalBusStop', :comment =>
|
2025
|
+
%(The stop or station from which the bus arrives.)
|
2026
|
+
property :arrivalGate, :label => 'arrivalGate', :comment =>
|
2027
|
+
%(Identifier of the flight's arrival gate.)
|
2028
|
+
property :arrivalPlatform, :label => 'arrivalPlatform', :comment =>
|
2029
|
+
%(The platform where the train arrives.)
|
2030
|
+
property :arrivalStation, :label => 'arrivalStation', :comment =>
|
2031
|
+
%(The station where the train trip ends.)
|
2032
|
+
property :arrivalTerminal, :label => 'arrivalTerminal', :comment =>
|
2033
|
+
%(Identifier of the flight's arrival terminal.)
|
2034
|
+
property :arrivalTime, :label => 'arrivalTime', :comment =>
|
2035
|
+
%(The expected arrival time.)
|
1926
2036
|
property :arterialBranch, :label => 'arterialBranch', :comment =>
|
1927
2037
|
%(The branches that comprise the arterial structure.)
|
1928
2038
|
property :articleBody, :label => 'articleBody', :comment =>
|
@@ -2040,12 +2150,20 @@ module RDF
|
|
2040
2150
|
property :bloodSupply, :label => 'bloodSupply', :comment =>
|
2041
2151
|
%(The blood vessel that carries blood from the heart to the
|
2042
2152
|
muscle.)
|
2153
|
+
property :boardingGroup, :label => 'boardingGroup', :comment =>
|
2154
|
+
%(The airline-specific indicator of boarding order / preference.)
|
2043
2155
|
property :bodyLocation, :label => 'bodyLocation', :comment =>
|
2044
2156
|
%(Location in the body of the anatomical structure.)
|
2045
2157
|
property :bookEdition, :label => 'bookEdition', :comment =>
|
2046
2158
|
%(The edition of the book.)
|
2047
2159
|
property :bookFormat, :label => 'bookFormat', :comment =>
|
2048
2160
|
%(The format of the book.)
|
2161
|
+
property :bookingAgent, :label => 'bookingAgent', :comment =>
|
2162
|
+
%(If the reservation was not booked directly through the
|
2163
|
+
provider, the third-party booking agent can be recorded
|
2164
|
+
through this property.)
|
2165
|
+
property :bookingTime, :label => 'bookingTime', :comment =>
|
2166
|
+
%(The date and time the reservation was booked.)
|
2049
2167
|
property :borrower, :label => 'borrower', :comment =>
|
2050
2168
|
%(A sub property of participant. The person that borrows the
|
2051
2169
|
object being lent.)
|
@@ -2073,6 +2191,10 @@ module RDF
|
|
2073
2191
|
property :browserRequirements, :label => 'browserRequirements', :comment =>
|
2074
2192
|
%(Specifies browser requirements in human-readable text. For
|
2075
2193
|
example,"requires HTML5 support".)
|
2194
|
+
property :busName, :label => 'busName', :comment =>
|
2195
|
+
%(The name of the bus \(e.g. Bolt Express\).)
|
2196
|
+
property :busNumber, :label => 'busNumber', :comment =>
|
2197
|
+
%(The unique identifier for the trainbus.)
|
2076
2198
|
property :businessFunction, :label => 'businessFunction', :comment =>
|
2077
2199
|
%(The business function \(e.g. sell, lease, repair, dispose\) of
|
2078
2200
|
the offer or component of a bundle \(TypeAndQuantityNode\).
|
@@ -2091,6 +2213,8 @@ module RDF
|
|
2091
2213
|
%(The caption for this object.)
|
2092
2214
|
property :carbohydrateContent, :label => 'carbohydrateContent', :comment =>
|
2093
2215
|
%(The number of grams of carbohydrates.)
|
2216
|
+
property :carrier, :label => 'carrier', :comment =>
|
2217
|
+
%(The airline designated as the carrier for the flight.)
|
2094
2218
|
property :carrier, :label => 'carrier', :comment =>
|
2095
2219
|
%(The party responsible for the parcel delivery.)
|
2096
2220
|
property :carrierRequirements, :label => 'carrierRequirements', :comment =>
|
@@ -2109,6 +2233,10 @@ module RDF
|
|
2109
2233
|
occurrence.)
|
2110
2234
|
property :causeOf, :label => 'causeOf', :comment =>
|
2111
2235
|
%(The condition, complication, symptom, sign, etc. caused.)
|
2236
|
+
property :checkinTime, :label => 'checkinTime', :comment =>
|
2237
|
+
%(The earliest someone may check into a lodging establishment.)
|
2238
|
+
property :checkoutTime, :label => 'checkoutTime', :comment =>
|
2239
|
+
%(The latest someone may check out of a lodging establishment.)
|
2112
2240
|
property :childMaxAge, :label => 'childMaxAge', :comment =>
|
2113
2241
|
%(Maximal age of the child)
|
2114
2242
|
property :childMinAge, :label => 'childMinAge', :comment =>
|
@@ -2156,6 +2284,11 @@ module RDF
|
|
2156
2284
|
%(The color of the product.)
|
2157
2285
|
property :comment, :label => 'comment', :comment =>
|
2158
2286
|
%(Comments, typically from users, on this CreativeWork.)
|
2287
|
+
property :commentCount, :label => 'commentCount', :comment =>
|
2288
|
+
%(The number of comments this CreativeWork \(e.g. Article,
|
2289
|
+
Question or Answer\) has received. This is most applicable to
|
2290
|
+
works published in Web sites with commenting system;
|
2291
|
+
additional comments may exist elsewhere.)
|
2159
2292
|
property :commentText, :label => 'commentText', :comment =>
|
2160
2293
|
%(The text of the UserComment.)
|
2161
2294
|
property :commentTime, :label => 'commentTime', :comment =>
|
@@ -2245,6 +2378,8 @@ module RDF
|
|
2245
2378
|
%(A dataset contained in a catalog.)
|
2246
2379
|
property :dateCreated, :label => 'dateCreated', :comment =>
|
2247
2380
|
%(The date on which the CreativeWork was created.)
|
2381
|
+
property :dateIssued, :label => 'dateIssued', :comment =>
|
2382
|
+
%(The date the ticket was issued.)
|
2248
2383
|
property :dateModified, :label => 'dateModified', :comment =>
|
2249
2384
|
%(The date on which the CreativeWork was most recently modified.)
|
2250
2385
|
property :datePosted, :label => 'datePosted', :comment =>
|
@@ -2267,11 +2402,37 @@ module RDF
|
|
2267
2402
|
property :deliveryStatus, :label => 'deliveryStatus', :comment =>
|
2268
2403
|
%(New entry added as the package passes through each leg of its
|
2269
2404
|
journey \(from shipment to final delivery\).)
|
2405
|
+
property :startTime, :label => 'departTime', :comment =>
|
2406
|
+
%(When a FoodEstablishmentReservation starts or an Action was
|
2407
|
+
performed: start time. This is for actions that span a period
|
2408
|
+
of time. e.g. John wrote a book from *January* to December.)
|
2409
|
+
property :startTime, :label => 'departTime', :comment =>
|
2410
|
+
%(When the Action was performed: start time. This is for actions
|
2411
|
+
that span a period of time. e.g. John wrote a book from
|
2412
|
+
*January* to December.)
|
2413
|
+
property :startTime, :label => 'departTime', :comment =>
|
2414
|
+
%(The time a FoodEstablishmentReservation is required to end.)
|
2270
2415
|
property :department, :label => 'department', :comment =>
|
2271
2416
|
%(A relationship between an organization and a department of
|
2272
2417
|
that organization, also described as an organization
|
2273
2418
|
\(allowing different urls, logos, opening hours\). For
|
2274
2419
|
example: a store with a pharmacy, or a bakery with a cafe.)
|
2420
|
+
property :arrivalAirport, :label => 'departureAirport', :comment =>
|
2421
|
+
%(The airport where the flight terminates.)
|
2422
|
+
property :departureAirport, :label => 'departureAirport', :comment =>
|
2423
|
+
%(The airport where the flight originates.)
|
2424
|
+
property :departureBusStop, :label => 'departureBusStop', :comment =>
|
2425
|
+
%(The stop or station from which the bus departs.)
|
2426
|
+
property :departureGate, :label => 'departureGate', :comment =>
|
2427
|
+
%(Identifier of the flight's departure gate.)
|
2428
|
+
property :departurePlatform, :label => 'departurePlatform', :comment =>
|
2429
|
+
%(The platform from which the train departs.)
|
2430
|
+
property :departureStation, :label => 'departureStation', :comment =>
|
2431
|
+
%(The station from which the train departs.)
|
2432
|
+
property :departureTerminal, :label => 'departureTerminal', :comment =>
|
2433
|
+
%(Identifier of the flight's departure terminal.)
|
2434
|
+
property :departureTime, :label => 'departureTime', :comment =>
|
2435
|
+
%(The expected departure time.)
|
2275
2436
|
property :dependencies, :label => 'dependencies', :comment =>
|
2276
2437
|
%(Prerequisites needed to fulfill steps in article.)
|
2277
2438
|
property :depth, :label => 'depth', :comment =>
|
@@ -2345,8 +2506,15 @@ module RDF
|
|
2345
2506
|
%(The value of the dose, e.g. 500.)
|
2346
2507
|
property :downloadUrl, :label => 'downloadUrl', :comment =>
|
2347
2508
|
%(If the file can be downloaded, URL to download the binary.)
|
2509
|
+
property :downvoteCount, :label => 'downvoteCount', :comment =>
|
2510
|
+
%(The number of downvotes this question has received from the
|
2511
|
+
community.)
|
2348
2512
|
property :drainsTo, :label => 'drainsTo', :comment =>
|
2349
2513
|
%(The vasculature that the vein drains into.)
|
2514
|
+
property :dropoffLocation, :label => 'dropoffLocation', :comment =>
|
2515
|
+
%(Where a rental car can be dropped off.)
|
2516
|
+
property :dropoffTime, :label => 'dropoffTime', :comment =>
|
2517
|
+
%(When a rental car can be dropped off.)
|
2350
2518
|
property :drug, :label => 'drug', :comment =>
|
2351
2519
|
%(A drug in this drug class.)
|
2352
2520
|
property :drugClass, :label => 'drugClass', :comment =>
|
@@ -2454,6 +2622,8 @@ module RDF
|
|
2454
2622
|
property :equal, :label => 'equal', :comment =>
|
2455
2623
|
%(This ordering relation for qualitative values indicates that
|
2456
2624
|
the subject is equal to the object.)
|
2625
|
+
property :estimatedFlightDuration, :label => 'estimatedFlightDuration', :comment =>
|
2626
|
+
%(The estimated time the flight will take.)
|
2457
2627
|
property :estimatesRiskOf, :label => 'estimatesRiskOf', :comment =>
|
2458
2628
|
%(The condition, complication, or symptom whose risk is being
|
2459
2629
|
estimated.)
|
@@ -2511,6 +2681,10 @@ module RDF
|
|
2511
2681
|
property :fileSize, :label => 'fileSize', :comment =>
|
2512
2682
|
%(Size of the application / package \(e.g. 18MB\). In the
|
2513
2683
|
absence of a unit \(MB, KB etc.\), KB will be assumed.)
|
2684
|
+
property :flightDistance, :label => 'flightDistance', :comment =>
|
2685
|
+
%(The distance of the flight.)
|
2686
|
+
property :flightNumber, :label => 'flightNumber', :comment =>
|
2687
|
+
%(The unique identifier for a flight.)
|
2514
2688
|
property :followee, :label => 'followee', :comment =>
|
2515
2689
|
%(A sub property of object. The person or organization being
|
2516
2690
|
followed.)
|
@@ -2611,10 +2785,15 @@ module RDF
|
|
2611
2785
|
/PhD/MSCSW.)
|
2612
2786
|
property :hospitalAffiliation, :label => 'hospitalAffiliation', :comment =>
|
2613
2787
|
%(A hospital with which the physician or office is affiliated.)
|
2788
|
+
property :hostingOrganization, :label => 'hostingOrganization', :comment =>
|
2789
|
+
%(The organization \(airline, travelers' club, etc.\) the
|
2790
|
+
membership is made with.)
|
2614
2791
|
property :hoursAvailable, :label => 'hoursAvailable', :comment =>
|
2615
2792
|
%(The hours during which this contact point is available.)
|
2616
2793
|
property :howPerformed, :label => 'howPerformed', :comment =>
|
2617
2794
|
%(How the procedure is performed.)
|
2795
|
+
property :iataCode, :label => 'iataCode', :comment =>
|
2796
|
+
%(IATA identifier for an airline or airport)
|
2618
2797
|
property :identifyingExam, :label => 'identifyingExam', :comment =>
|
2619
2798
|
%(A physical examination that can identify this sign.)
|
2620
2799
|
property :identifyingTest, :label => 'identifyingTest', :comment =>
|
@@ -2731,6 +2910,8 @@ module RDF
|
|
2731
2910
|
organization, business person, or place.)
|
2732
2911
|
property :issuedBy, :label => 'issuedBy', :comment =>
|
2733
2912
|
%(The organization issuing the permit.)
|
2913
|
+
property :issuedBy, :label => 'issuedBy', :comment =>
|
2914
|
+
%(The organization issuing the ticket or permit.)
|
2734
2915
|
property :issuedThrough, :label => 'issuedThrough', :comment =>
|
2735
2916
|
%(The service through with the permit was granted.)
|
2736
2917
|
property :itemCondition, :label => 'itemCondition', :comment =>
|
@@ -2794,6 +2975,11 @@ module RDF
|
|
2794
2975
|
objects separated by space.)
|
2795
2976
|
property :location, :label => 'location', :comment =>
|
2796
2977
|
%(The location of the event, organization or action.)
|
2978
|
+
property :lodgingUnitDescription, :label => 'lodgingUnitDescription', :comment =>
|
2979
|
+
%(A full description of the lodging unit.)
|
2980
|
+
property :lodgingUnitType, :label => 'lodgingUnitType', :comment =>
|
2981
|
+
%(Textual description of the unit type \(including suite vs.
|
2982
|
+
room, size of bed, etc.\).)
|
2797
2983
|
property :logo, :label => 'logo', :comment =>
|
2798
2984
|
%(A logo associated with an organization.)
|
2799
2985
|
property :longitude, :label => 'longitude', :comment =>
|
@@ -2823,6 +3009,9 @@ module RDF
|
|
2823
3009
|
property :maximumIntake, :label => 'maximumIntake', :comment =>
|
2824
3010
|
%(Recommended intake of this supplement for a given population
|
2825
3011
|
as defined by a specific recommending authority.)
|
3012
|
+
property :mealService, :label => 'mealService', :comment =>
|
3013
|
+
%(Description of the meals that will be provided or available
|
3014
|
+
for purchase.)
|
2826
3015
|
property :mechanismOfAction, :label => 'mechanismOfAction', :comment =>
|
2827
3016
|
%(The specific biochemical interaction through which this drug
|
2828
3017
|
or supplement produces its pharmacological effect.)
|
@@ -2831,6 +3020,8 @@ module RDF
|
|
2831
3020
|
property :medicineSystem, :label => 'medicineSystem', :comment =>
|
2832
3021
|
%(The system of medicine that includes this MedicalEntity, for
|
2833
3022
|
example 'evidence-based', 'homeopathic', 'chiropractic', etc.)
|
3023
|
+
property :member, :label => 'member', :comment =>
|
3024
|
+
%(The individual with the membership.)
|
2834
3025
|
property :member, :label => 'member', :comment =>
|
2835
3026
|
%(A member of this organization.)
|
2836
3027
|
property :memberOf, :label => 'memberOf', :comment =>
|
@@ -2838,6 +3029,8 @@ module RDF
|
|
2838
3029
|
property :members, :label => 'members', :comment =>
|
2839
3030
|
%(A member of this organization \(legacy spelling; see singular
|
2840
3031
|
form, member\).)
|
3032
|
+
property :membershipNumber, :label => 'membershipNumber', :comment =>
|
3033
|
+
%(A unique identifier for the membership.)
|
2841
3034
|
property :memoryRequirements, :label => 'memoryRequirements', :comment =>
|
2842
3035
|
%(Minimum memory requirements.)
|
2843
3036
|
property :mentions, :label => 'mentions', :comment =>
|
@@ -2858,6 +3051,8 @@ module RDF
|
|
2858
3051
|
of the ProductModel can be from an external source. It is
|
2859
3052
|
recommended to additionally provide strong product identifiers
|
2860
3053
|
via the gtin8/gtin13/gtin14 and mpn properties.)
|
3054
|
+
property :modifiedTime, :label => 'modifiedTime', :comment =>
|
3055
|
+
%(The date and time the reservation was modified.)
|
2861
3056
|
property :mpn, :label => 'mpn', :comment =>
|
2862
3057
|
%(The Manufacturer Part Number \(MPN\) of the product, or the
|
2863
3058
|
product to which the offer refers.)
|
@@ -2889,6 +3084,10 @@ module RDF
|
|
2889
3084
|
property :normalRange, :label => 'normalRange', :comment =>
|
2890
3085
|
%(Range of acceptable values for a typical patient, when
|
2891
3086
|
applicable.)
|
3087
|
+
property :numAdults, :label => 'numAdults', :comment =>
|
3088
|
+
%(The number of adults staying in the unit.)
|
3089
|
+
property :numChildren, :label => 'numChildren', :comment =>
|
3090
|
+
%(The number of children staying in the unit.)
|
2892
3091
|
property :numTracks, :label => 'numTracks', :comment =>
|
2893
3092
|
%(The number of tracks in this album or playlist.)
|
2894
3093
|
property :numberOfEpisodes, :label => 'numberOfEpisodes', :comment =>
|
@@ -2980,6 +3179,8 @@ module RDF
|
|
2980
3179
|
%(Products owned by the organization or person.)
|
2981
3180
|
property :parent, :label => 'parent', :comment =>
|
2982
3181
|
%(A parent of this person.)
|
3182
|
+
property :parentItem, :label => 'parentItem', :comment =>
|
3183
|
+
%(The parent of a question, answer or item in general.)
|
2983
3184
|
property :parentService, :label => 'parentService', :comment =>
|
2984
3185
|
%(A broadcast service to which the broadcast service may belong
|
2985
3186
|
to such as regional variations of a national channel.)
|
@@ -3002,6 +3203,8 @@ module RDF
|
|
3002
3203
|
property :participant, :label => 'participant', :comment =>
|
3003
3204
|
%(Other co-agents that participated in the action indirectly.
|
3004
3205
|
e.g. John wrote a book with *Steve*.)
|
3206
|
+
property :partySize, :label => 'partySize', :comment =>
|
3207
|
+
%(Number of people the reservation should accomodate.)
|
3005
3208
|
property :pathophysiology, :label => 'pathophysiology', :comment =>
|
3006
3209
|
%(Changes in the normal mechanical, physical, and biochemical
|
3007
3210
|
functions that are associated with this activity or condition.)
|
@@ -3041,6 +3244,12 @@ module RDF
|
|
3041
3244
|
form, photo\).)
|
3042
3245
|
property :physiologicalBenefits, :label => 'physiologicalBenefits', :comment =>
|
3043
3246
|
%(Specific physiologic benefits associated to the plan.)
|
3247
|
+
property :pickupLocation, :label => 'pickupLocation', :comment =>
|
3248
|
+
%(Where a taxi will pick up a passenger or a rental car can be
|
3249
|
+
picked up.)
|
3250
|
+
property :pickupTime, :label => 'pickupTime', :comment =>
|
3251
|
+
%(When a taxi will pickup a passegner or a rental car can be
|
3252
|
+
picked up.)
|
3044
3253
|
property :playerType, :label => 'playerType', :comment =>
|
3045
3254
|
%(Player type required—for example, Flash or Silverlight.)
|
3046
3255
|
property :polygon, :label => 'polygon', :comment =>
|
@@ -3108,6 +3317,10 @@ module RDF
|
|
3108
3317
|
%(The currency \(in 3-letter ISO 4217 format\) of the offer
|
3109
3318
|
price or a price component, when attached to
|
3110
3319
|
PriceSpecification and its subtypes.)
|
3320
|
+
property :priceCurrency, :label => 'priceCurrency', :comment =>
|
3321
|
+
%(The currency \(in 3-letter ISO 4217 format\) of the price or a
|
3322
|
+
price component, when attached to PriceSpecification and its
|
3323
|
+
subtypes.)
|
3111
3324
|
property :priceRange, :label => 'priceRange', :comment =>
|
3112
3325
|
%(The price range of the business, for example <code>$$$</code>.)
|
3113
3326
|
property :priceSpecification, :label => 'priceSpecification', :comment =>
|
@@ -3172,6 +3385,11 @@ module RDF
|
|
3172
3385
|
property :proficiencyLevel, :label => 'proficiencyLevel', :comment =>
|
3173
3386
|
%(Proficiency needed for this content; expected values:
|
3174
3387
|
'Beginner', 'Expert'.)
|
3388
|
+
property :programMembershipUsed, :label => 'programMembershipUsed', :comment =>
|
3389
|
+
%(Any membership in a frequent flyer, hotel loyalty program,
|
3390
|
+
etc. being applied to the reservation.)
|
3391
|
+
property :programName, :label => 'programName', :comment =>
|
3392
|
+
%(The program providing the membership.)
|
3175
3393
|
property :programmingLanguage, :label => 'programmingLanguage', :comment =>
|
3176
3394
|
%(The computer programming language.)
|
3177
3395
|
property :programmingModel, :label => 'programmingModel', :comment =>
|
@@ -3183,6 +3401,9 @@ module RDF
|
|
3183
3401
|
%(The number of grams of protein.)
|
3184
3402
|
property :provider, :label => 'provider', :comment =>
|
3185
3403
|
%(The organization or agency that is providing the service.)
|
3404
|
+
property :provider, :label => 'provider', :comment =>
|
3405
|
+
%(The person or organization providing the service, reservation,
|
3406
|
+
or creative work.)
|
3186
3407
|
property :providesService, :label => 'providesService', :comment =>
|
3187
3408
|
%(The service provided by this channel.)
|
3188
3409
|
property :publication, :label => 'publication', :comment =>
|
@@ -3307,6 +3528,14 @@ module RDF
|
|
3307
3528
|
paid or free\). Allowed values are <code>true</code> or
|
3308
3529
|
<code>false</code> \(note that an earlier version had 'yes',
|
3309
3530
|
'no'\).)
|
3531
|
+
property :reservationFor, :label => 'reservationFor', :comment =>
|
3532
|
+
%(The thing -- flight, event, restaurant,etc. being reserved.)
|
3533
|
+
property :reservationId, :label => 'reservationId', :comment =>
|
3534
|
+
%(A unique identifier for the reservation.)
|
3535
|
+
property :reservationStatus, :label => 'reservationStatus', :comment =>
|
3536
|
+
%(The current status of the reservation.)
|
3537
|
+
property :reservedTicket, :label => 'reservedTicket', :comment =>
|
3538
|
+
%(A ticket associated with the reservation.)
|
3310
3539
|
property :responsibilities, :label => 'responsibilities', :comment =>
|
3311
3540
|
%(Responsibilities associated with this role.)
|
3312
3541
|
property :restPeriods, :label => 'restPeriods', :comment =>
|
@@ -3374,6 +3603,14 @@ module RDF
|
|
3374
3603
|
property :seasons, :label => 'seasons', :comment =>
|
3375
3604
|
%(A season in a tv/radio series. \(legacy spelling; see singular
|
3376
3605
|
form, season\))
|
3606
|
+
property :seatNumber, :label => 'seatNumber', :comment =>
|
3607
|
+
%(The location of the reserved seat \(e.g., 27\).)
|
3608
|
+
property :seatRow, :label => 'seatRow', :comment =>
|
3609
|
+
%(The row location of the reserved seat \(e.g., B\).)
|
3610
|
+
property :seatSection, :label => 'seatSection', :comment =>
|
3611
|
+
%(The section location of the reserved seat \(e.g. Orchestra\).)
|
3612
|
+
property :seatingType, :label => 'seatingType', :comment =>
|
3613
|
+
%(The type/class of the seat.)
|
3377
3614
|
property :secondaryPrevention, :label => 'secondaryPrevention', :comment =>
|
3378
3615
|
%(A preventative therapy used to prevent reoccurrence of the
|
3379
3616
|
medical condition after an initial episode of the condition.)
|
@@ -3504,6 +3741,12 @@ module RDF
|
|
3504
3741
|
%(When the Action was performed: start time. This is for actions
|
3505
3742
|
that span a period of time. e.g. John wrote a book from
|
3506
3743
|
*January* to December.)
|
3744
|
+
property :startTime, :label => 'startTime', :comment =>
|
3745
|
+
%(When a FoodEstablishmentReservation starts or an Action was
|
3746
|
+
performed: start time. This is for actions that span a period
|
3747
|
+
of time. e.g. John wrote a book from *January* to December.)
|
3748
|
+
property :startTime, :label => 'startTime', :comment =>
|
3749
|
+
%(The time a FoodEstablishmentReservation is required to end.)
|
3507
3750
|
property :status, :label => 'status', :comment =>
|
3508
3751
|
%(The status of the study \(enumerated\).)
|
3509
3752
|
property :storageRequirements, :label => 'storageRequirements', :comment =>
|
@@ -3538,6 +3781,9 @@ module RDF
|
|
3538
3781
|
%(A relationship between two organizations where the first
|
3539
3782
|
includes the second, e.g., as a subsidiary. See also: the more
|
3540
3783
|
specific 'department' property.)
|
3784
|
+
property :subReservation, :label => 'subReservation', :comment =>
|
3785
|
+
%(The individual reservations included in the package. Typically
|
3786
|
+
a repeated property.)
|
3541
3787
|
property :subStageSuffix, :label => 'subStageSuffix', :comment =>
|
3542
3788
|
%(The substage, e.g. 'a' for Stage IIIa.)
|
3543
3789
|
property :subStructure, :label => 'subStructure', :comment =>
|
@@ -3554,6 +3800,10 @@ module RDF
|
|
3554
3800
|
often discontinued predecessor.)
|
3555
3801
|
property :sugarContent, :label => 'sugarContent', :comment =>
|
3556
3802
|
%(The number of grams of sugar.)
|
3803
|
+
property :suggestedAnswer, :label => 'suggestedAnswer', :comment =>
|
3804
|
+
%(An answer \(possibly one of several, possibly incorrect\) to a
|
3805
|
+
Question, e.g. on a Question/Answer site, often collected in a
|
3806
|
+
QAPage.)
|
3557
3807
|
property :suggestedGender, :label => 'suggestedGender', :comment =>
|
3558
3808
|
%(The gender of the person or audience.)
|
3559
3809
|
property :suggestedMaxAge, :label => 'suggestedMaxAge', :comment =>
|
@@ -3605,6 +3855,13 @@ module RDF
|
|
3605
3855
|
exchange component of the tickerSymbol attribute, we
|
3606
3856
|
reccommend using the controlled vocaulary of Market Identifier
|
3607
3857
|
Codes \(MIC\) specified in ISO15022.)
|
3858
|
+
property :ticketNumber, :label => 'ticketNumber', :comment =>
|
3859
|
+
%(The unique identifier for the ticket.)
|
3860
|
+
property :ticketToken, :label => 'ticketToken', :comment =>
|
3861
|
+
%(Reference to an asset \(e.g., Barcode, QR code image or PDF\)
|
3862
|
+
usable for entrance.)
|
3863
|
+
property :ticketedSeat, :label => 'ticketedSeat', :comment =>
|
3864
|
+
%(The seat associated with the ticket.)
|
3608
3865
|
property :timeRequired, :label => 'timeRequired', :comment =>
|
3609
3866
|
%(Approximate or typical time it takes to work with or through
|
3610
3867
|
this learning resource for the typical intended target
|
@@ -3616,6 +3873,9 @@ module RDF
|
|
3616
3873
|
property :toLocation, :label => 'toLocation', :comment =>
|
3617
3874
|
%(A sub property of location. The final location of the object
|
3618
3875
|
or the agent after the action.)
|
3876
|
+
property :totalPrice, :label => 'totalPrice', :comment =>
|
3877
|
+
%(The total price for the reservation or ticket, including
|
3878
|
+
applicable taxes, shipping, etc.)
|
3619
3879
|
property :totalTime, :label => 'totalTime', :comment =>
|
3620
3880
|
%(The total time it takes to prepare and cook the recipe, in <a
|
3621
3881
|
href='http://en.wikipedia.org/wiki/ISO_8601'>ISO 8601 duration
|
@@ -3631,6 +3891,10 @@ module RDF
|
|
3631
3891
|
\(legacy spelling; see singular form, track\).)
|
3632
3892
|
property :trailer, :label => 'trailer', :comment =>
|
3633
3893
|
%(The trailer of a movie or tv/radio series, season, or episode.)
|
3894
|
+
property :trainName, :label => 'trainName', :comment =>
|
3895
|
+
%(The name of the train \(e.g. The Orient Express\).)
|
3896
|
+
property :trainNumber, :label => 'trainNumber', :comment =>
|
3897
|
+
%(The unique identifier for the train.)
|
3634
3898
|
property :transFatContent, :label => 'transFatContent', :comment =>
|
3635
3899
|
%(The number of grams of trans fat.)
|
3636
3900
|
property :transcript, :label => 'transcript', :comment =>
|
@@ -3650,6 +3914,8 @@ module RDF
|
|
3650
3914
|
%(The typical expected age range, e.g. '7-9', '11-'.)
|
3651
3915
|
property :typicalTest, :label => 'typicalTest', :comment =>
|
3652
3916
|
%(A medical test typically performed given this condition.)
|
3917
|
+
property :underName, :label => 'underName', :comment =>
|
3918
|
+
%(The person or organization the reservation or ticket is for.)
|
3653
3919
|
property :unitCode, :label => 'unitCode', :comment =>
|
3654
3920
|
%(The unit of measurement given using the UN/CEFACT Common Code
|
3655
3921
|
\(3 characters\).)
|
@@ -3657,6 +3923,9 @@ module RDF
|
|
3657
3923
|
%(The number of grams of unsaturated fat.)
|
3658
3924
|
property :uploadDate, :label => 'uploadDate', :comment =>
|
3659
3925
|
%(Date when this media object was uploaded to this site.)
|
3926
|
+
property :upvoteCount, :label => 'upvoteCount', :comment =>
|
3927
|
+
%(The number of upvotes this question has received from the
|
3928
|
+
community.)
|
3660
3929
|
property :url, :label => 'url', :comment =>
|
3661
3930
|
%(URL of the item.)
|
3662
3931
|
property :usedToDiagnose, :label => 'usedToDiagnose', :comment =>
|
@@ -3705,6 +3974,8 @@ module RDF
|
|
3705
3974
|
%(The warranty promise\(s\) included in the offer.)
|
3706
3975
|
property :warrantyScope, :label => 'warrantyScope', :comment =>
|
3707
3976
|
%(The scope of the warranty promise.)
|
3977
|
+
property :webCheckinTime, :label => 'webCheckinTime', :comment =>
|
3978
|
+
%(The time when a passenger can check into the flight online.)
|
3708
3979
|
property :weight, :label => 'weight', :comment =>
|
3709
3980
|
%(The weight of the product.)
|
3710
3981
|
property :width, :label => 'width', :comment =>
|