rdf-vocab 2.2.1 → 2.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,14 @@ module RDF::Vocab
10
10
  class SCHEMA < RDF::StrictVocabulary("http://schema.org/")
11
11
 
12
12
  # Class definitions
13
+ term :AMRadioChannel,
14
+ comment: %(A radio channel that uses AM.).freeze,
15
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1004).freeze,
16
+ label: "AMRadioChannel".freeze,
17
+ :"schema:category" => %(issue-1004).freeze,
18
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
19
+ subClassOf: "schema:RadioChannel".freeze,
20
+ type: "rdfs:Class".freeze
13
21
  term :APIReference,
14
22
  comment: %(Reference documentation for application programming interfaces \(APIs\).).freeze,
15
23
  label: "APIReference".freeze,
@@ -22,10 +30,13 @@ module RDF::Vocab
22
30
  type: "rdfs:Class".freeze
23
31
  term :AcceptAction,
24
32
  comment: %(<p>The act of committing to/adopting an object.</p>
33
+
25
34
  <p>Related actions:</p>
35
+
26
36
  <ul>
27
- <li><a class="localLink" href="/RejectAction">RejectAction</a>: The antonym of AcceptAction.</li>
28
- </ul>).freeze,
37
+ <li><a class="localLink" href="http://schema.org/RejectAction">RejectAction</a>: The antonym of AcceptAction.</li>
38
+ </ul>
39
+ ).freeze,
29
40
  label: "AcceptAction".freeze,
30
41
  subClassOf: "schema:AllocateAction".freeze,
31
42
  type: "rdfs:Class".freeze
@@ -40,7 +51,8 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
40
51
  type: "rdfs:Class".freeze
41
52
  term :AccountingService,
42
53
  comment: %(Accountancy business.</p>
43
- <p>As a <a class="localLink" href="/LocalBusiness">LocalBusiness</a> it can be described as a <a class="localLink" href="/provider">provider</a> of one or more <a class="localLink" href="/Service">Service</a>\(s\).).freeze,
54
+
55
+ <p>As a <a class="localLink" href="http://schema.org/LocalBusiness">LocalBusiness</a> it can be described as a <a class="localLink" href="http://schema.org/provider">provider</a> of one or more <a class="localLink" href="http://schema.org/Service">Service</a>\(s\).).freeze,
44
56
  label: "AccountingService".freeze,
45
57
  subClassOf: "schema:FinancialService".freeze,
46
58
  type: "rdfs:Class".freeze
@@ -51,6 +63,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
51
63
  type: "rdfs:Class".freeze
52
64
  term :Action,
53
65
  comment: %(An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.</p>
66
+
54
67
  <p>See also <a href="http://blog.schema.org/2014/04/announcing-schemaorg-actions.html">blog post</a> and <a href="http://schema.org/docs/actions.html">Actions overview document</a>.).freeze,
55
68
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass).freeze,
56
69
  label: "Action".freeze,
@@ -163,10 +176,13 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
163
176
  type: "rdfs:Class".freeze
164
177
  term :ApplyAction,
165
178
  comment: %(<p>The act of registering to an organization/service without the guarantee to receive it.</p>
179
+
166
180
  <p>Related actions:</p>
181
+
167
182
  <ul>
168
- <li><a class="localLink" href="/RegisterAction">RegisterAction</a>: Unlike RegisterAction, ApplyAction has no guarantees that the application will be accepted.</li>
169
- </ul>).freeze,
183
+ <li><a class="localLink" href="http://schema.org/RegisterAction">RegisterAction</a>: Unlike RegisterAction, ApplyAction has no guarantees that the application will be accepted.</li>
184
+ </ul>
185
+ ).freeze,
170
186
  label: "ApplyAction".freeze,
171
187
  subClassOf: "schema:OrganizeAction".freeze,
172
188
  type: "rdfs:Class".freeze
@@ -200,6 +216,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
200
216
  type: "rdfs:Class".freeze
201
217
  term :Article,
202
218
  comment: %(An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.</p>
219
+
203
220
  <p>See also <a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html">blog post</a>.).freeze,
204
221
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews).freeze,
205
222
  label: "Article".freeze,
@@ -207,10 +224,13 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
207
224
  type: "rdfs:Class".freeze
208
225
  term :AskAction,
209
226
  comment: %(<p>The act of posing a question / favor to someone.</p>
227
+
210
228
  <p>Related actions:</p>
229
+
211
230
  <ul>
212
- <li><a class="localLink" href="/ReplyAction">ReplyAction</a>: Appears generally as a response to AskAction.</li>
213
- </ul>).freeze,
231
+ <li><a class="localLink" href="http://schema.org/ReplyAction">ReplyAction</a>: Appears generally as a response to AskAction.</li>
232
+ </ul>
233
+ ).freeze,
214
234
  label: "AskAction".freeze,
215
235
  subClassOf: "schema:CommunicateAction".freeze,
216
236
  type: "rdfs:Class".freeze
@@ -233,7 +253,8 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
233
253
  type: "rdfs:Class".freeze
234
254
  term :Attorney,
235
255
  comment: %(Professional service: Attorney. </p>
236
- <p>This type is deprecated - <a class="localLink" href="/LegalService">LegalService</a> is more inclusive and less ambiguous.).freeze,
256
+
257
+ <p>This type is deprecated - <a class="localLink" href="http://schema.org/LegalService">LegalService</a> is more inclusive and less ambiguous.).freeze,
237
258
  label: "Attorney".freeze,
238
259
  subClassOf: "schema:LegalService".freeze,
239
260
  type: "rdfs:Class".freeze
@@ -348,7 +369,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
348
369
  subClassOf: "schema:LodgingBusiness".freeze,
349
370
  type: "rdfs:Class".freeze
350
371
  term :BedDetails,
351
- comment: %(An entity holding detailed information about the available bed types, e.g. the quantity of twin beds for a hotel room. For the single case of just one bed of a certain type, you can use bed directly with a text. See also <a class="localLink" href="/BedType">BedType</a> \(under development\).).freeze,
372
+ comment: %(An entity holding detailed information about the available bed types, e.g. the quantity of twin beds for a hotel room. For the single case of just one bed of a certain type, you can use bed directly with a text. See also <a class="localLink" href="http://schema.org/BedType">BedType</a> \(under development\).).freeze,
352
373
  :"dc:source" => %(https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology).freeze,
353
374
  label: "BedDetails".freeze,
354
375
  subClassOf: "schema:Intangible".freeze,
@@ -363,10 +384,13 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
363
384
  type: "rdfs:Class".freeze
364
385
  term :BefriendAction,
365
386
  comment: %(<p>The act of forming a personal connection with someone \(object\) mutually/bidirectionally/symmetrically.</p>
387
+
366
388
  <p>Related actions:</p>
389
+
367
390
  <ul>
368
- <li><a class="localLink" href="/FollowAction">FollowAction</a>: Unlike FollowAction, BefriendAction implies that the connection is reciprocal.</li>
369
- </ul>).freeze,
391
+ <li><a class="localLink" href="http://schema.org/FollowAction">FollowAction</a>: Unlike FollowAction, BefriendAction implies that the connection is reciprocal.</li>
392
+ </ul>
393
+ ).freeze,
370
394
  label: "BefriendAction".freeze,
371
395
  subClassOf: "schema:InteractAction".freeze,
372
396
  type: "rdfs:Class".freeze
@@ -438,10 +462,13 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
438
462
  type: ["rdfs:Class".freeze, "schema:DataType".freeze]
439
463
  term :BorrowAction,
440
464
  comment: %(<p>The act of obtaining an object under an agreement to return it at a later date. Reciprocal of LendAction.</p>
465
+
441
466
  <p>Related actions:</p>
467
+
442
468
  <ul>
443
- <li><a class="localLink" href="/LendAction">LendAction</a>: Reciprocal of BorrowAction.</li>
444
- </ul>).freeze,
469
+ <li><a class="localLink" href="http://schema.org/LendAction">LendAction</a>: Reciprocal of BorrowAction.</li>
470
+ </ul>
471
+ ).freeze,
445
472
  label: "BorrowAction".freeze,
446
473
  subClassOf: "schema:TransferAction".freeze,
447
474
  type: "rdfs:Class".freeze
@@ -464,7 +491,8 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
464
491
  type: "rdfs:Class".freeze
465
492
  term :BreadcrumbList,
466
493
  comment: %(A BreadcrumbList is an ItemList consisting of a chain of linked Web pages, typically described using at least their URL and their name, and typically ending with the current page.</p>
467
- <p>The <a class="localLink" href="/position">position</a> property is used to reconstruct the order of the items in a BreadcrumbList The convention is that a breadcrumb list has an <a class="localLink" href="/itemListOrder">itemListOrder</a> of <a class="localLink" href="/ItemListOrderAscending">ItemListOrderAscending</a> \(lower values listed first\), and that the first items in this list correspond to the "top" or beginning of the breadcrumb trail, e.g. with a site or section homepage. The specific values of 'position' are not assigned meaning for a BreadcrumbList, but they should be integers, e.g. beginning with '1' for the first item in the list.).freeze,
494
+
495
+ <p>The <a class="localLink" href="http://schema.org/position">position</a> property is used to reconstruct the order of the items in a BreadcrumbList The convention is that a breadcrumb list has an <a class="localLink" href="http://schema.org/itemListOrder">itemListOrder</a> of <a class="localLink" href="http://schema.org/ItemListOrderAscending">ItemListOrderAscending</a> \(lower values listed first\), and that the first items in this list correspond to the "top" or beginning of the breadcrumb trail, e.g. with a site or section homepage. The specific values of 'position' are not assigned meaning for a BreadcrumbList, but they should be integers, e.g. beginning with '1' for the first item in the list.).freeze,
468
496
  label: "BreadcrumbList".freeze,
469
497
  subClassOf: "schema:ItemList".freeze,
470
498
  type: "rdfs:Class".freeze
@@ -501,6 +529,14 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
501
529
  label: "BroadcastService".freeze,
502
530
  subClassOf: "schema:Service".freeze,
503
531
  type: "rdfs:Class".freeze
532
+ term :BrokerageAccount,
533
+ comment: %(An account that allows an investor to deposit funds and place investment orders with a licensed broker or brokerage firm.).freeze,
534
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
535
+ label: "BrokerageAccount".freeze,
536
+ :"schema:category" => %(issue-1253).freeze,
537
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
538
+ subClassOf: "schema:InvestmentOrDeposit".freeze,
539
+ type: "rdfs:Class".freeze
504
540
  term :BuddhistTemple,
505
541
  comment: %(A Buddhist temple.).freeze,
506
542
  label: "BuddhistTemple".freeze,
@@ -515,7 +551,8 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
515
551
  type: "rdfs:Class".freeze
516
552
  term :BusReservation,
517
553
  comment: %(A reservation for bus travel. </p>
518
- <p>Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use <a class="localLink" href="/Offer">Offer</a>.).freeze,
554
+
555
+ <p>Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use <a class="localLink" href="http://schema.org/Offer">Offer</a>.).freeze,
519
556
  label: "BusReservation".freeze,
520
557
  subClassOf: "schema:Reservation".freeze,
521
558
  type: "rdfs:Class".freeze
@@ -541,13 +578,16 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
541
578
  type: "rdfs:Class".freeze
542
579
  term :BusinessEntityType,
543
580
  comment: %(<p>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.</p>
581
+
544
582
  <p>Commonly used values:</p>
583
+
545
584
  <ul>
546
585
  <li>http://purl.org/goodrelations/v1#Business</li>
547
586
  <li>http://purl.org/goodrelations/v1#Enduser</li>
548
587
  <li>http://purl.org/goodrelations/v1#PublicInstitution</li>
549
588
  <li>http://purl.org/goodrelations/v1#Reseller</li>
550
- </ul>).freeze,
589
+ </ul>
590
+ ).freeze,
551
591
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass).freeze,
552
592
  label: "BusinessEntityType".freeze,
553
593
  subClassOf: "schema:Enumeration".freeze,
@@ -559,7 +599,9 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
559
599
  type: "rdfs:Class".freeze
560
600
  term :BusinessFunction,
561
601
  comment: %(<p>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.</p>
602
+
562
603
  <p>Commonly used values:</p>
604
+
563
605
  <ul>
564
606
  <li>http://purl.org/goodrelations/v1#ConstructionInstallation</li>
565
607
  <li>http://purl.org/goodrelations/v1#Dispose</li>
@@ -569,7 +611,8 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
569
611
  <li>http://purl.org/goodrelations/v1#Repair</li>
570
612
  <li>http://purl.org/goodrelations/v1#Sell</li>
571
613
  <li>http://purl.org/goodrelations/v1#Buy</li>
572
- </ul>).freeze,
614
+ </ul>
615
+ ).freeze,
573
616
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass).freeze,
574
617
  label: "BusinessFunction".freeze,
575
618
  subClassOf: "schema:Enumeration".freeze,
@@ -612,10 +655,13 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
612
655
  type: "rdfs:Class".freeze
613
656
  term :CancelAction,
614
657
  comment: %(<p>The act of asserting that a future event/action is no longer going to happen.</p>
658
+
615
659
  <p>Related actions:</p>
660
+
616
661
  <ul>
617
- <li><a class="localLink" href="/ConfirmAction">ConfirmAction</a>: The antonym of CancelAction.</li>
618
- </ul>).freeze,
662
+ <li><a class="localLink" href="http://schema.org/ConfirmAction">ConfirmAction</a>: The antonym of CancelAction.</li>
663
+ </ul>
664
+ ).freeze,
619
665
  label: "CancelAction".freeze,
620
666
  subClassOf: "schema:PlanAction".freeze,
621
667
  type: "rdfs:Class".freeze
@@ -637,6 +683,22 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
637
683
  label: "Casino".freeze,
638
684
  subClassOf: "schema:EntertainmentBusiness".freeze,
639
685
  type: "rdfs:Class".freeze
686
+ term :CategoryCode,
687
+ comment: %(A Category Code.).freeze,
688
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/894).freeze,
689
+ label: "CategoryCode".freeze,
690
+ :"schema:category" => %(issue-894).freeze,
691
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
692
+ subClassOf: "schema:Intangible".freeze,
693
+ type: "rdfs:Class".freeze
694
+ term :CategoryCodeSet,
695
+ comment: %(A set of Category Code values.).freeze,
696
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/894).freeze,
697
+ label: "CategoryCodeSet".freeze,
698
+ :"schema:category" => %(issue-894).freeze,
699
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
700
+ subClassOf: "schema:CreativeWork".freeze,
701
+ type: "rdfs:Class".freeze
640
702
  term :CatholicChurch,
641
703
  comment: %(A Catholic church.).freeze,
642
704
  label: "CatholicChurch".freeze,
@@ -654,29 +716,35 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
654
716
  subClassOf: "schema:CreativeWork".freeze,
655
717
  type: "rdfs:Class".freeze
656
718
  term :CheckAction,
657
- comment: %(An agent inspects/determines/investigates/inquire or examine an object's accuracy/quality/condition or state.).freeze,
719
+ comment: %(An agent inspects, determines, investigates, inquires, or examines an object's accuracy, quality, condition, or state.).freeze,
658
720
  label: "CheckAction".freeze,
659
721
  subClassOf: "schema:FindAction".freeze,
660
722
  type: "rdfs:Class".freeze
661
723
  term :CheckInAction,
662
724
  comment: %(<p>The act of an agent communicating \(service provider, social media, etc\) their arrival by registering/confirming for a previously reserved service \(e.g. flight check in\) or at a place \(e.g. hotel\), possibly resulting in a result \(boarding pass, etc\).</p>
725
+
663
726
  <p>Related actions:</p>
727
+
664
728
  <ul>
665
- <li><a class="localLink" href="/CheckOutAction">CheckOutAction</a>: The antonym of CheckInAction.</li>
666
- <li><a class="localLink" href="/ArriveAction">ArriveAction</a>: Unlike ArriveAction, CheckInAction implies that the agent is informing/confirming the start of a previously reserved service.</li>
667
- <li><a class="localLink" href="/ConfirmAction">ConfirmAction</a>: Unlike ConfirmAction, CheckInAction implies that the agent is informing/confirming the <em>start</em> of a previously reserved service rather than its validity/existence.</li>
668
- </ul>).freeze,
729
+ <li><a class="localLink" href="http://schema.org/CheckOutAction">CheckOutAction</a>: The antonym of CheckInAction.</li>
730
+ <li><a class="localLink" href="http://schema.org/ArriveAction">ArriveAction</a>: Unlike ArriveAction, CheckInAction implies that the agent is informing/confirming the start of a previously reserved service.</li>
731
+ <li><a class="localLink" href="http://schema.org/ConfirmAction">ConfirmAction</a>: Unlike ConfirmAction, CheckInAction implies that the agent is informing/confirming the <em>start</em> of a previously reserved service rather than its validity/existence.</li>
732
+ </ul>
733
+ ).freeze,
669
734
  label: "CheckInAction".freeze,
670
735
  subClassOf: "schema:CommunicateAction".freeze,
671
736
  type: "rdfs:Class".freeze
672
737
  term :CheckOutAction,
673
738
  comment: %(<p>The act of an agent communicating \(service provider, social media, etc\) their departure of a previously reserved service \(e.g. flight check in\) or place \(e.g. hotel\).</p>
739
+
674
740
  <p>Related actions:</p>
741
+
675
742
  <ul>
676
- <li><a class="localLink" href="/CheckInAction">CheckInAction</a>: The antonym of CheckOutAction.</li>
677
- <li><a class="localLink" href="/DepartAction">DepartAction</a>: Unlike DepartAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.</li>
678
- <li><a class="localLink" href="/CancelAction">CancelAction</a>: Unlike CancelAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.</li>
679
- </ul>).freeze,
743
+ <li><a class="localLink" href="http://schema.org/CheckInAction">CheckInAction</a>: The antonym of CheckOutAction.</li>
744
+ <li><a class="localLink" href="http://schema.org/DepartAction">DepartAction</a>: Unlike DepartAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.</li>
745
+ <li><a class="localLink" href="http://schema.org/CancelAction">CancelAction</a>: Unlike CancelAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.</li>
746
+ </ul>
747
+ ).freeze,
680
748
  label: "CheckOutAction".freeze,
681
749
  subClassOf: "schema:CommunicateAction".freeze,
682
750
  type: "rdfs:Class".freeze
@@ -725,7 +793,6 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
725
793
  :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1061).freeze,
726
794
  label: "ClaimReview".freeze,
727
795
  :"schema:category" => %(issue-1061).freeze,
728
- :"schema:isPartOf" => %(http://pending.schema.org).freeze,
729
796
  subClassOf: "schema:Review".freeze,
730
797
  type: "rdfs:Class".freeze
731
798
  term :Class,
@@ -814,7 +881,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
814
881
  subClassOf: "schema:CreativeWork".freeze,
815
882
  type: "rdfs:Class".freeze
816
883
  term :Comment,
817
- comment: %(A comment on an item - for example, a comment on a blog post. The comment's content is expressed via the <a class="localLink" href="/text">text</a> property, and its topic via <a class="localLink" href="/about">about</a>, properties shared with all CreativeWorks.).freeze,
884
+ comment: %(A comment on an item - for example, a comment on a blog post. The comment's content is expressed via the <a class="localLink" href="http://schema.org/text">text</a> property, and its topic via <a class="localLink" href="http://schema.org/about">about</a>, properties shared with all CreativeWorks.).freeze,
818
885
  label: "Comment".freeze,
819
886
  subClassOf: "schema:CreativeWork".freeze,
820
887
  type: "rdfs:Class".freeze
@@ -828,6 +895,16 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
828
895
  label: "CommunicateAction".freeze,
829
896
  subClassOf: "schema:InteractAction".freeze,
830
897
  type: "rdfs:Class".freeze
898
+ term :CompleteDataFeed,
899
+ comment: %(A <a class="localLink" href="http://schema.org/CompleteDataFeed">CompleteDataFeed</a> is a <a class="localLink" href="http://schema.org/DataFeed">DataFeed</a> whose standard representation includes content for every item currently in the feed.</p>
900
+
901
+ <p>This is the equivalent of Atom's element as defined in Feed Paging and Archiving <a href="https://tools.ietf.org/html/rfc5005">RFC 5005</a>, For example \(and as defined for Atom\), when using data from a feed that represents a collection of items that varies over time \(e.g. "Top Twenty Records"\) there is no need to have newer entries mixed in alongside older, obsolete entries. By marking this feed as a CompleteDataFeed, old entries can be safely discarded when the feed is refreshed, since we can assume the feed has provided descriptions for all current items.).freeze,
902
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1397).freeze,
903
+ label: "CompleteDataFeed".freeze,
904
+ :"schema:category" => %(issue-1397).freeze,
905
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
906
+ subClassOf: "schema:DataFeed".freeze,
907
+ type: "rdfs:Class".freeze
831
908
  term :CompoundPriceSpecification,
832
909
  comment: %(A compound price specification is one that bundles multiple prices that all apply in combination for different dimensions of consumption. Use the name property of the attached unit price specification for indicating the dimension of a price component \(e.g. "electricity" or "final cleaning"\).).freeze,
833
910
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass).freeze,
@@ -835,7 +912,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
835
912
  subClassOf: "schema:PriceSpecification".freeze,
836
913
  type: "rdfs:Class".freeze
837
914
  term :ComputerLanguage,
838
- comment: %(This type covers computer programming languages such as Scheme and Lisp, as well as other language-like computer representations. Natural languages are best represented with the <a class="localLink" href="/Language">Language</a> type.).freeze,
915
+ comment: %(This type covers computer programming languages such as Scheme and Lisp, as well as other language-like computer representations. Natural languages are best represented with the <a class="localLink" href="http://schema.org/Language">Language</a> type.).freeze,
839
916
  label: "ComputerLanguage".freeze,
840
917
  subClassOf: "schema:Intangible".freeze,
841
918
  type: "rdfs:Class".freeze
@@ -846,13 +923,24 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
846
923
  type: "rdfs:Class".freeze
847
924
  term :ConfirmAction,
848
925
  comment: %(<p>The act of notifying someone that a future event/action is going to happen as expected.</p>
926
+
849
927
  <p>Related actions:</p>
928
+
850
929
  <ul>
851
- <li><a class="localLink" href="/CancelAction">CancelAction</a>: The antonym of ConfirmAction.</li>
852
- </ul>).freeze,
930
+ <li><a class="localLink" href="http://schema.org/CancelAction">CancelAction</a>: The antonym of ConfirmAction.</li>
931
+ </ul>
932
+ ).freeze,
853
933
  label: "ConfirmAction".freeze,
854
934
  subClassOf: "schema:InformAction".freeze,
855
935
  type: "rdfs:Class".freeze
936
+ term :Consortium,
937
+ comment: %(A Consortium is a membership <a class="localLink" href="http://schema.org/Organization">Organization</a> whose members are typically Organizations.).freeze,
938
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1559).freeze,
939
+ label: "Consortium".freeze,
940
+ :"schema:category" => %(issue-1559).freeze,
941
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
942
+ subClassOf: "schema:Organization".freeze,
943
+ type: "rdfs:Class".freeze
856
944
  term :ConsumeAction,
857
945
  comment: %(The act of ingesting information/resources/food.).freeze,
858
946
  label: "ConsumeAction".freeze,
@@ -910,19 +998,17 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
910
998
  subClassOf: "schema:AdministrativeArea".freeze,
911
999
  type: "rdfs:Class".freeze
912
1000
  term :Course,
913
- comment: %(A description of an educational course which may be offered as distinct instances at different times and places, or through different media or modes of study. An educational course is a sequence of one or more educational events and/or creative works which aims to build knowledge, competence or ability of learners.).freeze,
1001
+ comment: %(A description of an educational course which may be offered as distinct instances at which take place at different times or take place at different locations, or be offered through different media or modes of study. An educational course is a sequence of one or more educational events and/or creative works which aims to build knowledge, competence or ability of learners.).freeze,
914
1002
  :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/195).freeze,
915
1003
  label: "Course".freeze,
916
1004
  :"schema:category" => %(issue-195).freeze,
917
- :"schema:isPartOf" => %(http://pending.schema.org).freeze,
918
1005
  subClassOf: "schema:CreativeWork".freeze,
919
1006
  type: "rdfs:Class".freeze
920
1007
  term :CourseInstance,
921
- comment: %(An instance of a Course offered at a specific time and place or through specific media or mode of study or to a specific section of students.).freeze,
1008
+ comment: %(An instance of a <a class="localLink" href="http://schema.org/Course">Course</a> which is distinct from other instances because it is offered at a different time or location or through different media or modes of study or to a specific section of students.).freeze,
922
1009
  :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/195).freeze,
923
1010
  label: "CourseInstance".freeze,
924
1011
  :"schema:category" => %(issue-195).freeze,
925
- :"schema:isPartOf" => %(http://pending.schema.org).freeze,
926
1012
  subClassOf: "schema:Event".freeze,
927
1013
  type: "rdfs:Class".freeze
928
1014
  term :Courthouse,
@@ -954,15 +1040,19 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
954
1040
  subClassOf: "schema:CreativeWork".freeze,
955
1041
  type: "rdfs:Class".freeze
956
1042
  term :CreativeWorkSeries,
957
- comment: %(A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike <a class="localLink" href="/ItemList">ItemList</a> which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials \(written e.g. books and periodicals, or media such as tv, radio and games\).</p>
958
- <p>Specific subtypes are available for describing <a class="localLink" href="/TVSeries">TVSeries</a>, <a class="localLink" href="/RadioSeries">RadioSeries</a>, <a class="localLink" href="/MovieSeries">MovieSeries</a>, <a class="localLink" href="/BookSeries">BookSeries</a>, <a class="localLink" href="/Periodical">Periodical</a> and <a class="localLink" href="/VideoGameSeries">VideoGameSeries</a>. In each case, the <a class="localLink" href="/hasPart">hasPart</a> / <a class="localLink" href="/isPartOf">isPartOf</a> properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.</p>
1043
+ comment: %(A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike <a class="localLink" href="http://schema.org/ItemList">ItemList</a> which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials \(written e.g. books and periodicals, or media such as tv, radio and games\).</p>
1044
+
1045
+ <p>Specific subtypes are available for describing <a class="localLink" href="http://schema.org/TVSeries">TVSeries</a>, <a class="localLink" href="http://schema.org/RadioSeries">RadioSeries</a>, <a class="localLink" href="http://schema.org/MovieSeries">MovieSeries</a>, <a class="localLink" href="http://schema.org/BookSeries">BookSeries</a>, <a class="localLink" href="http://schema.org/Periodical">Periodical</a> and <a class="localLink" href="http://schema.org/VideoGameSeries">VideoGameSeries</a>. In each case, the <a class="localLink" href="http://schema.org/hasPart">hasPart</a> / <a class="localLink" href="http://schema.org/isPartOf">isPartOf</a> properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.</p>
1046
+
959
1047
  <p>It is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate.).freeze,
960
1048
  label: "CreativeWorkSeries".freeze,
961
1049
  subClassOf: "schema:CreativeWork".freeze,
962
1050
  type: "rdfs:Class".freeze
963
1051
  term :CreditCard,
964
1052
  comment: %(<p>A card payment method of a particular brand or name. Used to mark up a particular payment method and/or the financial product/service that supplies the card account.</p>
1053
+
965
1054
  <p>Commonly used values:</p>
1055
+
966
1056
  <ul>
967
1057
  <li>http://purl.org/goodrelations/v1#AmericanExpress</li>
968
1058
  <li>http://purl.org/goodrelations/v1#DinersClub</li>
@@ -970,7 +1060,8 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
970
1060
  <li>http://purl.org/goodrelations/v1#JCB</li>
971
1061
  <li>http://purl.org/goodrelations/v1#MasterCard</li>
972
1062
  <li>http://purl.org/goodrelations/v1#VISA</li>
973
- </ul>).freeze,
1063
+ </ul>
1064
+ ).freeze,
974
1065
  :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass).freeze],
975
1066
  label: "CreditCard".freeze,
976
1067
  subClassOf: ["schema:LoanOrCredit".freeze, "schema:PaymentCard".freeze],
@@ -1047,14 +1138,15 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
1047
1138
  label: "DateTime".freeze,
1048
1139
  type: ["rdfs:Class".freeze, "schema:DataType".freeze]
1049
1140
  term :DatedMoneySpecification,
1050
- comment: %(A DatedMoneySpecification represents monetary values with optional start and end dates. For example, this could represent an employee's salary over a specific period of time. <strong>Note:</strong> This type has been superseded by <a class="localLink" href="/MonetaryAmount">MonetaryAmount</a> use of that type is recommended).freeze,
1141
+ comment: %(A DatedMoneySpecification represents monetary values with optional start and end dates. For example, this could represent an employee's salary over a specific period of time. <strong>Note:</strong> This type has been superseded by <a class="localLink" href="http://schema.org/MonetaryAmount">MonetaryAmount</a> use of that type is recommended).freeze,
1051
1142
  label: "DatedMoneySpecification".freeze,
1052
1143
  :"schema:supersededBy" => %(schema:MonetaryAmount).freeze,
1053
1144
  subClassOf: "schema:StructuredValue".freeze,
1054
1145
  type: "rdfs:Class".freeze
1055
1146
  term :DayOfWeek,
1056
1147
  comment: %(The day of the week, e.g. used to specify to which day the opening hours of an OpeningHoursSpecification refer.</p>
1057
- <p>Originally, URLs from <a href="http://purl.org/goodrelations/v1">GoodRelations</a> were used \(for <a class="localLink" href="/Monday">Monday</a>, <a class="localLink" href="/Tuesday">Tuesday</a>, <a class="localLink" href="/Wednesday">Wednesday</a>, <a class="localLink" href="/Thursday">Thursday</a>, <a class="localLink" href="/Friday">Friday</a>, <a class="localLink" href="/Saturday">Saturday</a>, <a class="localLink" href="/Sunday">Sunday</a> plus a special entry for <a class="localLink" href="/PublicHolidays">PublicHolidays</a>\); these have now been integrated directly into schema.org.).freeze,
1148
+
1149
+ <p>Originally, URLs from <a href="http://purl.org/goodrelations/v1">GoodRelations</a> were used \(for <a class="localLink" href="http://schema.org/Monday">Monday</a>, <a class="localLink" href="http://schema.org/Tuesday">Tuesday</a>, <a class="localLink" href="http://schema.org/Wednesday">Wednesday</a>, <a class="localLink" href="http://schema.org/Thursday">Thursday</a>, <a class="localLink" href="http://schema.org/Friday">Friday</a>, <a class="localLink" href="http://schema.org/Saturday">Saturday</a>, <a class="localLink" href="http://schema.org/Sunday">Sunday</a> plus a special entry for <a class="localLink" href="http://schema.org/PublicHolidays">PublicHolidays</a>\); these have now been integrated directly into schema.org.).freeze,
1058
1150
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass).freeze,
1059
1151
  label: "DayOfWeek".freeze,
1060
1152
  subClassOf: "schema:Enumeration".freeze,
@@ -1092,7 +1184,9 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
1092
1184
  type: "rdfs:Class".freeze
1093
1185
  term :DeliveryMethod,
1094
1186
  comment: %(<p>A delivery method is a standardized procedure for transferring the product or service to the destination of fulfillment 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.</p>
1187
+
1095
1188
  <p>Commonly used values:</p>
1189
+
1096
1190
  <ul>
1097
1191
  <li>http://purl.org/goodrelations/v1#DeliveryModeDirectDownload</li>
1098
1192
  <li>http://purl.org/goodrelations/v1#DeliveryModeFreight</li>
@@ -1102,7 +1196,8 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
1102
1196
  <li>http://purl.org/goodrelations/v1#DHL</li>
1103
1197
  <li>http://purl.org/goodrelations/v1#FederalExpress</li>
1104
1198
  <li>http://purl.org/goodrelations/v1#UPS</li>
1105
- </ul>).freeze,
1199
+ </ul>
1200
+ ).freeze,
1106
1201
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass).freeze,
1107
1202
  label: "DeliveryMethod".freeze,
1108
1203
  subClassOf: "schema:Enumeration".freeze,
@@ -1363,6 +1458,19 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
1363
1458
  label: "EndorseAction".freeze,
1364
1459
  subClassOf: "schema:ReactAction".freeze,
1365
1460
  type: "rdfs:Class".freeze
1461
+ term :EndorsementRating,
1462
+ comment: %(An EndorsementRating is a rating that expresses some level of endorsement, for example inclusion in a "critic's pick" blog, a
1463
+ "Like" or "+1" on a social network. It can be considered the <a class="localLink" href="http://schema.org/result">result</a> of an <a class="localLink" href="http://schema.org/EndorseAction">EndorseAction</a> in which the <a class="localLink" href="http://schema.org/object">object</a> of the action is rated positively by
1464
+ some <a class="localLink" href="http://schema.org/agent">agent</a>. As is common elsewhere in schema.org, it is sometimes more useful to describe the results of such an action without explicitly describing the <a class="localLink" href="http://schema.org/Action">Action</a>.</p>
1465
+
1466
+ <p>An <a class="localLink" href="http://schema.org/EndorsementRating">EndorsementRating</a> may be part of a numeric scale or organized system, but this is not required: having an explicit type for indicating a positive,
1467
+ endorsement rating is particularly useful in the absence of numeric scales as it helps consumers understand that the rating is broadly positive.).freeze,
1468
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1061).freeze,
1469
+ label: "EndorsementRating".freeze,
1470
+ :"schema:category" => %(issue-1293).freeze,
1471
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
1472
+ subClassOf: "schema:Rating".freeze,
1473
+ type: "rdfs:Class".freeze
1366
1474
  term :Energy,
1367
1475
  comment: %(Properties that take Energy as values are of the form '&lt;Number&gt; &lt;Energy unit of measure&gt;'.).freeze,
1368
1476
  label: "Energy".freeze,
@@ -1390,46 +1498,34 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
1390
1498
  label: "Enumeration".freeze,
1391
1499
  subClassOf: "schema:Intangible".freeze,
1392
1500
  type: "rdfs:Class".freeze
1393
- term :EnumerationValue,
1394
- comment: %(An enumeration value.).freeze,
1395
- :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/894).freeze,
1396
- label: "EnumerationValue".freeze,
1397
- :"schema:category" => %(issue-894).freeze,
1398
- :"schema:isPartOf" => %(http://pending.schema.org).freeze,
1399
- subClassOf: "schema:Enumeration".freeze,
1400
- type: "rdfs:Class".freeze
1401
- term :EnumerationValueSet,
1402
- comment: %(A set of enumerated values.).freeze,
1403
- :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/894).freeze,
1404
- label: "EnumerationValueSet".freeze,
1405
- :"schema:category" => %(issue-894).freeze,
1406
- :"schema:isPartOf" => %(http://pending.schema.org).freeze,
1407
- subClassOf: "schema:CreativeWork".freeze,
1408
- type: "rdfs:Class".freeze
1409
1501
  term :Episode,
1410
1502
  comment: %(A media episode \(e.g. TV, radio, video game\) which can be part of a series or season.).freeze,
1411
1503
  label: "Episode".freeze,
1412
1504
  subClassOf: "schema:CreativeWork".freeze,
1413
1505
  type: "rdfs:Class".freeze
1414
1506
  term :Event,
1415
- comment: %(An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the <a class="localLink" href="/offers">offers</a> property. Repeated events may be structured as separate Event objects.).freeze,
1507
+ comment: %(An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the <a class="localLink" href="http://schema.org/offers">offers</a> property. Repeated events may be structured as separate Event objects.).freeze,
1416
1508
  label: "Event".freeze,
1417
1509
  :"owl:equivalentClass" => %(dcmitype:Event).freeze,
1418
1510
  subClassOf: "schema:Thing".freeze,
1419
1511
  type: "rdfs:Class".freeze
1420
1512
  term :EventReservation,
1421
1513
  comment: %(A reservation for an event like a concert, sporting event, or lecture.</p>
1422
- <p>Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use <a class="localLink" href="/Offer">Offer</a>.).freeze,
1514
+
1515
+ <p>Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use <a class="localLink" href="http://schema.org/Offer">Offer</a>.).freeze,
1423
1516
  label: "EventReservation".freeze,
1424
1517
  subClassOf: "schema:Reservation".freeze,
1425
1518
  type: "rdfs:Class".freeze
1426
1519
  term :EventSeries,
1427
- comment: %(A series of <a class="localLink" href="/Event">Event</a>s. Included events can relate with the series using the <a class="localLink" href="/superEvent">superEvent</a> property.</p>
1520
+ comment: %(A series of <a class="localLink" href="http://schema.org/Event">Event</a>s. Included events can relate with the series using the <a class="localLink" href="http://schema.org/superEvent">superEvent</a> property.</p>
1521
+
1428
1522
  <p>An EventSeries is a collection of events that share some unifying characteristic. For example, "The Olympic Games" is a series, which
1429
- is repeated regularly. The "2012 London Olympics" can be presented both as an <a class="localLink" href="/Event">Event</a> in the series "Olympic Games", and as an
1430
- <a class="localLink" href="/EventSeries">EventSeries</a> that included a number of sporting competitions as Events.</p>
1431
- <p>The nature of the association between the events in an <a class="localLink" href="/EventSeries">EventSeries</a> can vary, but typical examples could
1523
+ is repeated regularly. The "2012 London Olympics" can be presented both as an <a class="localLink" href="http://schema.org/Event">Event</a> in the series "Olympic Games", and as an
1524
+ <a class="localLink" href="http://schema.org/EventSeries">EventSeries</a> that included a number of sporting competitions as Events.</p>
1525
+
1526
+ <p>The nature of the association between the events in an <a class="localLink" href="http://schema.org/EventSeries">EventSeries</a> can vary, but typical examples could
1432
1527
  include a thematic event series \(e.g. topical meetups or classes\), or a series of regular events that share a location, attendee group and/or organizers.</p>
1528
+
1433
1529
  <p>EventSeries has been defined as a kind of Event to make it easy for publishers to use it in an Event context without
1434
1530
  worrying about which kinds of series are really event-like enough to call an Event. In general an EventSeries
1435
1531
  may seem more Event-like when the period of time is compact and when aspects such as location are fixed, but
@@ -1450,6 +1546,14 @@ it may also sometimes prove useful to describe a longer-term series as an Event.
1450
1546
  label: "EventVenue".freeze,
1451
1547
  subClassOf: "schema:CivicStructure".freeze,
1452
1548
  type: "rdfs:Class".freeze
1549
+ term :ExchangeRateSpecification,
1550
+ comment: %(A structured value representing exchange rate.).freeze,
1551
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
1552
+ label: "ExchangeRateSpecification".freeze,
1553
+ :"schema:category" => %(issue-1253).freeze,
1554
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
1555
+ subClassOf: "schema:StructuredValue".freeze,
1556
+ type: "rdfs:Class".freeze
1453
1557
  term :ExerciseAction,
1454
1558
  comment: %(The act of participating in exertive activity for the purposes of improving health and fitness.).freeze,
1455
1559
  label: "ExerciseAction".freeze,
@@ -1471,6 +1575,14 @@ it may also sometimes prove useful to describe a longer-term series as an Event.
1471
1575
  label: "ExhibitionEvent".freeze,
1472
1576
  subClassOf: "schema:Event".freeze,
1473
1577
  type: "rdfs:Class".freeze
1578
+ term :FMRadioChannel,
1579
+ comment: %(A radio channel that uses FM.).freeze,
1580
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1004).freeze,
1581
+ label: "FMRadioChannel".freeze,
1582
+ :"schema:category" => %(issue-1004).freeze,
1583
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
1584
+ subClassOf: "schema:RadioChannel".freeze,
1585
+ type: "rdfs:Class".freeze
1474
1586
  term :FastFoodRestaurant,
1475
1587
  comment: %(A fast-food restaurant.).freeze,
1476
1588
  label: "FastFoodRestaurant".freeze,
@@ -1498,11 +1610,14 @@ it may also sometimes prove useful to describe a longer-term series as an Event.
1498
1610
  subClassOf: "schema:LocalBusiness".freeze,
1499
1611
  type: "rdfs:Class".freeze
1500
1612
  term :FindAction,
1501
- comment: %(<p>TThe act of finding an object.</p>
1613
+ comment: %(<p>The act of finding an object.</p>
1614
+
1502
1615
  <p>Related actions:</p>
1616
+
1503
1617
  <ul>
1504
- <li><a class="localLink" href="/SearchAction">SearchAction</a>: FindAction is generally lead by a SearchAction, but not necessarily.</li>
1505
- </ul>).freeze,
1618
+ <li><a class="localLink" href="http://schema.org/SearchAction">SearchAction</a>: FindAction is generally lead by a SearchAction, but not necessarily.</li>
1619
+ </ul>
1620
+ ).freeze,
1506
1621
  label: "FindAction".freeze,
1507
1622
  subClassOf: "schema:Action".freeze,
1508
1623
  type: "rdfs:Class".freeze
@@ -1518,7 +1633,8 @@ it may also sometimes prove useful to describe a longer-term series as an Event.
1518
1633
  type: "rdfs:Class".freeze
1519
1634
  term :FlightReservation,
1520
1635
  comment: %(A reservation for air travel.</p>
1521
- <p>Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use <a class="localLink" href="/Offer">Offer</a>.).freeze,
1636
+
1637
+ <p>Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use <a class="localLink" href="http://schema.org/Offer">Offer</a>.).freeze,
1522
1638
  label: "FlightReservation".freeze,
1523
1639
  subClassOf: "schema:Reservation".freeze,
1524
1640
  type: "rdfs:Class".freeze
@@ -1534,14 +1650,17 @@ it may also sometimes prove useful to describe a longer-term series as an Event.
1534
1650
  type: "rdfs:Class".freeze
1535
1651
  term :FollowAction,
1536
1652
  comment: %(<p>The act of forming a personal connection with someone/something \(object\) unidirectionally/asymmetrically to get updates polled from.</p>
1653
+
1537
1654
  <p>Related actions:</p>
1655
+
1538
1656
  <ul>
1539
- <li><a class="localLink" href="/BefriendAction">BefriendAction</a>: Unlike BefriendAction, FollowAction implies that the connection is <em>not</em> necessarily reciprocal.</li>
1540
- <li><a class="localLink" href="/SubscribeAction">SubscribeAction</a>: Unlike SubscribeAction, FollowAction implies that the follower acts as an active agent constantly/actively polling for updates.</li>
1541
- <li><a class="localLink" href="/RegisterAction">RegisterAction</a>: Unlike RegisterAction, FollowAction implies that the agent is interested in continuing receiving updates from the object.</li>
1542
- <li><a class="localLink" href="/JoinAction">JoinAction</a>: Unlike JoinAction, FollowAction implies that the agent is interested in getting updates from the object.</li>
1543
- <li><a class="localLink" href="/TrackAction">TrackAction</a>: Unlike TrackAction, FollowAction refers to the polling of updates of all aspects of animate objects rather than the location of inanimate objects \(e.g. you track a package, but you don't follow it\).</li>
1544
- </ul>).freeze,
1657
+ <li><a class="localLink" href="http://schema.org/BefriendAction">BefriendAction</a>: Unlike BefriendAction, FollowAction implies that the connection is <em>not</em> necessarily reciprocal.</li>
1658
+ <li><a class="localLink" href="http://schema.org/SubscribeAction">SubscribeAction</a>: Unlike SubscribeAction, FollowAction implies that the follower acts as an active agent constantly/actively polling for updates.</li>
1659
+ <li><a class="localLink" href="http://schema.org/RegisterAction">RegisterAction</a>: Unlike RegisterAction, FollowAction implies that the agent is interested in continuing receiving updates from the object.</li>
1660
+ <li><a class="localLink" href="http://schema.org/JoinAction">JoinAction</a>: Unlike JoinAction, FollowAction implies that the agent is interested in getting updates from the object.</li>
1661
+ <li><a class="localLink" href="http://schema.org/TrackAction">TrackAction</a>: Unlike TrackAction, FollowAction refers to the polling of updates of all aspects of animate objects rather than the location of inanimate objects \(e.g. you track a package, but you don't follow it\).</li>
1662
+ </ul>
1663
+ ).freeze,
1545
1664
  label: "FollowAction".freeze,
1546
1665
  subClassOf: "schema:InteractAction".freeze,
1547
1666
  type: "rdfs:Class".freeze
@@ -1639,13 +1758,24 @@ it may also sometimes prove useful to describe a longer-term series as an Event.
1639
1758
  label: "GeoShape".freeze,
1640
1759
  subClassOf: "schema:StructuredValue".freeze,
1641
1760
  type: "rdfs:Class".freeze
1761
+ term :GeospatialGeometry,
1762
+ comment: %(\(Eventually to be defined as\) a supertype of GeoShape designed to accommodate definitions from Geo-Spatial best practices.).freeze,
1763
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1375).freeze,
1764
+ label: "GeospatialGeometry".freeze,
1765
+ :"schema:category" => %(issue-1375).freeze,
1766
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
1767
+ subClassOf: "schema:Intangible".freeze,
1768
+ type: "rdfs:Class".freeze
1642
1769
  term :GiveAction,
1643
1770
  comment: %(<p>The act of transferring ownership of an object to a destination. Reciprocal of TakeAction.</p>
1771
+
1644
1772
  <p>Related actions:</p>
1773
+
1645
1774
  <ul>
1646
- <li><a class="localLink" href="/TakeAction">TakeAction</a>: Reciprocal of GiveAction.</li>
1647
- <li><a class="localLink" href="/SendAction">SendAction</a>: Unlike SendAction, GiveAction implies that ownership is being transferred \(e.g. I may send my laptop to you, but that doesn't mean I'm giving it to you\).</li>
1648
- </ul>).freeze,
1775
+ <li><a class="localLink" href="http://schema.org/TakeAction">TakeAction</a>: Reciprocal of GiveAction.</li>
1776
+ <li><a class="localLink" href="http://schema.org/SendAction">SendAction</a>: Unlike SendAction, GiveAction implies that ownership is being transferred \(e.g. I may send my laptop to you, but that doesn't mean I'm giving it to you\).</li>
1777
+ </ul>
1778
+ ).freeze,
1649
1779
  label: "GiveAction".freeze,
1650
1780
  subClassOf: "schema:TransferAction".freeze,
1651
1781
  type: "rdfs:Class".freeze
@@ -1758,8 +1888,10 @@ it may also sometimes prove useful to describe a longer-term series as an Event.
1758
1888
  type: "rdfs:Class".freeze
1759
1889
  term :HomeAndConstructionBusiness,
1760
1890
  comment: %(A construction business.</p>
1761
- <p>A HomeAndConstructionBusiness is a <a class="localLink" href="/LocalBusiness">LocalBusiness</a> that provides services around homes and buildings.</p>
1762
- <p>As a <a class="localLink" href="/LocalBusiness">LocalBusiness</a> it can be described as a <a class="localLink" href="/provider">provider</a> of one or more <a class="localLink" href="/Service">Service</a>\(s\).).freeze,
1891
+
1892
+ <p>A HomeAndConstructionBusiness is a <a class="localLink" href="http://schema.org/LocalBusiness">LocalBusiness</a> that provides services around homes and buildings.</p>
1893
+
1894
+ <p>As a <a class="localLink" href="http://schema.org/LocalBusiness">LocalBusiness</a> it can be described as a <a class="localLink" href="http://schema.org/provider">provider</a> of one or more <a class="localLink" href="http://schema.org/Service">Service</a>\(s\).).freeze,
1763
1895
  label: "HomeAndConstructionBusiness".freeze,
1764
1896
  subClassOf: "schema:LocalBusiness".freeze,
1765
1897
  type: "rdfs:Class".freeze
@@ -1897,6 +2029,14 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
1897
2029
  label: "InternetCafe".freeze,
1898
2030
  subClassOf: "schema:LocalBusiness".freeze,
1899
2031
  type: "rdfs:Class".freeze
2032
+ term :InvestmentFund,
2033
+ comment: %(A company or fund that gathers capital from a number of investors to create a pool of money that is then re-invested into stocks, bonds and other assets.).freeze,
2034
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
2035
+ label: "InvestmentFund".freeze,
2036
+ :"schema:category" => %(issue-1253).freeze,
2037
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
2038
+ subClassOf: "schema:InvestmentOrDeposit".freeze,
2039
+ type: "rdfs:Class".freeze
1900
2040
  term :InvestmentOrDeposit,
1901
2041
  comment: %(A type of financial product that typically requires the client to transfer funds to a financial service in return for potential beneficial financial return.).freeze,
1902
2042
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze,
@@ -1945,12 +2085,15 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
1945
2085
  type: "rdfs:Class".freeze
1946
2086
  term :JoinAction,
1947
2087
  comment: %(<p>An agent joins an event/group with participants/friends at a location.</p>
2088
+
1948
2089
  <p>Related actions:</p>
2090
+
1949
2091
  <ul>
1950
- <li><a class="localLink" href="/RegisterAction">RegisterAction</a>: Unlike RegisterAction, JoinAction refers to joining a group/team of people.</li>
1951
- <li><a class="localLink" href="/SubscribeAction">SubscribeAction</a>: Unlike SubscribeAction, JoinAction does not imply that you'll be receiving updates.</li>
1952
- <li><a class="localLink" href="/FollowAction">FollowAction</a>: Unlike FollowAction, JoinAction does not imply that you'll be polling for updates.</li>
1953
- </ul>).freeze,
2092
+ <li><a class="localLink" href="http://schema.org/RegisterAction">RegisterAction</a>: Unlike RegisterAction, JoinAction refers to joining a group/team of people.</li>
2093
+ <li><a class="localLink" href="http://schema.org/SubscribeAction">SubscribeAction</a>: Unlike SubscribeAction, JoinAction does not imply that you'll be receiving updates.</li>
2094
+ <li><a class="localLink" href="http://schema.org/FollowAction">FollowAction</a>: Unlike FollowAction, JoinAction does not imply that you'll be polling for updates.</li>
2095
+ </ul>
2096
+ ).freeze,
1954
2097
  label: "JoinAction".freeze,
1955
2098
  subClassOf: "schema:InteractAction".freeze,
1956
2099
  type: "rdfs:Class".freeze
@@ -1976,23 +2119,27 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
1976
2119
  subClassOf: "schema:Place".freeze,
1977
2120
  type: "rdfs:Class".freeze
1978
2121
  term :Language,
1979
- comment: %(Natural languages such as Spanish, Tamil, Hindi, English, etc. Formal language code tags expressed in <a href="https://en.wikipedia.org/wiki/IETF_language_tag">BCP 47</a> can be used via the <a class="localLink" href="/alternateName">alternateName</a> property. The Language type previously also covered programming languages such as Scheme and Lisp, which are now best represented using <a class="localLink" href="/ComputerLanguage">ComputerLanguage</a>.).freeze,
2122
+ comment: %(Natural languages such as Spanish, Tamil, Hindi, English, etc. Formal language code tags expressed in <a href="https://en.wikipedia.org/wiki/IETF_language_tag">BCP 47</a> can be used via the <a class="localLink" href="http://schema.org/alternateName">alternateName</a> property. The Language type previously also covered programming languages such as Scheme and Lisp, which are now best represented using <a class="localLink" href="http://schema.org/ComputerLanguage">ComputerLanguage</a>.).freeze,
1980
2123
  label: "Language".freeze,
1981
2124
  subClassOf: "schema:Intangible".freeze,
1982
2125
  type: "rdfs:Class".freeze
1983
2126
  term :LeaveAction,
1984
2127
  comment: %(<p>An agent leaves an event / group with participants/friends at a location.</p>
2128
+
1985
2129
  <p>Related actions:</p>
2130
+
1986
2131
  <ul>
1987
- <li><a class="localLink" href="/JoinAction">JoinAction</a>: The antonym of LeaveAction.</li>
1988
- <li><a class="localLink" href="/UnRegisterAction">UnRegisterAction</a>: Unlike UnRegisterAction, LeaveAction implies leaving a group/team of people rather than a service.</li>
1989
- </ul>).freeze,
2132
+ <li><a class="localLink" href="http://schema.org/JoinAction">JoinAction</a>: The antonym of LeaveAction.</li>
2133
+ <li><a class="localLink" href="http://schema.org/UnRegisterAction">UnRegisterAction</a>: Unlike UnRegisterAction, LeaveAction implies leaving a group/team of people rather than a service.</li>
2134
+ </ul>
2135
+ ).freeze,
1990
2136
  label: "LeaveAction".freeze,
1991
2137
  subClassOf: "schema:InteractAction".freeze,
1992
2138
  type: "rdfs:Class".freeze
1993
2139
  term :LegalService,
1994
2140
  comment: %(A LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms.</p>
1995
- <p>As a <a class="localLink" href="/LocalBusiness">LocalBusiness</a> it can be described as a <a class="localLink" href="/provider">provider</a> of one or more <a class="localLink" href="/Service">Service</a>\(s\).).freeze,
2141
+
2142
+ <p>As a <a class="localLink" href="http://schema.org/LocalBusiness">LocalBusiness</a> it can be described as a <a class="localLink" href="http://schema.org/provider">provider</a> of one or more <a class="localLink" href="http://schema.org/Service">Service</a>\(s\).).freeze,
1996
2143
  label: "LegalService".freeze,
1997
2144
  subClassOf: "schema:LocalBusiness".freeze,
1998
2145
  type: "rdfs:Class".freeze
@@ -2003,10 +2150,13 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
2003
2150
  type: "rdfs:Class".freeze
2004
2151
  term :LendAction,
2005
2152
  comment: %(<p>The act of providing an object under an agreement that it will be returned at a later date. Reciprocal of BorrowAction.</p>
2153
+
2006
2154
  <p>Related actions:</p>
2155
+
2007
2156
  <ul>
2008
- <li><a class="localLink" href="/BorrowAction">BorrowAction</a>: Reciprocal of LendAction.</li>
2009
- </ul>).freeze,
2157
+ <li><a class="localLink" href="http://schema.org/BorrowAction">BorrowAction</a>: Reciprocal of LendAction.</li>
2158
+ </ul>
2159
+ ).freeze,
2010
2160
  label: "LendAction".freeze,
2011
2161
  subClassOf: "schema:TransferAction".freeze,
2012
2162
  type: "rdfs:Class".freeze
@@ -2015,6 +2165,14 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
2015
2165
  label: "Library".freeze,
2016
2166
  subClassOf: "schema:LocalBusiness".freeze,
2017
2167
  type: "rdfs:Class".freeze
2168
+ term :LibrarySystem,
2169
+ comment: %(A <a class="localLink" href="http://schema.org/LibrarySystem">LibrarySystem</a> is a collaborative system amongst several libraries.).freeze,
2170
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1495).freeze,
2171
+ label: "LibrarySystem".freeze,
2172
+ :"schema:category" => %(issue-1495).freeze,
2173
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
2174
+ subClassOf: "schema:Organization".freeze,
2175
+ type: "rdfs:Class".freeze
2018
2176
  term :LifestyleModification,
2019
2177
  comment: %(A process of care involving exercise, changes to diet, fitness routines, and other lifestyle changes aimed at improving a health condition.).freeze,
2020
2178
  label: "LifestyleModification".freeze,
@@ -2074,6 +2232,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
2074
2232
  term :LocalBusiness,
2075
2233
  comment: %(A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc.).freeze,
2076
2234
  label: "LocalBusiness".freeze,
2235
+ :"skos:closeMatch" => %(http://www.w3.org/ns/regorg#RegisteredOrganization).freeze,
2077
2236
  subClassOf: ["schema:Organization".freeze, "schema:Place".freeze],
2078
2237
  type: "rdfs:Class".freeze
2079
2238
  term :LocationFeatureSpecification,
@@ -2099,6 +2258,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
2099
2258
  type: "rdfs:Class".freeze
2100
2259
  term :LodgingReservation,
2101
2260
  comment: %(A reservation for lodging at a hotel, motel, inn, etc.</p>
2261
+
2102
2262
  <p>Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.).freeze,
2103
2263
  label: "LodgingReservation".freeze,
2104
2264
  subClassOf: "schema:Reservation".freeze,
@@ -2173,7 +2333,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
2173
2333
  comment: %(A code for a medical entity.).freeze,
2174
2334
  label: "MedicalCode".freeze,
2175
2335
  :"schema:isPartOf" => %(http://health-lifesci.schema.org).freeze,
2176
- subClassOf: "schema:MedicalIntangible".freeze,
2336
+ subClassOf: ["schema:CategoryCode".freeze, "schema:MedicalIntangible".freeze],
2177
2337
  type: "rdfs:Class".freeze
2178
2338
  term :MedicalCondition,
2179
2339
  comment: %(Any condition of the human body that affects the normal functioning of a person, whether physically or mentally. Includes diseases, injuries, disabilities, disorders, syndromes, etc.).freeze,
@@ -2412,6 +2572,21 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
2412
2572
  label: "MensClothingStore".freeze,
2413
2573
  subClassOf: "schema:Store".freeze,
2414
2574
  type: "rdfs:Class".freeze
2575
+ term :Menu,
2576
+ comment: %(A structured representation of food or drink items available from a FoodEstablishment.).freeze,
2577
+ label: "Menu".freeze,
2578
+ subClassOf: "schema:CreativeWork".freeze,
2579
+ type: "rdfs:Class".freeze
2580
+ term :MenuItem,
2581
+ comment: %(A food or drink item listed in a menu or menu section.).freeze,
2582
+ label: "MenuItem".freeze,
2583
+ subClassOf: "schema:Intangible".freeze,
2584
+ type: "rdfs:Class".freeze
2585
+ term :MenuSection,
2586
+ comment: %(A sub-grouping of food or drink items in a menu. E.g. courses \(such as 'Dinner', 'Breakfast', etc.\), specific type of dishes \(such as 'Meat', 'Vegan', 'Drinks', etc.\), or some other classification made by the menu provider.).freeze,
2587
+ label: "MenuSection".freeze,
2588
+ subClassOf: "schema:CreativeWork".freeze,
2589
+ type: "rdfs:Class".freeze
2415
2590
  term :Message,
2416
2591
  comment: %(A single message from a sender to one or more organizations or people.).freeze,
2417
2592
  label: "Message".freeze,
@@ -2433,11 +2608,27 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
2433
2608
  subClassOf: "schema:Store".freeze,
2434
2609
  type: "rdfs:Class".freeze
2435
2610
  term :MonetaryAmount,
2436
- comment: %(A monetary value or range. This type can be used to describe an amount of money such as $50 USD, or a range as in describing a bank account being suitable for a balance between £1,000 and £1,000,000 GBP, or the value of a salary, etc. It is recommended to use <a class="localLink" href="/PriceSpecification">PriceSpecification</a> Types to describe the price of an Offer, Invoice, etc.).freeze,
2611
+ comment: %(A monetary value or range. This type can be used to describe an amount of money such as $50 USD, or a range as in describing a bank account being suitable for a balance between £1,000 and £1,000,000 GBP, or the value of a salary, etc. It is recommended to use <a class="localLink" href="http://schema.org/PriceSpecification">PriceSpecification</a> Types to describe the price of an Offer, Invoice, etc.).freeze,
2437
2612
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze,
2438
2613
  label: "MonetaryAmount".freeze,
2439
2614
  subClassOf: "schema:StructuredValue".freeze,
2440
2615
  type: "rdfs:Class".freeze
2616
+ term :MoneyTransfer,
2617
+ comment: %(The act of transferring money from one place to another place. This may occur electronically or physically.).freeze,
2618
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
2619
+ label: "MoneyTransfer".freeze,
2620
+ :"schema:category" => %(issue-1253).freeze,
2621
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
2622
+ subClassOf: "schema:TransferAction".freeze,
2623
+ type: "rdfs:Class".freeze
2624
+ term :MortgageLoan,
2625
+ comment: %(A loan in which property or real estate is used as collateral. \(A loan securitized against some real estate.\)).freeze,
2626
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
2627
+ label: "MortgageLoan".freeze,
2628
+ :"schema:category" => %(issue-1253).freeze,
2629
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
2630
+ subClassOf: "schema:LoanOrCredit".freeze,
2631
+ type: "rdfs:Class".freeze
2441
2632
  term :Mosque,
2442
2633
  comment: %(A mosque.).freeze,
2443
2634
  label: "Mosque".freeze,
@@ -2481,10 +2672,13 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
2481
2672
  type: "rdfs:Class".freeze
2482
2673
  term :MoveAction,
2483
2674
  comment: %(<p>The act of an agent relocating to a place.</p>
2675
+
2484
2676
  <p>Related actions:</p>
2677
+
2485
2678
  <ul>
2486
- <li><a class="localLink" href="/TransferAction">TransferAction</a>: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.</li>
2487
- </ul>).freeze,
2679
+ <li><a class="localLink" href="http://schema.org/TransferAction">TransferAction</a>: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.</li>
2680
+ </ul>
2681
+ ).freeze,
2488
2682
  label: "MoveAction".freeze,
2489
2683
  subClassOf: "schema:Action".freeze,
2490
2684
  type: "rdfs:Class".freeze
@@ -2664,6 +2858,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
2664
2858
  type: "rdfs:Class".freeze
2665
2859
  term :Offer,
2666
2860
  comment: %(An offer to transfer some rights to an item or to provide a service — for example, an offer to sell tickets to an event, to rent the DVD of a movie, to stream a TV show over the internet, to repair a motorcycle, or to loan a book.</p>
2861
+
2667
2862
  <p>For <a href="http://www.gs1.org/barcodes/technical/idkeys/gtin">GTIN</a>-related fields, see <a href="http://www.gs1.org/barcodes/support/check_digit_calculator">Check Digit calculator</a> and <a href="http://www.gs1us.org/resources/standards/gtin-validation-guide">validation guide</a> from <a href="http://www.gs1.org/">GS1</a>.).freeze,
2668
2863
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms).freeze,
2669
2864
  label: "Offer".freeze,
@@ -2691,8 +2886,10 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
2691
2886
  type: "rdfs:Class".freeze
2692
2887
  term :OpeningHoursSpecification,
2693
2888
  comment: %(A structured value providing information about the opening hours of a place or a certain service inside a place.</p>
2694
- <p>The place is <strong>open</strong> if the <a class="localLink" href="/opens">opens</a> property is specified, and <strong>closed</strong> otherwise.</p>
2695
- <p>If the value for the <a class="localLink" href="/closes">closes</a> property is less than the value for the <a class="localLink" href="/opens">opens</a> property then the hour range is assumed to span over the next day.).freeze,
2889
+
2890
+ <p>The place is <strong>open</strong> if the <a class="localLink" href="http://schema.org/opens">opens</a> property is specified, and <strong>closed</strong> otherwise.</p>
2891
+
2892
+ <p>If the value for the <a class="localLink" href="http://schema.org/closes">closes</a> property is less than the value for the <a class="localLink" href="http://schema.org/opens">opens</a> property then the hour range is assumed to span over the next day.).freeze,
2696
2893
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass).freeze,
2697
2894
  label: "OpeningHoursSpecification".freeze,
2698
2895
  subClassOf: "schema:StructuredValue".freeze,
@@ -2772,12 +2969,15 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
2772
2969
  type: "rdfs:Class".freeze
2773
2970
  term :ParcelService,
2774
2971
  comment: %(<p>A private parcel service as the delivery mode available for a certain offer.</p>
2972
+
2775
2973
  <p>Commonly used values:</p>
2974
+
2776
2975
  <ul>
2777
2976
  <li>http://purl.org/goodrelations/v1#DHL</li>
2778
2977
  <li>http://purl.org/goodrelations/v1#FederalExpress</li>
2779
2978
  <li>http://purl.org/goodrelations/v1#UPS</li>
2780
- </ul>).freeze,
2979
+ </ul>
2980
+ ).freeze,
2781
2981
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass).freeze,
2782
2982
  label: "ParcelService".freeze,
2783
2983
  subClassOf: "schema:DeliveryMethod".freeze,
@@ -2834,7 +3034,9 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
2834
3034
  type: "rdfs:Class".freeze
2835
3035
  term :PaymentMethod,
2836
3036
  comment: %(<p>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.</p>
3037
+
2837
3038
  <p>Commonly used values:</p>
3039
+
2838
3040
  <ul>
2839
3041
  <li>http://purl.org/goodrelations/v1#ByBankTransferInAdvance</li>
2840
3042
  <li>http://purl.org/goodrelations/v1#ByInvoice</li>
@@ -2845,7 +3047,8 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
2845
3047
  <li>http://purl.org/goodrelations/v1#GoogleCheckout</li>
2846
3048
  <li>http://purl.org/goodrelations/v1#PayPal</li>
2847
3049
  <li>http://purl.org/goodrelations/v1#PaySwarm</li>
2848
- </ul>).freeze,
3050
+ </ul>
3051
+ ).freeze,
2849
3052
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass).freeze,
2850
3053
  label: "PaymentMethod".freeze,
2851
3054
  subClassOf: "schema:Enumeration".freeze,
@@ -2888,6 +3091,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
2888
3091
  type: "rdfs:Class".freeze
2889
3092
  term :Periodical,
2890
3093
  comment: %(A publication in any medium issued in successive parts bearing numerical or chronological designations and intended, such as a magazine, scholarly journal, or newspaper to continue indefinitely.</p>
3094
+
2891
3095
  <p>See also <a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html">blog post</a>.).freeze,
2892
3096
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex).freeze,
2893
3097
  label: "Periodical".freeze,
@@ -2972,11 +3176,14 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
2972
3176
  type: "rdfs:Class".freeze
2973
3177
  term :PlayAction,
2974
3178
  comment: %(<p>The act of playing/exercising/training/performing for enjoyment, leisure, recreation, Competition or exercise.</p>
3179
+
2975
3180
  <p>Related actions:</p>
3181
+
2976
3182
  <ul>
2977
- <li><a class="localLink" href="/ListenAction">ListenAction</a>: Unlike ListenAction \(which is under ConsumeAction\), PlayAction refers to performing for an audience or at an event, rather than consuming music.</li>
2978
- <li><a class="localLink" href="/WatchAction">WatchAction</a>: Unlike WatchAction \(which is under ConsumeAction\), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content.</li>
2979
- </ul>).freeze,
3183
+ <li><a class="localLink" href="http://schema.org/ListenAction">ListenAction</a>: Unlike ListenAction \(which is under ConsumeAction\), PlayAction refers to performing for an audience or at an event, rather than consuming music.</li>
3184
+ <li><a class="localLink" href="http://schema.org/WatchAction">WatchAction</a>: Unlike WatchAction \(which is under ConsumeAction\), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content.</li>
3185
+ </ul>
3186
+ ).freeze,
2980
3187
  label: "PlayAction".freeze,
2981
3188
  subClassOf: "schema:Action".freeze,
2982
3189
  type: "rdfs:Class".freeze
@@ -3040,7 +3247,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3040
3247
  subClassOf: "schema:MedicalIndication".freeze,
3041
3248
  type: "rdfs:Class".freeze
3042
3249
  term :PriceSpecification,
3043
- comment: %(A structured value representing a price or price range. Typically, only the subclasses of this type are used for markup. It is recommended to use <a class="localLink" href="/MonetaryAmount">MonetaryAmount</a> to describe independent amounts of money such as a salary, credit card limits, etc.).freeze,
3250
+ comment: %(A structured value representing a price or price range. Typically, only the subclasses of this type are used for markup. It is recommended to use <a class="localLink" href="http://schema.org/MonetaryAmount">MonetaryAmount</a> to describe independent amounts of money such as a salary, credit card limits, etc.).freeze,
3044
3251
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass).freeze,
3045
3252
  label: "PriceSpecification".freeze,
3046
3253
  subClassOf: "schema:StructuredValue".freeze,
@@ -3064,9 +3271,10 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3064
3271
  type: "rdfs:Class".freeze
3065
3272
  term :ProfessionalService,
3066
3273
  comment: %(Original definition: "provider of professional services."</p>
3067
- <p>The general <a class="localLink" href="/ProfessionalService">ProfessionalService</a> type for local businesses was deprecated due to confusion with <a class="localLink" href="/Service">Service</a>. For reference, the types that it included were: <a class="localLink" href="/Dentist">Dentist</a>,
3068
- <a class="localLink" href="/AccountingService">AccountingService</a>, <a class="localLink" href="/Attorney">Attorney</a>, <a class="localLink" href="/Notary">Notary</a>, as well as types for several kinds of <a class="localLink" href="/HomeAndConstructionBusiness">HomeAndConstructionBusiness</a>: <a class="localLink" href="/Electrician">Electrician</a>, <a class="localLink" href="/GeneralContractor">GeneralContractor</a>,
3069
- <a class="localLink" href="/HousePainter">HousePainter</a>, <a class="localLink" href="/Locksmith">Locksmith</a>, <a class="localLink" href="/Plumber">Plumber</a>, <a class="localLink" href="/RoofingContractor">RoofingContractor</a>. <a class="localLink" href="/LegalService">LegalService</a> was introduced as a more inclusive supertype of <a class="localLink" href="/Attorney">Attorney</a>.).freeze,
3274
+
3275
+ <p>The general <a class="localLink" href="http://schema.org/ProfessionalService">ProfessionalService</a> type for local businesses was deprecated due to confusion with <a class="localLink" href="http://schema.org/Service">Service</a>. For reference, the types that it included were: <a class="localLink" href="http://schema.org/Dentist">Dentist</a>,
3276
+ <a class="localLink" href="http://schema.org/AccountingService">AccountingService</a>, <a class="localLink" href="http://schema.org/Attorney">Attorney</a>, <a class="localLink" href="http://schema.org/Notary">Notary</a>, as well as types for several kinds of <a class="localLink" href="http://schema.org/HomeAndConstructionBusiness">HomeAndConstructionBusiness</a>: <a class="localLink" href="http://schema.org/Electrician">Electrician</a>, <a class="localLink" href="http://schema.org/GeneralContractor">GeneralContractor</a>,
3277
+ <a class="localLink" href="http://schema.org/HousePainter">HousePainter</a>, <a class="localLink" href="http://schema.org/Locksmith">Locksmith</a>, <a class="localLink" href="http://schema.org/Plumber">Plumber</a>, <a class="localLink" href="http://schema.org/RoofingContractor">RoofingContractor</a>. <a class="localLink" href="http://schema.org/LegalService">LegalService</a> was introduced as a more inclusive supertype of <a class="localLink" href="http://schema.org/Attorney">Attorney</a>.).freeze,
3070
3278
  label: "ProfessionalService".freeze,
3071
3279
  subClassOf: "schema:LocalBusiness".freeze,
3072
3280
  type: "rdfs:Class".freeze
@@ -3088,6 +3296,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3088
3296
  type: "rdfs:Class".freeze
3089
3297
  term :PropertyValue,
3090
3298
  comment: %(A property-value pair, e.g. representing a feature of a product or place. Use the 'name' property for the name of the property. If there is an additional human-readable version of the value, put that into the 'description' property.</p>
3299
+
3091
3300
  <p>Always use specific schema.org properties when a\) they exist and b\) you can populate them. Using PropertyValue as a substitute will typically not trigger the same effect as using the original, specific property.).freeze,
3092
3301
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass).freeze,
3093
3302
  label: "PropertyValue".freeze,
@@ -3122,6 +3331,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3122
3331
  type: "rdfs:Class".freeze
3123
3332
  term :PublicationIssue,
3124
3333
  comment: %(A part of a successively published publication such as a periodical or publication volume, often numbered, usually containing a grouping of works such as articles.</p>
3334
+
3125
3335
  <p><a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html">blog post</a>.).freeze,
3126
3336
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex).freeze,
3127
3337
  label: "PublicationIssue".freeze,
@@ -3130,8 +3340,10 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3130
3340
  type: "rdfs:Class".freeze
3131
3341
  term :PublicationVolume,
3132
3342
  comment: %(<p>A part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.</p>
3343
+
3133
3344
  <pre><code> &lt;br/&gt;&lt;br/&gt;See also &lt;a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html"&gt;blog post&lt;/a&gt;.
3134
- </code></pre>).freeze,
3345
+ </code></pre>
3346
+ ).freeze,
3135
3347
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex).freeze,
3136
3348
  label: "PublicationVolume".freeze,
3137
3349
  subClassOf: "schema:CreativeWork".freeze,
@@ -3165,7 +3377,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3165
3377
  subClassOf: "schema:CreativeWork".freeze,
3166
3378
  type: "rdfs:Class".freeze
3167
3379
  term :Quotation,
3168
- comment: %(A quotation from some work, attributable to real world author and - if associated with a fictional character - to any fictional Person. Use isBasedOnUrl to link to source/origin.).freeze,
3380
+ comment: %(A quotation. Often but not necessarily from some written work, attributable to a real world author and - if associated with a fictional character - to any fictional Person. Use <a class="localLink" href="http://schema.org/isBasedOn">isBasedOn</a> to link to source/origin. The <a class="localLink" href="http://schema.org/recordedIn">recordedIn</a> property can be used to reference a Quotation from an <a class="localLink" href="http://schema.org/Event">Event</a>.).freeze,
3169
3381
  :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/271).freeze,
3170
3382
  label: "Quotation".freeze,
3171
3383
  :"schema:category" => %(issue-271).freeze,
@@ -3240,16 +3452,19 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3240
3452
  type: "rdfs:Class".freeze
3241
3453
  term :ReceiveAction,
3242
3454
  comment: %(<p>The act of physically/electronically taking delivery of an object thathas been transferred from an origin to a destination. Reciprocal of SendAction.</p>
3455
+
3243
3456
  <p>Related actions:</p>
3457
+
3244
3458
  <ul>
3245
- <li><a class="localLink" href="/SendAction">SendAction</a>: The reciprocal of ReceiveAction.</li>
3246
- <li><a class="localLink" href="/TakeAction">TakeAction</a>: Unlike TakeAction, ReceiveAction does not imply that the ownership has been transfered \(e.g. I can receive a package, but it does not mean the package is now mine\).</li>
3247
- </ul>).freeze,
3459
+ <li><a class="localLink" href="http://schema.org/SendAction">SendAction</a>: The reciprocal of ReceiveAction.</li>
3460
+ <li><a class="localLink" href="http://schema.org/TakeAction">TakeAction</a>: Unlike TakeAction, ReceiveAction does not imply that the ownership has been transfered \(e.g. I can receive a package, but it does not mean the package is now mine\).</li>
3461
+ </ul>
3462
+ ).freeze,
3248
3463
  label: "ReceiveAction".freeze,
3249
3464
  subClassOf: "schema:TransferAction".freeze,
3250
3465
  type: "rdfs:Class".freeze
3251
3466
  term :Recipe,
3252
- comment: %(A recipe. For dietary restrictions covered by the recipe, a few common restrictions are enumerated via <a class="localLink" href="/suitableForDiet">suitableForDiet</a>. The <a class="localLink" href="/keywords">keywords</a> property can also be used to add more detail.).freeze,
3467
+ comment: %(A recipe. For dietary restrictions covered by the recipe, a few common restrictions are enumerated via <a class="localLink" href="http://schema.org/suitableForDiet">suitableForDiet</a>. The <a class="localLink" href="http://schema.org/keywords">keywords</a> property can also be used to add more detail.).freeze,
3253
3468
  label: "Recipe".freeze,
3254
3469
  subClassOf: "schema:CreativeWork".freeze,
3255
3470
  type: "rdfs:Class".freeze
@@ -3266,21 +3481,27 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3266
3481
  type: "rdfs:Class".freeze
3267
3482
  term :RegisterAction,
3268
3483
  comment: %(<p>The act of registering to be a user of a service, product or web page.</p>
3484
+
3269
3485
  <p>Related actions:</p>
3486
+
3270
3487
  <ul>
3271
- <li><a class="localLink" href="/JoinAction">JoinAction</a>: Unlike JoinAction, RegisterAction implies you are registering to be a user of a service, <em>not</em> a group/team of people.</li>
3488
+ <li><a class="localLink" href="http://schema.org/JoinAction">JoinAction</a>: Unlike JoinAction, RegisterAction implies you are registering to be a user of a service, <em>not</em> a group/team of people.</li>
3272
3489
  <li>[FollowAction]]: Unlike FollowAction, RegisterAction doesn't imply that the agent is expecting to poll for updates from the object.</li>
3273
- <li><a class="localLink" href="/SubscribeAction">SubscribeAction</a>: Unlike SubscribeAction, RegisterAction doesn't imply that the agent is expecting updates from the object.</li>
3274
- </ul>).freeze,
3490
+ <li><a class="localLink" href="http://schema.org/SubscribeAction">SubscribeAction</a>: Unlike SubscribeAction, RegisterAction doesn't imply that the agent is expecting updates from the object.</li>
3491
+ </ul>
3492
+ ).freeze,
3275
3493
  label: "RegisterAction".freeze,
3276
3494
  subClassOf: "schema:InteractAction".freeze,
3277
3495
  type: "rdfs:Class".freeze
3278
3496
  term :RejectAction,
3279
3497
  comment: %(<p>The act of rejecting to/adopting an object.</p>
3498
+
3280
3499
  <p>Related actions:</p>
3500
+
3281
3501
  <ul>
3282
- <li><a class="localLink" href="/AcceptAction">AcceptAction</a>: The antonym of RejectAction.</li>
3283
- </ul>).freeze,
3502
+ <li><a class="localLink" href="http://schema.org/AcceptAction">AcceptAction</a>: The antonym of RejectAction.</li>
3503
+ </ul>
3504
+ ).freeze,
3284
3505
  label: "RejectAction".freeze,
3285
3506
  subClassOf: "schema:AllocateAction".freeze,
3286
3507
  type: "rdfs:Class".freeze
@@ -3291,21 +3512,33 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3291
3512
  type: "rdfs:Class".freeze
3292
3513
  term :RentalCarReservation,
3293
3514
  comment: %(A reservation for a rental car.</p>
3515
+
3294
3516
  <p>Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.).freeze,
3295
3517
  label: "RentalCarReservation".freeze,
3296
3518
  subClassOf: "schema:Reservation".freeze,
3297
3519
  type: "rdfs:Class".freeze
3520
+ term :RepaymentSpecification,
3521
+ comment: %(A structured value representing repayment.).freeze,
3522
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
3523
+ label: "RepaymentSpecification".freeze,
3524
+ :"schema:category" => %(issue-1253).freeze,
3525
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
3526
+ subClassOf: "schema:StructuredValue".freeze,
3527
+ type: "rdfs:Class".freeze
3298
3528
  term :ReplaceAction,
3299
3529
  comment: %(The act of editing a recipient by replacing an old object with a new object.).freeze,
3300
3530
  label: "ReplaceAction".freeze,
3301
3531
  subClassOf: "schema:UpdateAction".freeze,
3302
3532
  type: "rdfs:Class".freeze
3303
3533
  term :ReplyAction,
3304
- comment: %(<p>The act of responding to a question/message asked/sent by the object. Related to <a class="localLink" href="/AskAction">AskAction</a></p>
3534
+ comment: %(<p>The act of responding to a question/message asked/sent by the object. Related to <a class="localLink" href="http://schema.org/AskAction">AskAction</a></p>
3535
+
3305
3536
  <p>Related actions:</p>
3537
+
3306
3538
  <ul>
3307
- <li><a class="localLink" href="/AskAction">AskAction</a>: Appears generally as an origin of a ReplyAction.</li>
3308
- </ul>).freeze,
3539
+ <li><a class="localLink" href="http://schema.org/AskAction">AskAction</a>: Appears generally as an origin of a ReplyAction.</li>
3540
+ </ul>
3541
+ ).freeze,
3309
3542
  label: "ReplyAction".freeze,
3310
3543
  subClassOf: "schema:CommunicateAction".freeze,
3311
3544
  type: "rdfs:Class".freeze
@@ -3322,7 +3555,8 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3322
3555
  type: "rdfs:Class".freeze
3323
3556
  term :Reservation,
3324
3557
  comment: %(Describes a reservation for travel, dining or an event. Some reservations require tickets. </p>
3325
- <p>Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use <a class="localLink" href="/Offer">Offer</a>.).freeze,
3558
+
3559
+ <p>Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use <a class="localLink" href="http://schema.org/Offer">Offer</a>.).freeze,
3326
3560
  label: "Reservation".freeze,
3327
3561
  subClassOf: "schema:Intangible".freeze,
3328
3562
  type: "rdfs:Class".freeze
@@ -3338,10 +3572,13 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3338
3572
  type: "rdfs:Class".freeze
3339
3573
  term :ReserveAction,
3340
3574
  comment: %(<p>Reserving a concrete object.</p>
3575
+
3341
3576
  <p>Related actions:</p>
3577
+
3342
3578
  <ul>
3343
- <li><a class="localLink" href="/ScheduleAction">ScheduleAction</a></a>: Unlike ScheduleAction, ReserveAction reserves concrete objects \(e.g. a table, a hotel\) towards a time slot / spatial allocation.</li>
3344
- </ul>).freeze,
3579
+ <li><a class="localLink" href="http://schema.org/ScheduleAction">ScheduleAction</a></a>: Unlike ScheduleAction, ReserveAction reserves concrete objects \(e.g. a table, a hotel\) towards a time slot / spatial allocation.</li>
3580
+ </ul>
3581
+ ).freeze,
3345
3582
  label: "ReserveAction".freeze,
3346
3583
  subClassOf: "schema:PlanAction".freeze,
3347
3584
  type: "rdfs:Class".freeze
@@ -3400,6 +3637,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3400
3637
  type: "rdfs:Class".freeze
3401
3638
  term :Role,
3402
3639
  comment: %(Represents additional information about a relationship or property. For example a Role can be used to say that a 'member' role linking some SportsTeam to a player occurred during a particular time period. Or that a Person's 'actor' role in a Movie was for some particular characterName. Such properties can be attached to a Role entity, which is then associated with the main entities using ordinary properties like 'member' or 'actor'.</p>
3640
+
3403
3641
  <p>See also <a href="http://blog.schema.org/2014/06/introducing-role.html">blog post</a>.).freeze,
3404
3642
  label: "Role".freeze,
3405
3643
  subClassOf: "schema:Intangible".freeze,
@@ -3434,10 +3672,13 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3434
3672
  type: "rdfs:Class".freeze
3435
3673
  term :ScheduleAction,
3436
3674
  comment: %(<p>Scheduling future actions, events, or tasks.</p>
3675
+
3437
3676
  <p>Related actions:</p>
3677
+
3438
3678
  <ul>
3439
- <li><a class="localLink" href="/ReserveAction">ReserveAction</a>: Unlike ReserveAction, ScheduleAction allocates future actions \(e.g. an event, a task, etc\) towards a time slot / spatial allocation.</li>
3440
- </ul>).freeze,
3679
+ <li><a class="localLink" href="http://schema.org/ReserveAction">ReserveAction</a>: Unlike ReserveAction, ScheduleAction allocates future actions \(e.g. an event, a task, etc\) towards a time slot / spatial allocation.</li>
3680
+ </ul>
3681
+ ).freeze,
3441
3682
  label: "ScheduleAction".freeze,
3442
3683
  subClassOf: "schema:PlanAction".freeze,
3443
3684
  type: "rdfs:Class".freeze
@@ -3468,10 +3709,13 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3468
3709
  type: "rdfs:Class".freeze
3469
3710
  term :SearchAction,
3470
3711
  comment: %(<p>The act of searching for an object.</p>
3712
+
3471
3713
  <p>Related actions:</p>
3714
+
3472
3715
  <ul>
3473
- <li><a class="localLink" href="/FindAction">FindAction</a>: SearchAction generally leads to a FindAction, but not necessarily.</li>
3474
- </ul>).freeze,
3716
+ <li><a class="localLink" href="http://schema.org/FindAction">FindAction</a>: SearchAction generally leads to a FindAction, but not necessarily.</li>
3717
+ </ul>
3718
+ ).freeze,
3475
3719
  label: "SearchAction".freeze,
3476
3720
  subClassOf: "schema:Action".freeze,
3477
3721
  type: "rdfs:Class".freeze
@@ -3503,10 +3747,12 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3503
3747
  type: "rdfs:Class".freeze
3504
3748
  term :SendAction,
3505
3749
  comment: %(<p>The act of physically/electronically dispatching an object for transfer from an origin to a destination.Related actions:</p>
3750
+
3506
3751
  <ul>
3507
- <li><a class="localLink" href="/ReceiveAction">ReceiveAction</a>: The reciprocal of SendAction.</li>
3508
- <li><a class="localLink" href="/GiveAction">GiveAction</a>: Unlike GiveAction, SendAction does not imply the transfer of ownership \(e.g. I can send you my laptop, but I'm not necessarily giving it to you\).</li>
3509
- </ul>).freeze,
3752
+ <li><a class="localLink" href="http://schema.org/ReceiveAction">ReceiveAction</a>: The reciprocal of SendAction.</li>
3753
+ <li><a class="localLink" href="http://schema.org/GiveAction">GiveAction</a>: Unlike GiveAction, SendAction does not imply the transfer of ownership \(e.g. I can send you my laptop, but I'm not necessarily giving it to you\).</li>
3754
+ </ul>
3755
+ ).freeze,
3510
3756
  label: "SendAction".freeze,
3511
3757
  subClassOf: "schema:TransferAction".freeze,
3512
3758
  type: "rdfs:Class".freeze
@@ -3581,6 +3827,14 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3581
3827
  label: "SomeProducts".freeze,
3582
3828
  subClassOf: "schema:Product".freeze,
3583
3829
  type: "rdfs:Class".freeze
3830
+ term :SpeakableSpecification,
3831
+ comment: %(A SpeakableSpecification indicates \(typically via <a class="localLink" href="http://schema.org/xpath">xpath</a> or <a class="localLink" href="http://schema.org/cssSelector">cssSelector</a>\) sections of a document that are highlighted as particularly <a class="localLink" href="http://schema.org/speakable">speakable</a>. Instances of this type are expected to be used primarily as values of the <a class="localLink" href="http://schema.org/speakable">speakable</a> property.).freeze,
3832
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1389).freeze,
3833
+ label: "SpeakableSpecification".freeze,
3834
+ :"schema:category" => %(issue-1389).freeze,
3835
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
3836
+ subClassOf: "schema:Intangible".freeze,
3837
+ type: "rdfs:Class".freeze
3584
3838
  term :Specialty,
3585
3839
  comment: %(Any branch of a field in which people typically develop specific expertise, usually after significant study, time, and effort.).freeze,
3586
3840
  label: "Specialty".freeze,
@@ -3649,12 +3903,15 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3649
3903
  type: "rdfs:Class".freeze
3650
3904
  term :SubscribeAction,
3651
3905
  comment: %(<p>The act of forming a personal connection with someone/something \(object\) unidirectionally/asymmetrically to get updates pushed to.</p>
3906
+
3652
3907
  <p>Related actions:</p>
3908
+
3653
3909
  <ul>
3654
- <li><a class="localLink" href="/FollowAction">FollowAction</a>: Unlike FollowAction, SubscribeAction implies that the subscriber acts as a passive agent being constantly/actively pushed for updates.</li>
3655
- <li><a class="localLink" href="/RegisterAction">RegisterAction</a>: Unlike RegisterAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.</li>
3656
- <li><a class="localLink" href="/JoinAction">JoinAction</a>: Unlike JoinAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.</li>
3657
- </ul>).freeze,
3910
+ <li><a class="localLink" href="http://schema.org/FollowAction">FollowAction</a>: Unlike FollowAction, SubscribeAction implies that the subscriber acts as a passive agent being constantly/actively pushed for updates.</li>
3911
+ <li><a class="localLink" href="http://schema.org/RegisterAction">RegisterAction</a>: Unlike RegisterAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.</li>
3912
+ <li><a class="localLink" href="http://schema.org/JoinAction">JoinAction</a>: Unlike JoinAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.</li>
3913
+ </ul>
3914
+ ).freeze,
3658
3915
  label: "SubscribeAction".freeze,
3659
3916
  subClassOf: "schema:InteractAction".freeze,
3660
3917
  type: "rdfs:Class".freeze
@@ -3685,7 +3942,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3685
3942
  subClassOf: "schema:MedicalEntity".freeze,
3686
3943
  type: "rdfs:Class".freeze
3687
3944
  term :SurgicalProcedure,
3688
- comment: %(A medical procedure involving an incision with instruments; performed for diagnose, or therapeutic purposes.).freeze,
3945
+ comment: %(A type of medical procedure that involves invasive surgical techniques.).freeze,
3689
3946
  label: "SurgicalProcedure".freeze,
3690
3947
  :"owl:equivalentClass" => %(http://purl.bioontology.org/ontology/SNOMEDCT/387713003).freeze,
3691
3948
  :"schema:isPartOf" => %(http://health-lifesci.schema.org).freeze,
@@ -3728,11 +3985,14 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3728
3985
  type: "rdfs:Class".freeze
3729
3986
  term :TakeAction,
3730
3987
  comment: %(<p>The act of gaining ownership of an object from an origin. Reciprocal of GiveAction.</p>
3988
+
3731
3989
  <p>Related actions:</p>
3990
+
3732
3991
  <ul>
3733
- <li><a class="localLink" href="/GiveAction">GiveAction</a>: The reciprocal of TakeAction.</li>
3734
- <li><a class="localLink" href="/ReceiveAction">ReceiveAction</a>: Unlike ReceiveAction, TakeAction implies that ownership has been transfered.</li>
3735
- </ul>).freeze,
3992
+ <li><a class="localLink" href="http://schema.org/GiveAction">GiveAction</a>: The reciprocal of TakeAction.</li>
3993
+ <li><a class="localLink" href="http://schema.org/ReceiveAction">ReceiveAction</a>: Unlike ReceiveAction, TakeAction implies that ownership has been transfered.</li>
3994
+ </ul>
3995
+ ).freeze,
3736
3996
  label: "TakeAction".freeze,
3737
3997
  subClassOf: "schema:TransferAction".freeze,
3738
3998
  type: "rdfs:Class".freeze
@@ -3749,7 +4009,8 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3749
4009
  type: "rdfs:Class".freeze
3750
4010
  term :TaxiReservation,
3751
4011
  comment: %(A reservation for a taxi.</p>
3752
- <p>Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use <a class="localLink" href="/Offer">Offer</a>.).freeze,
4012
+
4013
+ <p>Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use <a class="localLink" href="http://schema.org/Offer">Offer</a>.).freeze,
3753
4014
  label: "TaxiReservation".freeze,
3754
4015
  subClassOf: "schema:Reservation".freeze,
3755
4016
  type: "rdfs:Class".freeze
@@ -3861,11 +4122,14 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3861
4122
  type: "rdfs:Class".freeze
3862
4123
  term :TrackAction,
3863
4124
  comment: %(<p>An agent tracks an object for updates.</p>
4125
+
3864
4126
  <p>Related actions:</p>
4127
+
3865
4128
  <ul>
3866
- <li><a class="localLink" href="/FollowAction">FollowAction</a>: Unlike FollowAction, TrackAction refers to the interest on the location of innanimates objects.</li>
3867
- <li><a class="localLink" href="/SubscribeAction">SubscribeAction</a>: Unlike SubscribeAction, TrackAction refers to the interest on the location of innanimate objects.</li>
3868
- </ul>).freeze,
4129
+ <li><a class="localLink" href="http://schema.org/FollowAction">FollowAction</a>: Unlike FollowAction, TrackAction refers to the interest on the location of innanimates objects.</li>
4130
+ <li><a class="localLink" href="http://schema.org/SubscribeAction">SubscribeAction</a>: Unlike SubscribeAction, TrackAction refers to the interest on the location of innanimate objects.</li>
4131
+ </ul>
4132
+ ).freeze,
3869
4133
  label: "TrackAction".freeze,
3870
4134
  subClassOf: "schema:FindAction".freeze,
3871
4135
  type: "rdfs:Class".freeze
@@ -3876,7 +4140,8 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3876
4140
  type: "rdfs:Class".freeze
3877
4141
  term :TrainReservation,
3878
4142
  comment: %(A reservation for train travel.</p>
3879
- <p>Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use <a class="localLink" href="/Offer">Offer</a>.).freeze,
4143
+
4144
+ <p>Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use <a class="localLink" href="http://schema.org/Offer">Offer</a>.).freeze,
3880
4145
  label: "TrainReservation".freeze,
3881
4146
  subClassOf: "schema:Reservation".freeze,
3882
4147
  type: "rdfs:Class".freeze
@@ -3924,11 +4189,14 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3924
4189
  type: "rdfs:Class".freeze
3925
4190
  term :UnRegisterAction,
3926
4191
  comment: %(<p>The act of un-registering from a service.</p>
4192
+
3927
4193
  <p>Related actions:</p>
4194
+
3928
4195
  <ul>
3929
- <li><a class="localLink" href="/RegisterAction">RegisterAction</a>: antonym of UnRegisterAction.</li>
3930
- <li><a class="localLink" href="/Leave">Leave</a>: Unlike LeaveAction, UnRegisterAction implies that you are unregistering from a service you werer previously registered, rather than leaving a team/group of people.</li>
3931
- </ul>).freeze,
4196
+ <li><a class="localLink" href="http://schema.org/RegisterAction">RegisterAction</a>: antonym of UnRegisterAction.</li>
4197
+ <li><a class="localLink" href="http://schema.org/Leave">Leave</a>: Unlike LeaveAction, UnRegisterAction implies that you are unregistering from a service you werer previously registered, rather than leaving a team/group of people.</li>
4198
+ </ul>
4199
+ ).freeze,
3932
4200
  label: "UnRegisterAction".freeze,
3933
4201
  subClassOf: "schema:InteractAction".freeze,
3934
4202
  type: "rdfs:Class".freeze
@@ -3949,62 +4217,62 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3949
4217
  subClassOf: "schema:ConsumeAction".freeze,
3950
4218
  type: "rdfs:Class".freeze
3951
4219
  term :UserBlocks,
3952
- comment: %(UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="/Comment">Comment</a>.).freeze,
4220
+ comment: %(UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="http://schema.org/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="http://schema.org/Comment">Comment</a>.).freeze,
3953
4221
  label: "UserBlocks".freeze,
3954
4222
  :"schema:supersededBy" => %(schema:InteractionCounter).freeze,
3955
4223
  subClassOf: "schema:UserInteraction".freeze,
3956
4224
  type: "rdfs:Class".freeze
3957
4225
  term :UserCheckins,
3958
- comment: %(UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="/Comment">Comment</a>.).freeze,
4226
+ comment: %(UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="http://schema.org/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="http://schema.org/Comment">Comment</a>.).freeze,
3959
4227
  label: "UserCheckins".freeze,
3960
4228
  :"schema:supersededBy" => %(schema:InteractionCounter).freeze,
3961
4229
  subClassOf: "schema:UserInteraction".freeze,
3962
4230
  type: "rdfs:Class".freeze
3963
4231
  term :UserComments,
3964
- comment: %(UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="/Comment">Comment</a>.).freeze,
4232
+ comment: %(UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="http://schema.org/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="http://schema.org/Comment">Comment</a>.).freeze,
3965
4233
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews).freeze,
3966
4234
  label: "UserComments".freeze,
3967
4235
  :"schema:supersededBy" => %(schema:InteractionCounter).freeze,
3968
4236
  subClassOf: "schema:UserInteraction".freeze,
3969
4237
  type: "rdfs:Class".freeze
3970
4238
  term :UserDownloads,
3971
- comment: %(UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="/Comment">Comment</a>.).freeze,
4239
+ comment: %(UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="http://schema.org/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="http://schema.org/Comment">Comment</a>.).freeze,
3972
4240
  label: "UserDownloads".freeze,
3973
4241
  :"schema:supersededBy" => %(schema:InteractionCounter).freeze,
3974
4242
  subClassOf: "schema:UserInteraction".freeze,
3975
4243
  type: "rdfs:Class".freeze
3976
4244
  term :UserInteraction,
3977
- comment: %(UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="/Comment">Comment</a>.).freeze,
4245
+ comment: %(UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="http://schema.org/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="http://schema.org/Comment">Comment</a>.).freeze,
3978
4246
  label: "UserInteraction".freeze,
3979
4247
  :"schema:supersededBy" => %(schema:InteractionCounter).freeze,
3980
4248
  subClassOf: "schema:Event".freeze,
3981
4249
  type: "rdfs:Class".freeze
3982
4250
  term :UserLikes,
3983
- comment: %(UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="/Comment">Comment</a>.).freeze,
4251
+ comment: %(UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="http://schema.org/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="http://schema.org/Comment">Comment</a>.).freeze,
3984
4252
  label: "UserLikes".freeze,
3985
4253
  :"schema:supersededBy" => %(schema:InteractionCounter).freeze,
3986
4254
  subClassOf: "schema:UserInteraction".freeze,
3987
4255
  type: "rdfs:Class".freeze
3988
4256
  term :UserPageVisits,
3989
- comment: %(UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="/Comment">Comment</a>.).freeze,
4257
+ comment: %(UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="http://schema.org/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="http://schema.org/Comment">Comment</a>.).freeze,
3990
4258
  label: "UserPageVisits".freeze,
3991
4259
  :"schema:supersededBy" => %(schema:InteractionCounter).freeze,
3992
4260
  subClassOf: "schema:UserInteraction".freeze,
3993
4261
  type: "rdfs:Class".freeze
3994
4262
  term :UserPlays,
3995
- comment: %(UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="/Comment">Comment</a>.).freeze,
4263
+ comment: %(UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="http://schema.org/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="http://schema.org/Comment">Comment</a>.).freeze,
3996
4264
  label: "UserPlays".freeze,
3997
4265
  :"schema:supersededBy" => %(schema:InteractionCounter).freeze,
3998
4266
  subClassOf: "schema:UserInteraction".freeze,
3999
4267
  type: "rdfs:Class".freeze
4000
4268
  term :UserPlusOnes,
4001
- comment: %(UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="/Comment">Comment</a>.).freeze,
4269
+ comment: %(UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="http://schema.org/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="http://schema.org/Comment">Comment</a>.).freeze,
4002
4270
  label: "UserPlusOnes".freeze,
4003
4271
  :"schema:supersededBy" => %(schema:InteractionCounter).freeze,
4004
4272
  subClassOf: "schema:UserInteraction".freeze,
4005
4273
  type: "rdfs:Class".freeze
4006
4274
  term :UserTweets,
4007
- comment: %(UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="/Comment">Comment</a>.).freeze,
4275
+ comment: %(UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="http://schema.org/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="http://schema.org/Comment">Comment</a>.).freeze,
4008
4276
  label: "UserTweets".freeze,
4009
4277
  :"schema:supersededBy" => %(schema:InteractionCounter).freeze,
4010
4278
  subClassOf: "schema:UserInteraction".freeze,
@@ -4128,12 +4396,15 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
4128
4396
  type: "rdfs:Class".freeze
4129
4397
  term :WarrantyScope,
4130
4398
  comment: %(<p>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.</p>
4399
+
4131
4400
  <p>Commonly used values:</p>
4401
+
4132
4402
  <ul>
4133
4403
  <li>http://purl.org/goodrelations/v1#Labor-BringIn</li>
4134
4404
  <li>http://purl.org/goodrelations/v1#PartsAndLabor-BringIn</li>
4135
4405
  <li>http://purl.org/goodrelations/v1#PartsAndLabor-PickUp</li>
4136
- </ul>).freeze,
4406
+ </ul>
4407
+ ).freeze,
4137
4408
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass).freeze,
4138
4409
  label: "WarrantyScope".freeze,
4139
4410
  subClassOf: "schema:Enumeration".freeze,
@@ -4153,6 +4424,14 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
4153
4424
  label: "WearAction".freeze,
4154
4425
  subClassOf: "schema:UseAction".freeze,
4155
4426
  type: "rdfs:Class".freeze
4427
+ term :WebAPI,
4428
+ comment: %(An application programming interface accessible over Web/Internet technologies.).freeze,
4429
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1423).freeze,
4430
+ label: "WebAPI".freeze,
4431
+ :"schema:category" => %(issue-1423).freeze,
4432
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
4433
+ subClassOf: "schema:Service".freeze,
4434
+ type: "rdfs:Class".freeze
4156
4435
  term :WebApplication,
4157
4436
  comment: %(Web applications.).freeze,
4158
4437
  label: "WebApplication".freeze,
@@ -4210,7 +4489,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
4210
4489
  # Property definitions
4211
4490
  property :about,
4212
4491
  comment: %(The subject matter of the content.).freeze,
4213
- domainIncludes: ["schema:CommunicateAction".freeze, "schema:CreativeWork".freeze],
4492
+ domainIncludes: ["schema:CommunicateAction".freeze, "schema:CreativeWork".freeze, "schema:Event".freeze],
4214
4493
  label: "about".freeze,
4215
4494
  rangeIncludes: "schema:Thing".freeze,
4216
4495
  type: "rdf:Property".freeze
@@ -4223,10 +4502,13 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
4223
4502
  type: "rdf:Property".freeze
4224
4503
  property :accelerationTime,
4225
4504
  comment: %(<p>The time needed to accelerate the vehicle from a given start velocity to a given target velocity.</p>
4505
+
4226
4506
  <p>Typical unit code\(s\): SEC for seconds</p>
4507
+
4227
4508
  <ul>
4228
- <li>Note: There are unfortunately no standard unit codes for seconds/0..100 km/h or seconds/0..60 mph. Simply use "SEC" for seconds and indicate the velocities in the <a class="localLink" href="/name">name</a> of the <a class="localLink" href="/QuantitativeValue">QuantitativeValue</a>, or use <a class="localLink" href="/valueReference">valueReference</a> with a <a class="localLink" href="/QuantitativeValue">QuantitativeValue</a> of 0..60 mph or 0..100 km/h to specify the reference speeds.</li>
4229
- </ul>).freeze,
4509
+ <li>Note: There are unfortunately no standard unit codes for seconds/0..100 km/h or seconds/0..60 mph. Simply use "SEC" for seconds and indicate the velocities in the <a class="localLink" href="http://schema.org/name">name</a> of the <a class="localLink" href="http://schema.org/QuantitativeValue">QuantitativeValue</a>, or use <a class="localLink" href="http://schema.org/valueReference">valueReference</a> with a <a class="localLink" href="http://schema.org/QuantitativeValue">QuantitativeValue</a> of 0..60 mph or 0..100 km/h to specify the reference speeds.</li>
4510
+ </ul>
4511
+ ).freeze,
4230
4512
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group).freeze,
4231
4513
  domainIncludes: "schema:Vehicle".freeze,
4232
4514
  label: "accelerationTime".freeze,
@@ -4272,7 +4554,6 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
4272
4554
  label: "accessMode".freeze,
4273
4555
  rangeIncludes: "schema:Text".freeze,
4274
4556
  :"schema:category" => %(issue-1110).freeze,
4275
- :"schema:isPartOf" => %(http://pending.schema.org).freeze,
4276
4557
  type: "rdf:Property".freeze
4277
4558
  property :accessModeSufficient,
4278
4559
  comment: %(A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Expected values include: auditory, tactile, textual, visual.).freeze,
@@ -4281,7 +4562,6 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
4281
4562
  label: "accessModeSufficient".freeze,
4282
4563
  rangeIncludes: "schema:Text".freeze,
4283
4564
  :"schema:category" => %(issue-1110).freeze,
4284
- :"schema:isPartOf" => %(http://pending.schema.org).freeze,
4285
4565
  type: "rdf:Property".freeze
4286
4566
  property :accessibilityAPI,
4287
4567
  comment: %(Indicates that the resource is compatible with the referenced accessibility API \(<a href="http://www.w3.org/wiki/WebSchemas/Accessibility">WebSchemas wiki lists possible values</a>\).).freeze,
@@ -4314,13 +4594,31 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
4314
4594
  label: "accessibilitySummary".freeze,
4315
4595
  rangeIncludes: "schema:Text".freeze,
4316
4596
  :"schema:category" => %(issue-1110).freeze,
4317
- :"schema:isPartOf" => %(http://pending.schema.org).freeze,
4318
4597
  type: "rdf:Property".freeze
4319
4598
  property :accountId,
4320
4599
  comment: %(The identifier for the account the payment will be applied to.).freeze,
4321
4600
  domainIncludes: "schema:Invoice".freeze,
4322
4601
  label: "accountId".freeze,
4323
4602
  rangeIncludes: "schema:Text".freeze,
4603
+ subPropertyOf: "schema:identifier".freeze,
4604
+ type: "rdf:Property".freeze
4605
+ property :accountMinimumInflow,
4606
+ comment: %(A minimum amount that has to be paid in every month.).freeze,
4607
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
4608
+ domainIncludes: "schema:BankAccount".freeze,
4609
+ label: "accountMinimumInflow".freeze,
4610
+ rangeIncludes: "schema:MonetaryAmount".freeze,
4611
+ :"schema:category" => %(issue-1253).freeze,
4612
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
4613
+ type: "rdf:Property".freeze
4614
+ property :accountOverdraftLimit,
4615
+ comment: %(An overdraft is an extension of credit from a lending institution when an account reaches zero. An overdraft allows the individual to continue withdrawing money even if the account has no funds in it. Basically the bank allows people to borrow a set amount of money.).freeze,
4616
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
4617
+ domainIncludes: "schema:BankAccount".freeze,
4618
+ label: "accountOverdraftLimit".freeze,
4619
+ rangeIncludes: "schema:MonetaryAmount".freeze,
4620
+ :"schema:category" => %(issue-1253).freeze,
4621
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
4324
4622
  type: "rdf:Property".freeze
4325
4623
  property :accountablePerson,
4326
4624
  comment: %(Specifies the Person that is legally accountable for the CreativeWork.).freeze,
@@ -4344,7 +4642,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
4344
4642
  :"schema:isPartOf" => %(http://auto.schema.org).freeze,
4345
4643
  type: "rdf:Property".freeze
4346
4644
  property :action,
4347
- comment: %(Obsolete term for <a class="localLink" href="/muscleAction">muscleAction</a>. Not to be confused with <a class="localLink" href="/potentialAction">potentialAction</a>.).freeze,
4645
+ comment: %(Obsolete term for <a class="localLink" href="http://schema.org/muscleAction">muscleAction</a>. Not to be confused with <a class="localLink" href="http://schema.org/potentialAction">potentialAction</a>.).freeze,
4348
4646
  domainIncludes: "schema:Muscle".freeze,
4349
4647
  label: "action".freeze,
4350
4648
  rangeIncludes: "schema:Text".freeze,
@@ -4430,6 +4728,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
4430
4728
  type: "rdf:Property".freeze
4431
4729
  property :additionalProperty,
4432
4730
  comment: %(A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.</p>
4731
+
4433
4732
  <p>Note: Publishers should be aware that applications designed to use specific schema.org properties \(e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...\) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.).freeze,
4434
4733
  domainIncludes: ["schema:Place".freeze, "schema:Product".freeze, "schema:QualitativeValue".freeze, "schema:QuantitativeValue".freeze],
4435
4734
  label: "additionalProperty".freeze,
@@ -4575,7 +4874,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
4575
4874
  :"schema:isPartOf" => %(http://health-lifesci.schema.org).freeze,
4576
4875
  type: "rdf:Property".freeze
4577
4876
  property :alignmentType,
4578
- comment: %(A category of alignment between the learning resource and the framework node. Recommended values include: 'assesses', 'teaches', 'requires', 'textComplexity', 'readingLevel', 'educationalSubject', and 'educationLevel'.).freeze,
4877
+ comment: %(A category of alignment between the learning resource and the framework node. Recommended values include: 'assesses', 'teaches', 'requires', 'textComplexity', 'readingLevel', 'educationalSubject', and 'educationalLevel'.).freeze,
4579
4878
  domainIncludes: "schema:AlignmentObject".freeze,
4580
4879
  label: "alignmentType".freeze,
4581
4880
  rangeIncludes: "schema:Text".freeze,
@@ -4615,9 +4914,11 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
4615
4914
  type: "rdf:Property".freeze
4616
4915
  property :amount,
4617
4916
  comment: %(The amount of money.).freeze,
4618
- domainIncludes: ["schema:DatedMoneySpecification".freeze, "schema:InvestmentOrDeposit".freeze, "schema:LoanOrCredit".freeze],
4917
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1253).freeze,
4918
+ domainIncludes: ["schema:DatedMoneySpecification".freeze, "schema:InvestmentOrDeposit".freeze, "schema:LoanOrCredit".freeze, "schema:MoneyTransfer".freeze],
4619
4919
  label: "amount".freeze,
4620
4920
  rangeIncludes: ["schema:MonetaryAmount".freeze, "schema:Number".freeze],
4921
+ :"schema:category" => %(issue-1253).freeze,
4621
4922
  type: "rdf:Property".freeze
4622
4923
  property :amountOfThisGood,
4623
4924
  comment: %(The quantity of the goods included in the offer.).freeze,
@@ -4758,6 +5059,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
4758
5059
  domainIncludes: "schema:VisualArtwork".freeze,
4759
5060
  label: "artMedium".freeze,
4760
5061
  rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
5062
+ subPropertyOf: "schema:material".freeze,
4761
5063
  type: "rdf:Property".freeze
4762
5064
  property :arterialBranch,
4763
5065
  comment: %(The branches that comprise the arterial structure.).freeze,
@@ -4868,7 +5170,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
4868
5170
  type: "rdf:Property".freeze
4869
5171
  property :audience,
4870
5172
  comment: %(An intended audience, i.e. a group for whom something was created.).freeze,
4871
- domainIncludes: ["schema:CreativeWork".freeze, "schema:LodgingBusiness".freeze, "schema:PlayAction".freeze, "schema:Product".freeze, "schema:Service".freeze],
5173
+ domainIncludes: ["schema:CreativeWork".freeze, "schema:Event".freeze, "schema:LodgingBusiness".freeze, "schema:PlayAction".freeze, "schema:Product".freeze, "schema:Service".freeze],
4872
5174
  label: "audience".freeze,
4873
5175
  rangeIncludes: "schema:Audience".freeze,
4874
5176
  type: "rdf:Property".freeze
@@ -4945,7 +5247,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
4945
5247
  :"schema:isPartOf" => %(http://health-lifesci.schema.org).freeze,
4946
5248
  type: "rdf:Property".freeze
4947
5249
  property :availableLanguage,
4948
- comment: %(A language someone may use with the item. Please use one of the language codes from the <a href="http://tools.ietf.org/html/bcp47">IETF BCP 47 standard</a>. See also <a class="localLink" href="/inLanguage">inLanguage</a>).freeze,
5250
+ comment: %(A language someone may use with the item. Please use one of the language codes from the <a href="http://tools.ietf.org/html/bcp47">IETF BCP 47 standard</a>. See also <a class="localLink" href="http://schema.org/inLanguage">inLanguage</a>).freeze,
4949
5251
  domainIncludes: ["schema:ContactPoint".freeze, "schema:LodgingBusiness".freeze, "schema:ServiceChannel".freeze],
4950
5252
  label: "availableLanguage".freeze,
4951
5253
  rangeIncludes: ["schema:Language".freeze, "schema:Text".freeze],
@@ -5010,6 +5312,15 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
5010
5312
  rangeIncludes: "schema:Text".freeze,
5011
5313
  :"schema:isPartOf" => %(http://health-lifesci.schema.org).freeze,
5012
5314
  type: "rdf:Property".freeze
5315
+ property :bankAccountType,
5316
+ comment: %(The type of a bank account.).freeze,
5317
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
5318
+ domainIncludes: "schema:BankAccount".freeze,
5319
+ label: "bankAccountType".freeze,
5320
+ rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
5321
+ :"schema:category" => %(issue-1253).freeze,
5322
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
5323
+ type: "rdf:Property".freeze
5013
5324
  property :baseSalary,
5014
5325
  comment: %(The base salary of the job or of an employee in an EmployeeRole.).freeze,
5015
5326
  domainIncludes: ["schema:EmployeeRole".freeze, "schema:JobPosting".freeze],
@@ -5024,6 +5335,15 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
5024
5335
  label: "bed".freeze,
5025
5336
  rangeIncludes: ["schema:BedDetails".freeze, "schema:BedType".freeze, "schema:Text".freeze],
5026
5337
  type: "rdf:Property".freeze
5338
+ property :beneficiaryBank,
5339
+ comment: %(A bank or bank’s branch, financial institution or international financial institution operating the beneficiary’s bank account or releasing funds for the beneficiary).freeze,
5340
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
5341
+ domainIncludes: "schema:MoneyTransfer".freeze,
5342
+ label: "beneficiaryBank".freeze,
5343
+ rangeIncludes: ["schema:BankOrCreditUnion".freeze, "schema:Text".freeze],
5344
+ :"schema:category" => %(issue-1253).freeze,
5345
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
5346
+ type: "rdf:Property".freeze
5027
5347
  property :benefits,
5028
5348
  comment: %(Description of benefits associated with the job.).freeze,
5029
5349
  domainIncludes: "schema:JobPosting".freeze,
@@ -5176,7 +5496,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
5176
5496
  rangeIncludes: "schema:Text".freeze,
5177
5497
  type: "rdf:Property".freeze
5178
5498
  property :branch,
5179
- comment: %(The branches that delineate from the nerve bundle. Not to be confused with <a class="localLink" href="/branchOf">branchOf</a>.).freeze,
5499
+ comment: %(The branches that delineate from the nerve bundle. Not to be confused with <a class="localLink" href="http://schema.org/branchOf">branchOf</a>.).freeze,
5180
5500
  domainIncludes: "schema:Nerve".freeze,
5181
5501
  label: "branch".freeze,
5182
5502
  rangeIncludes: "schema:AnatomicalStructure".freeze,
@@ -5185,13 +5505,14 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
5185
5505
  type: "rdf:Property".freeze
5186
5506
  property :branchCode,
5187
5507
  comment: %(A short textual code \(also called "store code"\) that uniquely identifies a place of business. The code is typically assigned by the parentOrganization and used in structured URLs.</p>
5508
+
5188
5509
  <p>For example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code "3047" is a branchCode for a particular branch.).freeze,
5189
5510
  domainIncludes: "schema:Place".freeze,
5190
5511
  label: "branchCode".freeze,
5191
5512
  rangeIncludes: "schema:Text".freeze,
5192
5513
  type: "rdf:Property".freeze
5193
5514
  property :branchOf,
5194
- comment: %(The larger organization that this local business is a branch of, if any. Not to be confused with \(anatomical\)<a class="localLink" href="/branch">branch</a>.).freeze,
5515
+ comment: %(The larger organization that this local business is a branch of, if any. Not to be confused with \(anatomical\)<a class="localLink" href="http://schema.org/branch">branch</a>.).freeze,
5195
5516
  domainIncludes: "schema:LocalBusiness".freeze,
5196
5517
  label: "branchOf".freeze,
5197
5518
  rangeIncludes: "schema:Organization".freeze,
@@ -5235,9 +5556,9 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
5235
5556
  rangeIncludes: "schema:Text".freeze,
5236
5557
  type: "rdf:Property".freeze
5237
5558
  property :broadcastFrequency,
5238
- comment: %(The frequency used for over-the-air broadcasts.).freeze,
5559
+ comment: %(The frequency used for over-the-air broadcasts. Numeric values or simple ranges e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. "87 FM".).freeze,
5239
5560
  :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1004).freeze,
5240
- domainIncludes: "schema:BroadcastService".freeze,
5561
+ domainIncludes: ["schema:BroadcastChannel".freeze, "schema:BroadcastService".freeze],
5241
5562
  label: "broadcastFrequency".freeze,
5242
5563
  rangeIncludes: ["schema:BroadcastFrequencySpecification".freeze, "schema:Text".freeze],
5243
5564
  :"schema:category" => %(issue-1004).freeze,
@@ -5264,15 +5585,6 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
5264
5585
  label: "broadcastServiceTier".freeze,
5265
5586
  rangeIncludes: "schema:Text".freeze,
5266
5587
  type: "rdf:Property".freeze
5267
- property :broadcastSignalModulation,
5268
- comment: %(The modulation \(e.g. FM, AM, etc\) used by a particular broadcast service).freeze,
5269
- :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1004).freeze,
5270
- domainIncludes: "schema:BroadcastFrequencySpecification".freeze,
5271
- label: "broadcastSignalModulation".freeze,
5272
- rangeIncludes: ["schema:QualitativeValue".freeze, "schema:Text".freeze],
5273
- :"schema:category" => %(issue-1004).freeze,
5274
- :"schema:isPartOf" => %(http://pending.schema.org).freeze,
5275
- type: "rdf:Property".freeze
5276
5588
  property :broadcastTimezone,
5277
5589
  comment: %(The timezone in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 format</a> for which the service bases its broadcasts).freeze,
5278
5590
  domainIncludes: "schema:BroadcastService".freeze,
@@ -5287,7 +5599,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
5287
5599
  type: "rdf:Property".freeze
5288
5600
  property :broker,
5289
5601
  comment: %(An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.).freeze,
5290
- domainIncludes: ["schema:Invoice".freeze, "schema:Order".freeze, "schema:Reservation".freeze],
5602
+ domainIncludes: ["schema:Invoice".freeze, "schema:Order".freeze, "schema:Reservation".freeze, "schema:Service".freeze],
5291
5603
  label: "broker".freeze,
5292
5604
  rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
5293
5605
  type: "rdf:Property".freeze
@@ -5356,8 +5668,10 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
5356
5668
  type: "rdf:Property".freeze
5357
5669
  property :cargoVolume,
5358
5670
  comment: %(The available volume for cargo or luggage. For automobiles, this is usually the trunk volume.</p>
5671
+
5359
5672
  <p>Typical unit code\(s\): LTR for liters, FTQ for cubic foot/feet</p>
5360
- <p>Note: You can use <a class="localLink" href="/minValue">minValue</a> and <a class="localLink" href="/maxValue">maxValue</a> to indicate ranges.).freeze,
5673
+
5674
+ <p>Note: You can use <a class="localLink" href="http://schema.org/minValue">minValue</a> and <a class="localLink" href="http://schema.org/maxValue">maxValue</a> to indicate ranges.).freeze,
5361
5675
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group).freeze,
5362
5676
  domainIncludes: "schema:Vehicle".freeze,
5363
5677
  label: "cargoVolume".freeze,
@@ -5376,6 +5690,15 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
5376
5690
  label: "carrierRequirements".freeze,
5377
5691
  rangeIncludes: "schema:Text".freeze,
5378
5692
  type: "rdf:Property".freeze
5693
+ property :cashBack,
5694
+ comment: %(A cardholder benefit that pays the cardholder a small percentage of their net expenditures.).freeze,
5695
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
5696
+ domainIncludes: "schema:PaymentCard".freeze,
5697
+ label: "cashBack".freeze,
5698
+ rangeIncludes: ["schema:Boolean".freeze, "schema:Number".freeze],
5699
+ :"schema:category" => %(issue-1253).freeze,
5700
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
5701
+ type: "rdf:Property".freeze
5379
5702
  property :catalog,
5380
5703
  comment: %(A data catalog which contains this dataset.).freeze,
5381
5704
  domainIncludes: "schema:Dataset".freeze,
@@ -5489,7 +5812,6 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
5489
5812
  label: "claimReviewed".freeze,
5490
5813
  rangeIncludes: "schema:Text".freeze,
5491
5814
  :"schema:category" => %(issue-1061).freeze,
5492
- :"schema:isPartOf" => %(http://pending.schema.org).freeze,
5493
5815
  type: "rdf:Property".freeze
5494
5816
  property :clincalPharmacology,
5495
5817
  comment: %(Description of the absorption and elimination of drugs, including their concentration \(pharmacokinetics, pK\) and biological effects \(pharmacodynamics, pD\).).freeze,
@@ -5546,11 +5868,13 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
5546
5868
  rangeIncludes: "schema:Text".freeze,
5547
5869
  type: "rdf:Property".freeze
5548
5870
  property :codeValue,
5549
- comment: %(The actual code.).freeze,
5550
- domainIncludes: "schema:MedicalCode".freeze,
5871
+ comment: %(A short textual code that uniquely identifies the value.).freeze,
5872
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/894).freeze,
5873
+ domainIncludes: ["schema:CategoryCode".freeze, "schema:MedicalCode".freeze],
5551
5874
  label: "codeValue".freeze,
5552
5875
  rangeIncludes: "schema:Text".freeze,
5553
- :"schema:isPartOf" => %(http://health-lifesci.schema.org).freeze,
5876
+ :"schema:category" => %(issue-894).freeze,
5877
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
5554
5878
  type: "rdf:Property".freeze
5555
5879
  property :codingSystem,
5556
5880
  comment: %(The coding system, e.g. 'ICD-10'.).freeze,
@@ -5644,6 +5968,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
5644
5968
  domainIncludes: ["schema:Invoice".freeze, "schema:Order".freeze],
5645
5969
  label: "confirmationNumber".freeze,
5646
5970
  rangeIncludes: "schema:Text".freeze,
5971
+ subPropertyOf: "schema:identifier".freeze,
5647
5972
  type: "rdf:Property".freeze
5648
5973
  property :connectedTo,
5649
5974
  comment: %(Other anatomical structures to which this structure is connected.).freeze,
@@ -5663,7 +5988,6 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
5663
5988
  domainIncludes: ["schema:HealthInsurancePlan".freeze, "schema:Organization".freeze, "schema:Person".freeze],
5664
5989
  label: "contactPoint".freeze,
5665
5990
  rangeIncludes: "schema:ContactPoint".freeze,
5666
- :"schema:category" => %(issue-1062).freeze,
5667
5991
  type: "rdf:Property".freeze
5668
5992
  property :contactPoints,
5669
5993
  comment: %(A contact point for a person or organization.).freeze,
@@ -5678,6 +6002,15 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
5678
6002
  label: "contactType".freeze,
5679
6003
  rangeIncludes: "schema:Text".freeze,
5680
6004
  type: "rdf:Property".freeze
6005
+ property :contactlessPayment,
6006
+ comment: %(A secure method for consumers to purchase products or services via debit, credit or smartcards by using RFID or NFC technology.).freeze,
6007
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
6008
+ domainIncludes: "schema:PaymentCard".freeze,
6009
+ label: "contactlessPayment".freeze,
6010
+ rangeIncludes: "schema:Boolean".freeze,
6011
+ :"schema:category" => %(issue-1253).freeze,
6012
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
6013
+ type: "rdf:Property".freeze
5681
6014
  property :containedIn,
5682
6015
  comment: %(The basic containment relation between a place and one that contains it.).freeze,
5683
6016
  domainIncludes: "schema:Place".freeze,
@@ -5844,49 +6177,28 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
5844
6177
  subPropertyOf: "schema:location".freeze,
5845
6178
  type: "rdf:Property".freeze
5846
6179
  property :courseCode,
5847
- comment: %(The identifier used for the Course \(e.g. CS101 or 6.001\)).freeze,
6180
+ comment: %(The identifier for the <a class="localLink" href="http://schema.org/Course">Course</a> used by the course <a class="localLink" href="http://schema.org/provider">provider</a> \(e.g. CS101 or 6.001\).).freeze,
5848
6181
  :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/195).freeze,
5849
6182
  domainIncludes: "schema:Course".freeze,
5850
6183
  label: "courseCode".freeze,
5851
6184
  rangeIncludes: "schema:Text".freeze,
5852
6185
  :"schema:category" => %(issue-195).freeze,
5853
- :"schema:isPartOf" => %(http://pending.schema.org).freeze,
5854
- type: "rdf:Property".freeze
5855
- property :courseCredits,
5856
- comment: %(The number of credits offered for the Course toward an academic goal.).freeze,
5857
- :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/195).freeze,
5858
- domainIncludes: "schema:Course".freeze,
5859
- label: "courseCredits".freeze,
5860
- rangeIncludes: ["schema:Number".freeze, "schema:Text".freeze],
5861
- :"schema:category" => %(issue-195).freeze,
5862
- :"schema:isPartOf" => %(http://pending.schema.org).freeze,
5863
- type: "rdf:Property".freeze
5864
- property :courseCreditsUnit,
5865
- comment: %(The type of credit associated with the credits earned for the Course. \(e.g. TODO NoCredit, Quarter, Semester, CarnegieUnits, ContinuingEducationUnits, ClockHours, Other\)).freeze,
5866
- :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/195).freeze,
5867
- domainIncludes: "schema:Course".freeze,
5868
- label: "courseCreditsUnit".freeze,
5869
- rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
5870
- :"schema:category" => %(issue-195).freeze,
5871
- :"schema:isPartOf" => %(http://pending.schema.org).freeze,
5872
6186
  type: "rdf:Property".freeze
5873
6187
  property :courseMode,
5874
- comment: %(The medium or means of delivery of the course, or the mode of study.).freeze,
6188
+ comment: %(The medium or means of delivery of the course instance or the mode of study, either as a text label \(e.g. "online", "onsite" or "blended"; "synchronous" or "asynchronous"; "full-time" or "part-time"\) or as a URL reference to a term from a controlled vocabulary \(e.g. https://ceds.ed.gov/element/001311#Asynchronous \).).freeze,
5875
6189
  :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/195).freeze,
5876
6190
  domainIncludes: "schema:CourseInstance".freeze,
5877
6191
  label: "courseMode".freeze,
5878
- rangeIncludes: "schema:Text".freeze,
6192
+ rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
5879
6193
  :"schema:category" => %(issue-195).freeze,
5880
- :"schema:isPartOf" => %(http://pending.schema.org).freeze,
5881
6194
  type: "rdf:Property".freeze
5882
6195
  property :coursePrerequisites,
5883
- comment: %(Requirements for taking the Course. May be completion of another Course or a textual description like "permission of instructor". Requirements may be a pre-requisite competency, referenced using AlignmentObject.).freeze,
6196
+ comment: %(Requirements for taking the Course. May be completion of another <a class="localLink" href="http://schema.org/Course">Course</a> or a textual description like "permission of instructor". Requirements may be a pre-requisite competency, referenced using <a class="localLink" href="http://schema.org/AlignmentObject">AlignmentObject</a>.).freeze,
5884
6197
  :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/195).freeze,
5885
6198
  domainIncludes: "schema:Course".freeze,
5886
6199
  label: "coursePrerequisites".freeze,
5887
6200
  rangeIncludes: ["schema:AlignmentObject".freeze, "schema:Course".freeze, "schema:Text".freeze],
5888
6201
  :"schema:category" => %(issue-195).freeze,
5889
- :"schema:isPartOf" => %(http://pending.schema.org).freeze,
5890
6202
  type: "rdf:Property".freeze
5891
6203
  property :coverageEndTime,
5892
6204
  comment: %(The time when the live blog will stop covering the Event. Note that coverage may continue after the Event concludes.).freeze,
@@ -5913,6 +6225,15 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
5913
6225
  label: "creditedTo".freeze,
5914
6226
  rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
5915
6227
  type: "rdf:Property".freeze
6228
+ property :cssSelector,
6229
+ comment: %(A CSS selector.).freeze,
6230
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1389).freeze,
6231
+ domainIncludes: "schema:SpeakableSpecification".freeze,
6232
+ label: "cssSelector".freeze,
6233
+ rangeIncludes: "schema:Text".freeze,
6234
+ :"schema:category" => %(issue-1389).freeze,
6235
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
6236
+ type: "rdf:Property".freeze
5916
6237
  property :currenciesAccepted,
5917
6238
  comment: %(The currency accepted \(in <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 currency format</a>\).).freeze,
5918
6239
  domainIncludes: "schema:LocalBusiness".freeze,
@@ -5921,9 +6242,20 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
5921
6242
  type: "rdf:Property".freeze
5922
6243
  property :currency,
5923
6244
  comment: %(The currency in which the monetary amount is expressed \(in 3-letter <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217</a> format\).).freeze,
5924
- domainIncludes: ["schema:DatedMoneySpecification".freeze, "schema:MonetaryAmount".freeze],
6245
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1253).freeze,
6246
+ domainIncludes: ["schema:DatedMoneySpecification".freeze, "schema:ExchangeRateSpecification".freeze, "schema:LoanOrCredit".freeze, "schema:MonetaryAmount".freeze],
5925
6247
  label: "currency".freeze,
5926
6248
  rangeIncludes: "schema:Text".freeze,
6249
+ :"schema:category" => %(issue-1253).freeze,
6250
+ type: "rdf:Property".freeze
6251
+ property :currentExchangeRate,
6252
+ comment: %(The current price of a currency.).freeze,
6253
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
6254
+ domainIncludes: "schema:ExchangeRateSpecification".freeze,
6255
+ label: "currentExchangeRate".freeze,
6256
+ rangeIncludes: "schema:UnitPriceSpecification".freeze,
6257
+ :"schema:category" => %(issue-1253).freeze,
6258
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
5927
6259
  type: "rdf:Property".freeze
5928
6260
  property :customer,
5929
6261
  comment: %(Party placing the order or paying the invoice.).freeze,
@@ -6255,6 +6587,15 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
6255
6587
  label: "distribution".freeze,
6256
6588
  rangeIncludes: "schema:DataDownload".freeze,
6257
6589
  type: "rdf:Property".freeze
6590
+ property :documentation,
6591
+ comment: %(Further documentation describing the Web API in more detail.).freeze,
6592
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1423).freeze,
6593
+ domainIncludes: "schema:WebAPI".freeze,
6594
+ label: "documentation".freeze,
6595
+ rangeIncludes: ["schema:CreativeWork".freeze, "schema:URL".freeze],
6596
+ :"schema:category" => %(issue-1423).freeze,
6597
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
6598
+ type: "rdf:Property".freeze
6258
6599
  property :domainIncludes,
6259
6600
  comment: %(Relates a property to a class that is \(one of\) the type\(s\) the property is expected to be used on.).freeze,
6260
6601
  domainIncludes: "schema:Property".freeze,
@@ -6262,6 +6603,15 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
6262
6603
  rangeIncludes: "schema:Class".freeze,
6263
6604
  :"schema:isPartOf" => %(http://meta.schema.org/).freeze,
6264
6605
  type: "rdf:Property".freeze
6606
+ property :domiciledMortgage,
6607
+ comment: %(Whether borrower is a resident of the jurisdiction where the property is located.).freeze,
6608
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
6609
+ domainIncludes: "schema:MortgageLoan".freeze,
6610
+ label: "domiciledMortgage".freeze,
6611
+ rangeIncludes: "schema:Boolean".freeze,
6612
+ :"schema:category" => %(issue-1253).freeze,
6613
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
6614
+ type: "rdf:Property".freeze
6265
6615
  property :doorTime,
6266
6616
  comment: %(The time admission will commence.).freeze,
6267
6617
  domainIncludes: "schema:Event".freeze,
@@ -6296,6 +6646,15 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
6296
6646
  rangeIncludes: ["schema:Number".freeze, "schema:QualitativeValue".freeze],
6297
6647
  :"schema:isPartOf" => %(http://health-lifesci.schema.org).freeze,
6298
6648
  type: "rdf:Property".freeze
6649
+ property :downPayment,
6650
+ comment: %(a type of payment made in cash during the onset of the purchase of an expensive good/service. The payment typically represents only a percentage of the full purchase price.).freeze,
6651
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
6652
+ domainIncludes: "schema:RepaymentSpecification".freeze,
6653
+ label: "downPayment".freeze,
6654
+ rangeIncludes: ["schema:MonetaryAmount".freeze, "schema:Number".freeze],
6655
+ :"schema:category" => %(issue-1253).freeze,
6656
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
6657
+ type: "rdf:Property".freeze
6299
6658
  property :downloadUrl,
6300
6659
  comment: %(If the file can be downloaded, URL to download the binary.).freeze,
6301
6660
  domainIncludes: "schema:SoftwareApplication".freeze,
@@ -6361,6 +6720,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
6361
6720
  domainIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
6362
6721
  label: "duns".freeze,
6363
6722
  rangeIncludes: "schema:Text".freeze,
6723
+ subPropertyOf: "schema:identifier".freeze,
6364
6724
  type: "rdf:Property".freeze
6365
6725
  property :duplicateTherapy,
6366
6726
  comment: %(A therapy that duplicates or overlaps this one.).freeze,
@@ -6382,6 +6742,15 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
6382
6742
  label: "durationOfWarranty".freeze,
6383
6743
  rangeIncludes: "schema:QuantitativeValue".freeze,
6384
6744
  type: "rdf:Property".freeze
6745
+ property :earlyPrepaymentPenalty,
6746
+ comment: %(The amount to be paid as a penalty in the event of early payment of the loan.).freeze,
6747
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
6748
+ domainIncludes: "schema:RepaymentSpecification".freeze,
6749
+ label: "earlyPrepaymentPenalty".freeze,
6750
+ rangeIncludes: "schema:MonetaryAmount".freeze,
6751
+ :"schema:category" => %(issue-1253).freeze,
6752
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
6753
+ type: "rdf:Property".freeze
6385
6754
  property :editor,
6386
6755
  comment: %(Specifies the Person who edited the CreativeWork.).freeze,
6387
6756
  domainIncludes: "schema:CreativeWork".freeze,
@@ -6400,6 +6769,15 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
6400
6769
  label: "educationalAlignment".freeze,
6401
6770
  rangeIncludes: "schema:AlignmentObject".freeze,
6402
6771
  type: "rdf:Property".freeze
6772
+ property :educationalCredentialAwarded,
6773
+ comment: %(A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course.).freeze,
6774
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/195).freeze,
6775
+ domainIncludes: "schema:Course".freeze,
6776
+ label: "educationalCredentialAwarded".freeze,
6777
+ rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
6778
+ :"schema:category" => %(issue-195).freeze,
6779
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
6780
+ type: "rdf:Property".freeze
6403
6781
  property :educationalFramework,
6404
6782
  comment: %(The framework to which the resource being described is aligned.).freeze,
6405
6783
  domainIncludes: "schema:AlignmentObject".freeze,
@@ -6447,7 +6825,8 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
6447
6825
  type: "rdf:Property".freeze
6448
6826
  property :eligibleRegion,
6449
6827
  comment: %(The ISO 3166-1 \(ISO 3166-1 alpha-2\) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region\(s\) for which the offer or delivery charge specification is valid.</p>
6450
- <p>See also <a class="localLink" href="/ineligibleRegion">ineligibleRegion</a>.).freeze,
6828
+
6829
+ <p>See also <a class="localLink" href="http://schema.org/ineligibleRegion">ineligibleRegion</a>.).freeze,
6451
6830
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms).freeze,
6452
6831
  domainIncludes: ["schema:DeliveryChargeSpecification".freeze, "schema:Demand".freeze, "schema:Offer".freeze],
6453
6832
  label: "eligibleRegion".freeze,
@@ -6539,6 +6918,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
6539
6918
  type: "rdf:Property".freeze
6540
6919
  property :endTime,
6541
6920
  comment: %(The endTime of something. For a reserved event or service \(e.g. FoodEstablishmentReservation\), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to <em>December</em>.</p>
6921
+
6542
6922
  <p>Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.).freeze,
6543
6923
  domainIncludes: ["schema:Action".freeze, "schema:FoodEstablishmentReservation".freeze],
6544
6924
  label: "endTime".freeze,
@@ -6560,9 +6940,10 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
6560
6940
  type: "rdf:Property".freeze
6561
6941
  property :engineDisplacement,
6562
6942
  comment: %(The volume swept by all of the pistons inside the cylinders of an internal combustion engine in a single movement. </p>
6943
+
6563
6944
  <p>Typical unit code\(s\): CMQ for cubic centimeter, LTR for liters, INQ for cubic inches
6564
- <em> Note 1: You can link to information about how the given value has been determined using the <a class="localLink" href="/valueReference">valueReference</a> property.
6565
- </em> Note 2: You can use <a class="localLink" href="/minValue">minValue</a> and <a class="localLink" href="/maxValue">maxValue</a> to indicate ranges.).freeze,
6945
+ * Note 1: You can link to information about how the given value has been determined using the <a class="localLink" href="http://schema.org/valueReference">valueReference</a> property.
6946
+ * Note 2: You can use <a class="localLink" href="http://schema.org/minValue">minValue</a> and <a class="localLink" href="http://schema.org/maxValue">maxValue</a> to indicate ranges.).freeze,
6566
6947
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group).freeze,
6567
6948
  domainIncludes: "schema:EngineSpecification".freeze,
6568
6949
  label: "engineDisplacement".freeze,
@@ -6572,11 +6953,13 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
6572
6953
  property :enginePower,
6573
6954
  comment: %(<p>The power of the vehicle's engine.
6574
6955
  Typical unit code\(s\): KWT for kilowatt, BHP for brake horsepower, N12 for metric horsepower \(PS, with 1 PS = 735,49875 W\)</p>
6956
+
6575
6957
  <ul>
6576
- <li>Note 1: There are many different ways of measuring an engine's power. For an overview, see <a href="http://en.wikipedia.org/wiki/Horsepower#Engine_power_test_codes">http://en.wikipedia.org/wiki/Horsepower#Engine_power_test_codes</a>.</li>
6577
- <li>Note 2: You can link to information about how the given value has been determined using the <a class="localLink" href="/valueReference">valueReference</a> property.</li>
6578
- <li>Note 3: You can use <a class="localLink" href="/minValue">minValue</a> and <a class="localLink" href="/maxValue">maxValue</a> to indicate ranges.</li>
6579
- </ul>).freeze,
6958
+ <li>Note 1: There are many different ways of measuring an engine's power. For an overview, see <a href="http://en.wikipedia.org/wiki/Horsepower#Engine_power_test_codes">http://en.wikipedia.org/wiki/Horsepower#Engine<em>power</em>test_codes</a>.</li>
6959
+ <li>Note 2: You can link to information about how the given value has been determined using the <a class="localLink" href="http://schema.org/valueReference">valueReference</a> property.</li>
6960
+ <li>Note 3: You can use <a class="localLink" href="http://schema.org/minValue">minValue</a> and <a class="localLink" href="http://schema.org/maxValue">maxValue</a> to indicate ranges.</li>
6961
+ </ul>
6962
+ ).freeze,
6580
6963
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group).freeze,
6581
6964
  domainIncludes: "schema:EngineSpecification".freeze,
6582
6965
  label: "enginePower".freeze,
@@ -6598,15 +6981,6 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
6598
6981
  rangeIncludes: "schema:EntertainmentBusiness".freeze,
6599
6982
  subPropertyOf: "schema:location".freeze,
6600
6983
  type: "rdf:Property".freeze
6601
- property :enumerationValueCode,
6602
- comment: %(A short textual code that uniquely identifies the value. The code is typically used in structured URLs.).freeze,
6603
- :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/894).freeze,
6604
- domainIncludes: "schema:EnumerationValue".freeze,
6605
- label: "enumerationValueCode".freeze,
6606
- rangeIncludes: "schema:Text".freeze,
6607
- :"schema:category" => %(issue-894).freeze,
6608
- :"schema:isPartOf" => %(http://pending.schema.org).freeze,
6609
- type: "rdf:Property".freeze
6610
6984
  property :epidemiology,
6611
6985
  comment: %(The characteristics of associated patients, such as age, gender, race etc.).freeze,
6612
6986
  domainIncludes: ["schema:MedicalCondition".freeze, "schema:PhysicalActivity".freeze],
@@ -6702,6 +7076,23 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
6702
7076
  label: "exampleOfWork".freeze,
6703
7077
  rangeIncludes: "schema:CreativeWork".freeze,
6704
7078
  type: "rdf:Property".freeze
7079
+ property :exchangeRate,
7080
+ comment: %(The price of a currency in terms of another currency.).freeze,
7081
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
7082
+ label: "exchangeRate".freeze,
7083
+ rangeIncludes: ["schema:ExchangeRateSpecification".freeze, "schema:UnitPriceSpecification".freeze],
7084
+ :"schema:category" => %(issue-1253).freeze,
7085
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
7086
+ type: "rdf:Property".freeze
7087
+ property :exchangeRateSpread,
7088
+ comment: %(The difference between the price at which a broker or other intermediary buys and sells foreign currency.).freeze,
7089
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
7090
+ domainIncludes: "schema:ExchangeRateSpecification".freeze,
7091
+ label: "exchangeRateSpread".freeze,
7092
+ rangeIncludes: ["schema:MonetaryAmount".freeze, "schema:Number".freeze],
7093
+ :"schema:category" => %(issue-1253).freeze,
7094
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
7095
+ type: "rdf:Property".freeze
6705
7096
  property :executableLibraryName,
6706
7097
  comment: %(Library file name e.g., mscorlib.dll, system.web.dll.).freeze,
6707
7098
  domainIncludes: "schema:APIReference".freeze,
@@ -6855,6 +7246,16 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
6855
7246
  domainIncludes: "schema:Flight".freeze,
6856
7247
  label: "flightNumber".freeze,
6857
7248
  rangeIncludes: "schema:Text".freeze,
7249
+ subPropertyOf: "schema:identifier".freeze,
7250
+ type: "rdf:Property".freeze
7251
+ property :floorLimit,
7252
+ comment: %(A floor limit is the amount of money above which credit card transactions must be authorized.).freeze,
7253
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
7254
+ domainIncludes: "schema:PaymentCard".freeze,
7255
+ label: "floorLimit".freeze,
7256
+ rangeIncludes: "schema:MonetaryAmount".freeze,
7257
+ :"schema:category" => %(issue-1253).freeze,
7258
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
6858
7259
  type: "rdf:Property".freeze
6859
7260
  property :floorSize,
6860
7261
  comment: %(The size of the accommodation, e.g. in square meter or squarefoot.
@@ -6931,7 +7332,7 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
6931
7332
  rangeIncludes: "schema:Place".freeze,
6932
7333
  type: "rdf:Property".freeze
6933
7334
  property :free,
6934
- comment: %(A flag to signal that the publication is accessible for free.).freeze,
7335
+ comment: %(A flag to signal that the publication or event is accessible for free.).freeze,
6935
7336
  domainIncludes: "schema:PublicationEvent".freeze,
6936
7337
  label: "free".freeze,
6937
7338
  rangeIncludes: "schema:Boolean".freeze,
@@ -6953,6 +7354,7 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
6953
7354
  type: "rdf:Property".freeze
6954
7355
  property :fuelCapacity,
6955
7356
  comment: %(The capacity of the fuel tank or in the case of electric cars, the battery. If there are multiple components for storage, this should indicate the total of all storage of the same type.</p>
7357
+
6956
7358
  <p>Typical unit code\(s\): LTR for liters, GLL of US gallons, GLI for UK / imperial gallons, AMH for ampere-hours \(for electrical vehicles\).).freeze,
6957
7359
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group).freeze,
6958
7360
  domainIncludes: "schema:Vehicle".freeze,
@@ -6962,11 +7364,13 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
6962
7364
  type: "rdf:Property".freeze
6963
7365
  property :fuelConsumption,
6964
7366
  comment: %(<p>The amount of fuel consumed for traveling a particular distance or temporal duration with the given vehicle \(e.g. liters per 100 km\).</p>
7367
+
6965
7368
  <ul>
6966
- <li>Note 1: There are unfortunately no standard unit codes for liters per 100 km. Use <a class="localLink" href="/unitText">unitText</a> to indicate the unit of measurement, e.g. L/100 km.</li>
6967
- <li>Note 2: There are two ways of indicating the fuel consumption, <a class="localLink" href="/fuelConsumption">fuelConsumption</a> \(e.g. 8 liters per 100 km\) and <a class="localLink" href="/fuelEfficiency">fuelEfficiency</a> \(e.g. 30 miles per gallon\). They are reciprocal.</li>
6968
- <li>Note 3: Often, the absolute value is useful only when related to driving speed \("at 80 km/h"\) or usage pattern \("city traffic"\). You can use <a class="localLink" href="/valueReference">valueReference</a> to link the value for the fuel consumption to another value.</li>
6969
- </ul>).freeze,
7369
+ <li>Note 1: There are unfortunately no standard unit codes for liters per 100 km. Use <a class="localLink" href="http://schema.org/unitText">unitText</a> to indicate the unit of measurement, e.g. L/100 km.</li>
7370
+ <li>Note 2: There are two ways of indicating the fuel consumption, <a class="localLink" href="http://schema.org/fuelConsumption">fuelConsumption</a> \(e.g. 8 liters per 100 km\) and <a class="localLink" href="http://schema.org/fuelEfficiency">fuelEfficiency</a> \(e.g. 30 miles per gallon\). They are reciprocal.</li>
7371
+ <li>Note 3: Often, the absolute value is useful only when related to driving speed \("at 80 km/h"\) or usage pattern \("city traffic"\). You can use <a class="localLink" href="http://schema.org/valueReference">valueReference</a> to link the value for the fuel consumption to another value.</li>
7372
+ </ul>
7373
+ ).freeze,
6970
7374
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group).freeze,
6971
7375
  domainIncludes: "schema:Vehicle".freeze,
6972
7376
  label: "fuelConsumption".freeze,
@@ -6974,11 +7378,13 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
6974
7378
  type: "rdf:Property".freeze
6975
7379
  property :fuelEfficiency,
6976
7380
  comment: %(<p>The distance traveled per unit of fuel used; most commonly miles per gallon \(mpg\) or kilometers per liter \(km/L\).</p>
7381
+
6977
7382
  <ul>
6978
- <li>Note 1: There are unfortunately no standard unit codes for miles per gallon or kilometers per liter. Use <a class="localLink" href="/unitText">unitText</a> to indicate the unit of measurement, e.g. mpg or km/L.</li>
6979
- <li>Note 2: There are two ways of indicating the fuel consumption, <a class="localLink" href="/fuelConsumption">fuelConsumption</a> \(e.g. 8 liters per 100 km\) and <a class="localLink" href="/fuelEfficiency">fuelEfficiency</a> \(e.g. 30 miles per gallon\). They are reciprocal.</li>
6980
- <li>Note 3: Often, the absolute value is useful only when related to driving speed \("at 80 km/h"\) or usage pattern \("city traffic"\). You can use <a class="localLink" href="/valueReference">valueReference</a> to link the value for the fuel economy to another value.</li>
6981
- </ul>).freeze,
7383
+ <li>Note 1: There are unfortunately no standard unit codes for miles per gallon or kilometers per liter. Use <a class="localLink" href="http://schema.org/unitText">unitText</a> to indicate the unit of measurement, e.g. mpg or km/L.</li>
7384
+ <li>Note 2: There are two ways of indicating the fuel consumption, <a class="localLink" href="http://schema.org/fuelConsumption">fuelConsumption</a> \(e.g. 8 liters per 100 km\) and <a class="localLink" href="http://schema.org/fuelEfficiency">fuelEfficiency</a> \(e.g. 30 miles per gallon\). They are reciprocal.</li>
7385
+ <li>Note 3: Often, the absolute value is useful only when related to driving speed \("at 80 km/h"\) or usage pattern \("city traffic"\). You can use <a class="localLink" href="http://schema.org/valueReference">valueReference</a> to link the value for the fuel economy to another value.</li>
7386
+ </ul>
7387
+ ).freeze,
6982
7388
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group).freeze,
6983
7389
  domainIncludes: "schema:Vehicle".freeze,
6984
7390
  label: "fuelEfficiency".freeze,
@@ -7057,8 +7463,8 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
7057
7463
  rangeIncludes: ["schema:GenderType".freeze, "schema:Text".freeze],
7058
7464
  type: "rdf:Property".freeze
7059
7465
  property :genre,
7060
- comment: %(Genre of the creative work or group.).freeze,
7061
- domainIncludes: ["schema:CreativeWork".freeze, "schema:MusicGroup".freeze],
7466
+ comment: %(Genre of the creative work, broadcast channel or group.).freeze,
7467
+ domainIncludes: ["schema:BroadcastChannel".freeze, "schema:CreativeWork".freeze, "schema:MusicGroup".freeze],
7062
7468
  label: "genre".freeze,
7063
7469
  rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
7064
7470
  type: "rdf:Property".freeze
@@ -7086,6 +7492,96 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
7086
7492
  label: "geographicArea".freeze,
7087
7493
  rangeIncludes: "schema:AdministrativeArea".freeze,
7088
7494
  type: "rdf:Property".freeze
7495
+ property :geospatiallyContains,
7496
+ comment: %(Represents a relationship between two geometries \(or the places they represent\), relating a containing geometry to a contained geometry. "a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a". As defined in <a href="https://en.wikipedia.org/wiki/DE-9IM">DE-9IM</a>.).freeze,
7497
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1375).freeze,
7498
+ domainIncludes: ["schema:GeospatialGeometry".freeze, "schema:Place".freeze],
7499
+ label: "geospatiallyContains".freeze,
7500
+ rangeIncludes: ["schema:GeospatialGeometry".freeze, "schema:Place".freeze],
7501
+ :"schema:category" => %(issue-1375).freeze,
7502
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
7503
+ type: "rdf:Property".freeze
7504
+ property :geospatiallyCoveredBy,
7505
+ comment: %(Represents a relationship between two geometries \(or the places they represent\), relating a geometry to another that covers it. As defined in <a href="https://en.wikipedia.org/wiki/DE-9IM">DE-9IM</a>.).freeze,
7506
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1375).freeze,
7507
+ domainIncludes: ["schema:GeospatialGeometry".freeze, "schema:Place".freeze],
7508
+ label: "geospatiallyCoveredBy".freeze,
7509
+ rangeIncludes: ["schema:GeospatialGeometry".freeze, "schema:Place".freeze],
7510
+ :"schema:category" => %(issue-1375).freeze,
7511
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
7512
+ type: "rdf:Property".freeze
7513
+ property :geospatiallyCovers,
7514
+ comment: %(Represents a relationship between two geometries \(or the places they represent\), relating a covering geometry to a covered geometry. "Every point of b is a point of \(the interior or boundary of\) a". As defined in <a href="https://en.wikipedia.org/wiki/DE-9IM">DE-9IM</a>.).freeze,
7515
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1375).freeze,
7516
+ domainIncludes: ["schema:GeospatialGeometry".freeze, "schema:Place".freeze],
7517
+ label: "geospatiallyCovers".freeze,
7518
+ rangeIncludes: ["schema:GeospatialGeometry".freeze, "schema:Place".freeze],
7519
+ :"schema:category" => %(issue-1375).freeze,
7520
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
7521
+ type: "rdf:Property".freeze
7522
+ property :geospatiallyCrosses,
7523
+ comment: %(Represents a relationship between two geometries \(or the places they represent\), relating a geometry to another that crosses it: "a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them". As defined in <a href="https://en.wikipedia.org/wiki/DE-9IM">DE-9IM</a>.).freeze,
7524
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1375).freeze,
7525
+ domainIncludes: ["schema:GeospatialGeometry".freeze, "schema:Place".freeze],
7526
+ label: "geospatiallyCrosses".freeze,
7527
+ rangeIncludes: ["schema:GeospatialGeometry".freeze, "schema:Place".freeze],
7528
+ :"schema:category" => %(issue-1375).freeze,
7529
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
7530
+ type: "rdf:Property".freeze
7531
+ property :geospatiallyDisjoint,
7532
+ comment: %(Represents spatial relations in which two geometries \(or the places they represent\) are topologically disjoint: they have no point in common. They form a set of disconnected geometries." \(a symmetric relationship, as defined in <a href="https://en.wikipedia.org/wiki/DE-9IM">DE-9IM</a>\)).freeze,
7533
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1375).freeze,
7534
+ domainIncludes: ["schema:GeospatialGeometry".freeze, "schema:Place".freeze],
7535
+ label: "geospatiallyDisjoint".freeze,
7536
+ rangeIncludes: ["schema:GeospatialGeometry".freeze, "schema:Place".freeze],
7537
+ :"schema:category" => %(issue-1375).freeze,
7538
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
7539
+ type: "rdf:Property".freeze
7540
+ property :geospatiallyEquals,
7541
+ comment: %(Represents spatial relations in which two geometries \(or the places they represent\) are topologically equal, as defined in <a href="https://en.wikipedia.org/wiki/DE-9IM">DE-9IM</a>. "Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other" \(a symmetric relationship\)).freeze,
7542
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1375).freeze,
7543
+ domainIncludes: ["schema:GeospatialGeometry".freeze, "schema:Place".freeze],
7544
+ label: "geospatiallyEquals".freeze,
7545
+ rangeIncludes: ["schema:GeospatialGeometry".freeze, "schema:Place".freeze],
7546
+ :"schema:category" => %(issue-1375).freeze,
7547
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
7548
+ type: "rdf:Property".freeze
7549
+ property :geospatiallyIntersects,
7550
+ comment: %(Represents spatial relations in which two geometries \(or the places they represent\) have at least one point in common. As defined in <a href="https://en.wikipedia.org/wiki/DE-9IM">DE-9IM</a>.).freeze,
7551
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1375).freeze,
7552
+ domainIncludes: ["schema:GeospatialGeometry".freeze, "schema:Place".freeze],
7553
+ label: "geospatiallyIntersects".freeze,
7554
+ rangeIncludes: ["schema:GeospatialGeometry".freeze, "schema:Place".freeze],
7555
+ :"schema:category" => %(issue-1375).freeze,
7556
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
7557
+ type: "rdf:Property".freeze
7558
+ property :geospatiallyOverlaps,
7559
+ comment: %(Represents a relationship between two geometries \(or the places they represent\), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in <a href="https://en.wikipedia.org/wiki/DE-9IM">DE-9IM</a>.).freeze,
7560
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1375).freeze,
7561
+ domainIncludes: ["schema:GeospatialGeometry".freeze, "schema:Place".freeze],
7562
+ label: "geospatiallyOverlaps".freeze,
7563
+ rangeIncludes: ["schema:GeospatialGeometry".freeze, "schema:Place".freeze],
7564
+ :"schema:category" => %(issue-1375).freeze,
7565
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
7566
+ type: "rdf:Property".freeze
7567
+ property :geospatiallyTouches,
7568
+ comment: %(Represents spatial relations in which two geometries \(or the places they represent\) touch: they have at least one boundary point in common, but no interior points." \(a symmetric relationship, as defined in <a href="https://en.wikipedia.org/wiki/DE-9IM">DE-9IM</a> \)).freeze,
7569
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1375).freeze,
7570
+ domainIncludes: ["schema:GeospatialGeometry".freeze, "schema:Place".freeze],
7571
+ label: "geospatiallyTouches".freeze,
7572
+ rangeIncludes: ["schema:GeospatialGeometry".freeze, "schema:Place".freeze],
7573
+ :"schema:category" => %(issue-1375).freeze,
7574
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
7575
+ type: "rdf:Property".freeze
7576
+ property :geospatiallyWithin,
7577
+ comment: %(Represents a relationship between two geometries \(or the places they represent\), relating a geometry to one that contains it, i.e. it is inside \(i.e. within\) its interior. As defined in <a href="https://en.wikipedia.org/wiki/DE-9IM">DE-9IM</a>.).freeze,
7578
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1375).freeze,
7579
+ domainIncludes: ["schema:GeospatialGeometry".freeze, "schema:Place".freeze],
7580
+ label: "geospatiallyWithin".freeze,
7581
+ rangeIncludes: ["schema:GeospatialGeometry".freeze, "schema:Place".freeze],
7582
+ :"schema:category" => %(issue-1375).freeze,
7583
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
7584
+ type: "rdf:Property".freeze
7089
7585
  property :givenName,
7090
7586
  comment: %(Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the name property.).freeze,
7091
7587
  domainIncludes: "schema:Person".freeze,
@@ -7098,6 +7594,16 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
7098
7594
  domainIncludes: ["schema:Organization".freeze, "schema:Person".freeze, "schema:Place".freeze],
7099
7595
  label: "globalLocationNumber".freeze,
7100
7596
  rangeIncludes: "schema:Text".freeze,
7597
+ subPropertyOf: "schema:identifier".freeze,
7598
+ type: "rdf:Property".freeze
7599
+ property :gracePeriod,
7600
+ comment: %(The period of time after any due date that the borrower has to fulfil its obligations before a default \(failure to pay\) is deemed to have occurred.).freeze,
7601
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
7602
+ domainIncludes: "schema:LoanOrCredit".freeze,
7603
+ label: "gracePeriod".freeze,
7604
+ rangeIncludes: "schema:Duration".freeze,
7605
+ :"schema:category" => %(issue-1253).freeze,
7606
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
7101
7607
  type: "rdf:Property".freeze
7102
7608
  property :grantee,
7103
7609
  comment: %(The person, organization, contact point, or audience that has been granted this permission.).freeze,
@@ -7105,15 +7611,6 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
7105
7611
  label: "grantee".freeze,
7106
7612
  rangeIncludes: ["schema:Audience".freeze, "schema:ContactPoint".freeze, "schema:Organization".freeze, "schema:Person".freeze],
7107
7613
  type: "rdf:Property".freeze
7108
- property :grantsCredential,
7109
- comment: %(A Credential granted upon successfully completing the Course.).freeze,
7110
- :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/195).freeze,
7111
- domainIncludes: "schema:Course".freeze,
7112
- label: "grantsCredential".freeze,
7113
- rangeIncludes: "schema:Thing".freeze,
7114
- :"schema:category" => %(issue-195).freeze,
7115
- :"schema:isPartOf" => %(http://pending.schema.org).freeze,
7116
- type: "rdf:Property".freeze
7117
7614
  property :greater,
7118
7615
  comment: %(This ordering relation for qualitative values indicates that the subject is greater than the object.).freeze,
7119
7616
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms).freeze,
@@ -7133,6 +7630,7 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
7133
7630
  domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze, "schema:Product".freeze],
7134
7631
  label: "gtin12".freeze,
7135
7632
  rangeIncludes: "schema:Text".freeze,
7633
+ subPropertyOf: "schema:identifier".freeze,
7136
7634
  type: "rdf:Property".freeze
7137
7635
  property :gtin13,
7138
7636
  comment: %(The <a href="http://apps.gs1.org/GDD/glossary/Pages/GTIN-13.aspx">GTIN-13</a> 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. See <a href="http://www.gs1.org/barcodes/technical/idkeys/gtin">GS1 GTIN Summary</a> for more details.).freeze,
@@ -7140,6 +7638,7 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
7140
7638
  domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze, "schema:Product".freeze],
7141
7639
  label: "gtin13".freeze,
7142
7640
  rangeIncludes: "schema:Text".freeze,
7641
+ subPropertyOf: "schema:identifier".freeze,
7143
7642
  type: "rdf:Property".freeze
7144
7643
  property :gtin14,
7145
7644
  comment: %(The <a href="http://apps.gs1.org/GDD/glossary/Pages/GTIN-14.aspx">GTIN-14</a> code of the product, or the product to which the offer refers. See <a href="http://www.gs1.org/barcodes/technical/idkeys/gtin">GS1 GTIN Summary</a> for more details.).freeze,
@@ -7147,6 +7646,7 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
7147
7646
  domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze, "schema:Product".freeze],
7148
7647
  label: "gtin14".freeze,
7149
7648
  rangeIncludes: "schema:Text".freeze,
7649
+ subPropertyOf: "schema:identifier".freeze,
7150
7650
  type: "rdf:Property".freeze
7151
7651
  property :gtin8,
7152
7652
  comment: %(The <a href="http://apps.gs1.org/GDD/glossary/Pages/GTIN-8.aspx">GTIN-8</a> 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. See <a href="http://www.gs1.org/barcodes/technical/idkeys/gtin">GS1 GTIN Summary</a> for more details.).freeze,
@@ -7154,6 +7654,7 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
7154
7654
  domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze, "schema:Product".freeze],
7155
7655
  label: "gtin8".freeze,
7156
7656
  rangeIncludes: "schema:Text".freeze,
7657
+ subPropertyOf: "schema:identifier".freeze,
7157
7658
  type: "rdf:Property".freeze
7158
7659
  property :guideline,
7159
7660
  comment: %(A medical guideline related to this entity.).freeze,
@@ -7176,6 +7677,26 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
7176
7677
  rangeIncludes: "schema:MedicalEntity".freeze,
7177
7678
  :"schema:isPartOf" => %(http://health-lifesci.schema.org).freeze,
7178
7679
  type: "rdf:Property".freeze
7680
+ property :hasBroadcastChannel,
7681
+ comment: %(A broadcast channel of a broadcast service.).freeze,
7682
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1004).freeze,
7683
+ domainIncludes: "schema:BroadcastService".freeze,
7684
+ inverseOf: "schema:providesBroadcastService".freeze,
7685
+ label: "hasBroadcastChannel".freeze,
7686
+ rangeIncludes: "schema:BroadcastChannel".freeze,
7687
+ :"schema:category" => %(issue-1004).freeze,
7688
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
7689
+ type: "rdf:Property".freeze
7690
+ property :hasCategoryCode,
7691
+ comment: %(A Category code contained in this code set.).freeze,
7692
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/894).freeze,
7693
+ domainIncludes: "schema:CategoryCodeSet".freeze,
7694
+ label: "hasCategoryCode".freeze,
7695
+ rangeIncludes: "schema:CategoryCode".freeze,
7696
+ :"schema:category" => %(issue-894).freeze,
7697
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
7698
+ subPropertyOf: "schema:hasPart".freeze,
7699
+ type: "rdf:Property".freeze
7179
7700
  property :hasCourseInstance,
7180
7701
  comment: %(An offering of the course at a specific time and place or through specific media or mode of study or to a specific section of students.).freeze,
7181
7702
  :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/195).freeze,
@@ -7183,7 +7704,6 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
7183
7704
  label: "hasCourseInstance".freeze,
7184
7705
  rangeIncludes: "schema:CourseInstance".freeze,
7185
7706
  :"schema:category" => %(issue-195).freeze,
7186
- :"schema:isPartOf" => %(http://pending.schema.org).freeze,
7187
7707
  type: "rdf:Property".freeze
7188
7708
  property :hasDeliveryMethod,
7189
7709
  comment: %(Method used for delivery or shipping.).freeze,
@@ -7197,22 +7717,30 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
7197
7717
  label: "hasDigitalDocumentPermission".freeze,
7198
7718
  rangeIncludes: "schema:DigitalDocumentPermission".freeze,
7199
7719
  type: "rdf:Property".freeze
7200
- property :hasEnumerationValue,
7201
- comment: %(Value contained in value set.).freeze,
7202
- :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/894).freeze,
7203
- domainIncludes: "schema:EnumerationValueSet".freeze,
7204
- label: "hasEnumerationValue".freeze,
7205
- rangeIncludes: "schema:Text".freeze,
7206
- :"schema:category" => %(issue-894).freeze,
7207
- :"schema:isPartOf" => %(http://pending.schema.org).freeze,
7208
- subPropertyOf: "schema:hasPart".freeze,
7209
- type: "rdf:Property".freeze
7210
7720
  property :hasMap,
7211
7721
  comment: %(A URL to a map of the place.).freeze,
7212
7722
  domainIncludes: "schema:Place".freeze,
7213
7723
  label: "hasMap".freeze,
7214
7724
  rangeIncludes: ["schema:Map".freeze, "schema:URL".freeze],
7215
7725
  type: "rdf:Property".freeze
7726
+ property :hasMenu,
7727
+ comment: %(Either the actual menu as a structured representation, as text, or a URL of the menu.).freeze,
7728
+ domainIncludes: "schema:FoodEstablishment".freeze,
7729
+ label: "hasMenu".freeze,
7730
+ rangeIncludes: ["schema:Menu".freeze, "schema:Text".freeze, "schema:URL".freeze],
7731
+ type: "rdf:Property".freeze
7732
+ property :hasMenuItem,
7733
+ comment: %(A food or drink item contained in a menu or menu section.).freeze,
7734
+ domainIncludes: ["schema:Menu".freeze, "schema:MenuSection".freeze],
7735
+ label: "hasMenuItem".freeze,
7736
+ rangeIncludes: "schema:MenuItem".freeze,
7737
+ type: "rdf:Property".freeze
7738
+ property :hasMenuSection,
7739
+ comment: %(A subgrouping of the menu \(by dishes, course, serving time period, etc.\).).freeze,
7740
+ domainIncludes: ["schema:Menu".freeze, "schema:MenuSection".freeze],
7741
+ label: "hasMenuSection".freeze,
7742
+ rangeIncludes: "schema:MenuSection".freeze,
7743
+ type: "rdf:Property".freeze
7216
7744
  property :hasOfferCatalog,
7217
7745
  comment: %(Indicates an OfferCatalog listing for this Organization, Person, or Service.).freeze,
7218
7746
  domainIncludes: ["schema:Organization".freeze, "schema:Person".freeze, "schema:Service".freeze],
@@ -7443,6 +7971,13 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
7443
7971
  label: "icaoCode".freeze,
7444
7972
  rangeIncludes: "schema:Text".freeze,
7445
7973
  type: "rdf:Property".freeze
7974
+ property :identifier,
7975
+ comment: %(The identifier property represents any kind of identifier for any kind of <a class="localLink" href="http://schema.org/Thing">Thing</a>, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL \(URI\) links. See <a href="/docs/datamodel.html#identifierBg">background notes</a> for more details.).freeze,
7976
+ domainIncludes: "schema:Thing".freeze,
7977
+ label: "identifier".freeze,
7978
+ :"owl:equivalentProperty" => %(dc:identifier).freeze,
7979
+ rangeIncludes: ["schema:PropertyValue".freeze, "schema:Text".freeze, "schema:URL".freeze],
7980
+ type: "rdf:Property".freeze
7446
7981
  property :identifyingExam,
7447
7982
  comment: %(A physical examination that can identify this sign.).freeze,
7448
7983
  domainIncludes: "schema:MedicalSign".freeze,
@@ -7464,7 +7999,7 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
7464
7999
  rangeIncludes: "schema:Person".freeze,
7465
8000
  type: "rdf:Property".freeze
7466
8001
  property :image,
7467
- comment: %(An image of the item. This can be a <a class="localLink" href="/URL">URL</a> or a fully described <a class="localLink" href="/ImageObject">ImageObject</a>.).freeze,
8002
+ comment: %(An image of the item. This can be a <a class="localLink" href="http://schema.org/URL">URL</a> or a fully described <a class="localLink" href="http://schema.org/ImageObject">ImageObject</a>.).freeze,
7468
8003
  domainIncludes: "schema:Thing".freeze,
7469
8004
  label: "image".freeze,
7470
8005
  rangeIncludes: ["schema:ImageObject".freeze, "schema:URL".freeze],
@@ -7488,8 +8023,18 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
7488
8023
  label: "inBroadcastLineup".freeze,
7489
8024
  rangeIncludes: "schema:CableOrSatelliteService".freeze,
7490
8025
  type: "rdf:Property".freeze
8026
+ property :inCodeSet,
8027
+ comment: %(A <a class="localLink" href="http://schema.org/CategoryCodeSet">CategoryCodeSet</a> that contains this catagory code.).freeze,
8028
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/894).freeze,
8029
+ domainIncludes: "schema:CategoryCode".freeze,
8030
+ label: "inCodeSet".freeze,
8031
+ rangeIncludes: ["schema:CategoryCodeSet".freeze, "schema:URL".freeze],
8032
+ :"schema:category" => %(issue-894).freeze,
8033
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
8034
+ subPropertyOf: "schema:isPartOf".freeze,
8035
+ type: "rdf:Property".freeze
7491
8036
  property :inLanguage,
7492
- comment: %(The language of the content or performance or used in an action. Please use one of the language codes from the <a href="http://tools.ietf.org/html/bcp47">IETF BCP 47 standard</a>. See also <a class="localLink" href="/availableLanguage">availableLanguage</a>.).freeze,
8037
+ comment: %(The language of the content or performance or used in an action. Please use one of the language codes from the <a href="http://tools.ietf.org/html/bcp47">IETF BCP 47 standard</a>. See also <a class="localLink" href="http://schema.org/availableLanguage">availableLanguage</a>.).freeze,
7493
8038
  domainIncludes: ["schema:CommunicateAction".freeze, "schema:CreativeWork".freeze, "schema:Event".freeze, "schema:LinkRole".freeze, "schema:WriteAction".freeze],
7494
8039
  label: "inLanguage".freeze,
7495
8040
  rangeIncludes: ["schema:Language".freeze, "schema:Text".freeze],
@@ -7604,7 +8149,8 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
7604
8149
  type: "rdf:Property".freeze
7605
8150
  property :ineligibleRegion,
7606
8151
  comment: %(The ISO 3166-1 \(ISO 3166-1 alpha-2\) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region\(s\) for which the offer or delivery charge specification is not valid, e.g. a region where the transaction is not allowed.</p>
7607
- <p>See also <a class="localLink" href="/eligibleRegion">eligibleRegion</a>.).freeze,
8152
+
8153
+ <p>See also <a class="localLink" href="http://schema.org/eligibleRegion">eligibleRegion</a>.).freeze,
7608
8154
  domainIncludes: ["schema:DeliveryChargeSpecification".freeze, "schema:Demand".freeze, "schema:Offer".freeze],
7609
8155
  label: "ineligibleRegion".freeze,
7610
8156
  rangeIncludes: ["schema:GeoShape".freeze, "schema:Place".freeze, "schema:Text".freeze],
@@ -7652,13 +8198,12 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
7652
8198
  rangeIncludes: "schema:URL".freeze,
7653
8199
  type: "rdf:Property".freeze
7654
8200
  property :instructor,
7655
- comment: %(A person assigned to instruct or provide instructional assistance for the CourseInstance.).freeze,
8201
+ comment: %(A person assigned to instruct or provide instructional assistance for the <a class="localLink" href="http://schema.org/CourseInstance">CourseInstance</a>.).freeze,
7656
8202
  :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/195).freeze,
7657
8203
  domainIncludes: "schema:CourseInstance".freeze,
7658
8204
  label: "instructor".freeze,
7659
8205
  rangeIncludes: "schema:Person".freeze,
7660
8206
  :"schema:category" => %(issue-195).freeze,
7661
- :"schema:isPartOf" => %(http://pending.schema.org).freeze,
7662
8207
  type: "rdf:Property".freeze
7663
8208
  property :instrument,
7664
8209
  comment: %(The object that helped the agent perform the action. e.g. John wrote a book with <em>a pen</em>.).freeze,
@@ -7698,7 +8243,7 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
7698
8243
  rangeIncludes: "schema:InteractionCounter".freeze,
7699
8244
  type: "rdf:Property".freeze
7700
8245
  property :interactionType,
7701
- comment: %(The Action representing the type of interaction. For up votes, +1s, etc. use <a class="localLink" href="/LikeAction">LikeAction</a>. For down votes use <a class="localLink" href="/DislikeAction">DislikeAction</a>. Otherwise, use the most specific Action.).freeze,
8246
+ comment: %(The Action representing the type of interaction. For up votes, +1s, etc. use <a class="localLink" href="http://schema.org/LikeAction">LikeAction</a>. For down votes use <a class="localLink" href="http://schema.org/DislikeAction">DislikeAction</a>. Otherwise, use the most specific Action.).freeze,
7702
8247
  domainIncludes: "schema:InteractionCounter".freeze,
7703
8248
  label: "interactionType".freeze,
7704
8249
  rangeIncludes: "schema:Action".freeze,
@@ -7838,6 +8383,7 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
7838
8383
  label: "isbn".freeze,
7839
8384
  :"owl:equivalentProperty" => %(bibo:isbn).freeze,
7840
8385
  rangeIncludes: "schema:Text".freeze,
8386
+ subPropertyOf: "schema:identifier".freeze,
7841
8387
  type: "rdf:Property".freeze
7842
8388
  property :isicV4,
7843
8389
  comment: %(The International Standard of Industrial Classification of All Economic Activities \(ISIC\), Revision 4 code for a particular organization, business person, or place.).freeze,
@@ -7860,6 +8406,7 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
7860
8406
  label: "issn".freeze,
7861
8407
  :"owl:equivalentProperty" => %(bibo:issn).freeze,
7862
8408
  rangeIncludes: "schema:Text".freeze,
8409
+ subPropertyOf: "schema:identifier".freeze,
7863
8410
  type: "rdf:Property".freeze
7864
8411
  property :issueNumber,
7865
8412
  comment: %(Identifies the issue of publication; for example, "iii" or "2".).freeze,
@@ -7903,7 +8450,9 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
7903
8450
  type: "rdf:Property".freeze
7904
8451
  property :itemListElement,
7905
8452
  comment: %(For itemListElement values, you can use simple strings \(e.g. "Peter", "Paul", "Mary"\), existing entities, or use ListItem.</p>
8453
+
7906
8454
  <p>Text values are best if the elements in the list are plain strings. Existing entities are best for a simple, unordered list of existing things in your data. ListItem is used with ordered lists when you want to provide additional context about the element in that list or when the same item might be in different places in different lists.</p>
8455
+
7907
8456
  <p>Note: The order of elements in your mark-up is not sufficient for indicating the order or elements. Use ListItem with a 'position' property in such cases.).freeze,
7908
8457
  domainIncludes: "schema:ItemList".freeze,
7909
8458
  label: "itemListElement".freeze,
@@ -8026,16 +8575,17 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
8026
8575
  type: "rdf:Property".freeze
8027
8576
  property :leiCode,
8028
8577
  comment: %(An organization identifier that uniquely identifies a legal entity as defined in ISO 17442.).freeze,
8029
- :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze,
8578
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#GLEIF).freeze],
8030
8579
  domainIncludes: "schema:Organization".freeze,
8031
8580
  label: "leiCode".freeze,
8032
8581
  rangeIncludes: "schema:Text".freeze,
8582
+ subPropertyOf: "schema:identifier".freeze,
8033
8583
  type: "rdf:Property".freeze
8034
8584
  property :lender,
8035
8585
  comment: %(A sub property of participant. The person that lends the object being borrowed.).freeze,
8036
8586
  domainIncludes: "schema:BorrowAction".freeze,
8037
8587
  label: "lender".freeze,
8038
- rangeIncludes: "schema:Person".freeze,
8588
+ rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
8039
8589
  subPropertyOf: "schema:participant".freeze,
8040
8590
  type: "rdf:Property".freeze
8041
8591
  property :lesser,
@@ -8087,6 +8637,42 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
8087
8637
  label: "liveBlogUpdate".freeze,
8088
8638
  rangeIncludes: "schema:BlogPosting".freeze,
8089
8639
  type: "rdf:Property".freeze
8640
+ property :loanMortgageMandateAmount,
8641
+ comment: %(Amount of mortgage mandate that can be converted into a proper mortgage at a later stage.).freeze,
8642
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
8643
+ domainIncludes: "schema:MortgageLoan".freeze,
8644
+ label: "loanMortgageMandateAmount".freeze,
8645
+ rangeIncludes: "schema:MonetaryAmount".freeze,
8646
+ :"schema:category" => %(issue-1253).freeze,
8647
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
8648
+ type: "rdf:Property".freeze
8649
+ property :loanPaymentAmount,
8650
+ comment: %(The amount of money to pay in a single payment.).freeze,
8651
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
8652
+ domainIncludes: "schema:RepaymentSpecification".freeze,
8653
+ label: "loanPaymentAmount".freeze,
8654
+ rangeIncludes: "schema:MonetaryAmount".freeze,
8655
+ :"schema:category" => %(issue-1253).freeze,
8656
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
8657
+ type: "rdf:Property".freeze
8658
+ property :loanPaymentFrequency,
8659
+ comment: %(Frequency of payments due, i.e. number of months between payments. This is defined as a frequency, i.e. the reciprocal of a period of time.).freeze,
8660
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
8661
+ domainIncludes: "schema:RepaymentSpecification".freeze,
8662
+ label: "loanPaymentFrequency".freeze,
8663
+ rangeIncludes: "schema:Number".freeze,
8664
+ :"schema:category" => %(issue-1253).freeze,
8665
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
8666
+ type: "rdf:Property".freeze
8667
+ property :loanRepaymentForm,
8668
+ comment: %(A form of paying back money previously borrowed from a lender. Repayment usually takes the form of periodic payments that normally include part principal plus interest in each payment.).freeze,
8669
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
8670
+ domainIncludes: "schema:LoanOrCredit".freeze,
8671
+ label: "loanRepaymentForm".freeze,
8672
+ rangeIncludes: "schema:RepaymentSpecification".freeze,
8673
+ :"schema:category" => %(issue-1253).freeze,
8674
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
8675
+ type: "rdf:Property".freeze
8090
8676
  property :loanTerm,
8091
8677
  comment: %(The duration of the loan or credit agreement.).freeze,
8092
8678
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze,
@@ -8095,6 +8681,15 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
8095
8681
  rangeIncludes: "schema:QuantitativeValue".freeze,
8096
8682
  subPropertyOf: "schema:duration".freeze,
8097
8683
  type: "rdf:Property".freeze
8684
+ property :loanType,
8685
+ comment: %(The type of a loan or credit.).freeze,
8686
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
8687
+ domainIncludes: "schema:LoanOrCredit".freeze,
8688
+ label: "loanType".freeze,
8689
+ rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
8690
+ :"schema:category" => %(issue-1253).freeze,
8691
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
8692
+ type: "rdf:Property".freeze
8098
8693
  property :location,
8099
8694
  comment: %(The location of for example where the event is happening, an organization is located, or where an action takes place.).freeze,
8100
8695
  domainIncludes: ["schema:Action".freeze, "schema:Event".freeze, "schema:Organization".freeze],
@@ -8215,11 +8810,10 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
8215
8810
  :"schema:supersededBy" => %(schema:hasMap).freeze,
8216
8811
  type: "rdf:Property".freeze
8217
8812
  property :material,
8218
- comment: %(e.g. Oil, Watercolour, Acrylic, Linoprint, Marble, Cyanotype, Digital, Lithograph, DryPoint, Intaglio, Pastel, Woodcut, Pencil, Mixed Media, etc.).freeze,
8219
- domainIncludes: "schema:VisualArtwork".freeze,
8813
+ comment: %(A material that something is made from, e.g. leather, wool, cotton, paper.).freeze,
8814
+ domainIncludes: ["schema:CreativeWork".freeze, "schema:Product".freeze],
8220
8815
  label: "material".freeze,
8221
- rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
8222
- :"schema:supersededBy" => %(schema:artMedium).freeze,
8816
+ rangeIncludes: ["schema:Product".freeze, "schema:Text".freeze, "schema:URL".freeze],
8223
8817
  type: "rdf:Property".freeze
8224
8818
  property :maxPrice,
8225
8819
  comment: %(The highest price if the price is a range.).freeze,
@@ -8235,6 +8829,12 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
8235
8829
  label: "maxValue".freeze,
8236
8830
  rangeIncludes: "schema:Number".freeze,
8237
8831
  type: "rdf:Property".freeze
8832
+ property :maximumAttendeeCapacity,
8833
+ comment: %(The total number of individuals that may attend an event or venue.).freeze,
8834
+ domainIncludes: ["schema:Event".freeze, "schema:Place".freeze],
8835
+ label: "maximumAttendeeCapacity".freeze,
8836
+ rangeIncludes: "schema:Integer".freeze,
8837
+ type: "rdf:Property".freeze
8238
8838
  property :maximumIntake,
8239
8839
  comment: %(Recommended intake of this supplement for a given population as defined by a specific recommending authority.).freeze,
8240
8840
  domainIncludes: ["schema:DietarySupplement".freeze, "schema:Drug".freeze, "schema:DrugStrength".freeze, "schema:Substance".freeze],
@@ -8248,6 +8848,22 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
8248
8848
  label: "mealService".freeze,
8249
8849
  rangeIncludes: "schema:Text".freeze,
8250
8850
  type: "rdf:Property".freeze
8851
+ property :measurementTechnique,
8852
+ comment: %(A technique or technology used in a <a class="localLink" href="http://schema.org/Dataset">Dataset</a> \(or <a class="localLink" href="http://schema.org/DataDownload">DataDownload</a>, <a class="localLink" href="http://schema.org/DataCatalog">DataCatalog</a>\),
8853
+ corresponding to the method used for measuring the corresponding variable\(s\) \(described using <a class="localLink" href="http://schema.org/variableMeasured">variableMeasured</a>\). This is oriented towards scientific and scholarly dataset publication but may have broader applicability; it is not intended as a full representation of measurement, but rather as a high level summary for dataset discovery.</p>
8854
+
8855
+ <p>For example, if <a class="localLink" href="http://schema.org/variableMeasured">variableMeasured</a> is: molecule concentration, <a class="localLink" href="http://schema.org/measurementTechnique">measurementTechnique</a> could be: "mass spectrometry" or "nmr spectroscopy" or "colorimetry" or "immunofluorescence".</p>
8856
+
8857
+ <p>If the <a class="localLink" href="http://schema.org/variableMeasured">variableMeasured</a> is "depression rating", the <a class="localLink" href="http://schema.org/measurementTechnique">measurementTechnique</a> could be "Zung Scale" or "HAM-D" or "Beck Depression Inventory".</p>
8858
+
8859
+ <p>If there are several <a class="localLink" href="http://schema.org/variableMeasured">variableMeasured</a> properties recorded for some given data object, use a <a class="localLink" href="http://schema.org/PropertyValue">PropertyValue</a> for each <a class="localLink" href="http://schema.org/variableMeasured">variableMeasured</a> and attach the corresponding <a class="localLink" href="http://schema.org/measurementTechnique">measurementTechnique</a>.).freeze,
8860
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1425).freeze,
8861
+ domainIncludes: ["schema:DataCatalog".freeze, "schema:DataDownload".freeze, "schema:Dataset".freeze, "schema:PropertyValue".freeze],
8862
+ label: "measurementTechnique".freeze,
8863
+ rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
8864
+ :"schema:category" => %(issue-1425).freeze,
8865
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
8866
+ type: "rdf:Property".freeze
8251
8867
  property :mechanismOfAction,
8252
8868
  comment: %(The specific biochemical interaction through which this drug or supplement produces its pharmacological effect.).freeze,
8253
8869
  domainIncludes: ["schema:DietarySupplement".freeze, "schema:Drug".freeze],
@@ -8317,10 +8933,20 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
8317
8933
  rangeIncludes: "schema:Thing".freeze,
8318
8934
  type: "rdf:Property".freeze
8319
8935
  property :menu,
8320
- comment: %(Either the actual menu or a URL of the menu.).freeze,
8936
+ comment: %(Either the actual menu as a structured representation, as text, or a URL of the menu.).freeze,
8321
8937
  domainIncludes: "schema:FoodEstablishment".freeze,
8322
8938
  label: "menu".freeze,
8323
- rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
8939
+ rangeIncludes: ["schema:Menu".freeze, "schema:Text".freeze, "schema:URL".freeze],
8940
+ :"schema:supersededBy" => %(schema:hasMenu).freeze,
8941
+ type: "rdf:Property".freeze
8942
+ property :menuAddOn,
8943
+ comment: %(Additional menu item\(s\) such as a side dish of salad or side order of fries that can be added to this menu item. Additionally it can be a menu section containing allowed add-on menu items for this menu item.).freeze,
8944
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1541).freeze,
8945
+ domainIncludes: "schema:MenuItem".freeze,
8946
+ label: "menuAddOn".freeze,
8947
+ rangeIncludes: ["schema:MenuItem".freeze, "schema:MenuSection".freeze],
8948
+ :"schema:category" => %(issue-1541).freeze,
8949
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
8324
8950
  type: "rdf:Property".freeze
8325
8951
  property :merchant,
8326
8952
  comment: %('merchant' is an out-dated term for 'seller'.).freeze,
@@ -8337,6 +8963,7 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
8337
8963
  type: "rdf:Property".freeze
8338
8964
  property :mileageFromOdometer,
8339
8965
  comment: %(The total distance travelled by the particular vehicle since its initial production, as read from its odometer.</p>
8966
+
8340
8967
  <p>Typical unit code\(s\): KMT for kilometers, SMI for statute miles).freeze,
8341
8968
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group).freeze,
8342
8969
  domainIncludes: "schema:Vehicle".freeze,
@@ -8383,6 +9010,15 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
8383
9010
  label: "modifiedTime".freeze,
8384
9011
  rangeIncludes: "schema:DateTime".freeze,
8385
9012
  type: "rdf:Property".freeze
9013
+ property :monthlyMinimumRepaymentAmount,
9014
+ comment: %(The minimum payment is the lowest amount of money that one is required to pay on a credit card statement each month.).freeze,
9015
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
9016
+ domainIncludes: "schema:CreditCard".freeze,
9017
+ label: "monthlyMinimumRepaymentAmount".freeze,
9018
+ rangeIncludes: ["schema:MonetaryAmount".freeze, "schema:Number".freeze],
9019
+ :"schema:category" => %(issue-1253).freeze,
9020
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
9021
+ type: "rdf:Property".freeze
8386
9022
  property :mpn,
8387
9023
  comment: %(The Manufacturer Part Number \(MPN\) of the product, or the product to which the offer refers.).freeze,
8388
9024
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms).freeze,
@@ -8551,6 +9187,7 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
8551
9187
  type: "rdf:Property".freeze
8552
9188
  property :numberOfAxles,
8553
9189
  comment: %(The number of axles.</p>
9190
+
8554
9191
  <p>Typical unit code\(s\): C62).freeze,
8555
9192
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group).freeze,
8556
9193
  domainIncludes: "schema:Vehicle".freeze,
@@ -8566,6 +9203,7 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
8566
9203
  type: "rdf:Property".freeze
8567
9204
  property :numberOfDoors,
8568
9205
  comment: %(The number of doors.</p>
9206
+
8569
9207
  <p>Typical unit code\(s\): C62).freeze,
8570
9208
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group).freeze,
8571
9209
  domainIncludes: "schema:Vehicle".freeze,
@@ -8586,6 +9224,7 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
8586
9224
  type: "rdf:Property".freeze
8587
9225
  property :numberOfForwardGears,
8588
9226
  comment: %(The total number of forward gears available for the transmission system of the vehicle.</p>
9227
+
8589
9228
  <p>Typical unit code\(s\): C62).freeze,
8590
9229
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group).freeze,
8591
9230
  domainIncludes: "schema:Vehicle".freeze,
@@ -8598,6 +9237,15 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
8598
9237
  label: "numberOfItems".freeze,
8599
9238
  rangeIncludes: "schema:Integer".freeze,
8600
9239
  type: "rdf:Property".freeze
9240
+ property :numberOfLoanPayments,
9241
+ comment: %(The number of payments contractually required at origination to repay the loan. For monthly paying loans this is the number of months from the contractual first payment date to the maturity date.).freeze,
9242
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
9243
+ domainIncludes: "schema:RepaymentSpecification".freeze,
9244
+ label: "numberOfLoanPayments".freeze,
9245
+ rangeIncludes: "schema:Number".freeze,
9246
+ :"schema:category" => %(issue-1253).freeze,
9247
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
9248
+ type: "rdf:Property".freeze
8601
9249
  property :numberOfPages,
8602
9250
  comment: %(The number of pages in the book.).freeze,
8603
9251
  domainIncludes: "schema:Book".freeze,
@@ -8612,6 +9260,7 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
8612
9260
  type: "rdf:Property".freeze
8613
9261
  property :numberOfPreviousOwners,
8614
9262
  comment: %(The number of owners of the vehicle, including the current one.</p>
9263
+
8615
9264
  <p>Typical unit code\(s\): C62).freeze,
8616
9265
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group).freeze,
8617
9266
  domainIncludes: "schema:Vehicle".freeze,
@@ -8622,7 +9271,7 @@ Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for sq
8622
9271
  comment: %(The number of rooms \(excluding bathrooms and closets\) of the acccommodation or lodging business.
8623
9272
  Typical unit code\(s\): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue.).freeze,
8624
9273
  :"dc:source" => %(https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology).freeze,
8625
- domainIncludes: ["schema:Accomodation".freeze, "schema:Apartment".freeze, "schema:House".freeze, "schema:SingleFamilyResidence".freeze, "schema:Suite".freeze],
9274
+ domainIncludes: ["schema:Accommodation".freeze, "schema:Apartment".freeze, "schema:House".freeze, "schema:SingleFamilyResidence".freeze, "schema:Suite".freeze],
8626
9275
  label: "numberOfRooms".freeze,
8627
9276
  rangeIncludes: ["schema:Number".freeze, "schema:QuantitativeValue".freeze],
8628
9277
  type: "rdf:Property".freeze
@@ -8639,13 +9288,13 @@ Typical unit code\(s\): ROM for room or C62 for no unit. The type of room can be
8639
9288
  rangeIncludes: "schema:Number".freeze,
8640
9289
  type: "rdf:Property".freeze
8641
9290
  property :nutrition,
8642
- comment: %(Nutrition information about the recipe.).freeze,
8643
- domainIncludes: "schema:Recipe".freeze,
9291
+ comment: %(Nutrition information about the recipe or menu item.).freeze,
9292
+ domainIncludes: ["schema:MenuItem".freeze, "schema:Recipe".freeze],
8644
9293
  label: "nutrition".freeze,
8645
9294
  rangeIncludes: "schema:NutritionInformation".freeze,
8646
9295
  type: "rdf:Property".freeze
8647
9296
  property :object,
8648
- comment: %(The object upon the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer \(which change their state\) or theme \(which doesn't\). e.g. John read <em>a book</em>.).freeze,
9297
+ comment: %(The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer \(which change their state\) or theme \(which doesn't\). e.g. John read <em>a book</em>.).freeze,
8649
9298
  domainIncludes: "schema:Action".freeze,
8650
9299
  label: "object".freeze,
8651
9300
  rangeIncludes: "schema:Thing".freeze,
@@ -8679,7 +9328,7 @@ Typical unit code\(s\): C62 for person).freeze,
8679
9328
  type: "rdf:Property".freeze
8680
9329
  property :offers,
8681
9330
  comment: %(An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event.).freeze,
8682
- domainIncludes: ["schema:AggregateOffer".freeze, "schema:CreativeWork".freeze, "schema:Event".freeze, "schema:Product".freeze, "schema:Service".freeze],
9331
+ domainIncludes: ["schema:AggregateOffer".freeze, "schema:CreativeWork".freeze, "schema:Event".freeze, "schema:MenuItem".freeze, "schema:Product".freeze, "schema:Service".freeze],
8683
9332
  label: "offers".freeze,
8684
9333
  rangeIncludes: "schema:Offer".freeze,
8685
9334
  type: "rdf:Property".freeze
@@ -8694,12 +9343,14 @@ Typical unit code\(s\): C62 for person).freeze,
8694
9343
  type: "rdf:Property".freeze
8695
9344
  property :openingHours,
8696
9345
  comment: %(<p>The general opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.</p>
9346
+
8697
9347
  <ul>
8698
9348
  <li>Days are specified using the following two-letter combinations: <code>Mo</code>, <code>Tu</code>, <code>We</code>, <code>Th</code>, <code>Fr</code>, <code>Sa</code>, <code>Su</code>.</li>
8699
9349
  <li>Times are specified using 24:00 time. For example, 3pm is specified as <code>15:00</code>. </li>
8700
9350
  <li>Here is an example: <code>&lt;time itemprop="openingHours" datetime=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays and Thursdays 4-8pm&lt;/time&gt;</code>.</li>
8701
9351
  <li>If a business is open 7 days a week, then it can be specified as <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Mo-Su&quot;&gt;Monday through Sunday, all day&lt;/time&gt;</code>.</li>
8702
- </ul>).freeze,
9352
+ </ul>
9353
+ ).freeze,
8703
9354
  domainIncludes: ["schema:CivicStructure".freeze, "schema:LocalBusiness".freeze],
8704
9355
  label: "openingHours".freeze,
8705
9356
  rangeIncludes: "schema:Text".freeze,
@@ -8768,6 +9419,7 @@ Typical unit code\(s\): C62 for person).freeze,
8768
9419
  domainIncludes: "schema:Order".freeze,
8769
9420
  label: "orderNumber".freeze,
8770
9421
  rangeIncludes: "schema:Text".freeze,
9422
+ subPropertyOf: "schema:identifier".freeze,
8771
9423
  type: "rdf:Property".freeze
8772
9424
  property :orderQuantity,
8773
9425
  comment: %(The number of the item ordered. If the property is not set, assume the quantity is one.).freeze,
@@ -8892,7 +9544,7 @@ Typical unit code\(s\): C62 for person).freeze,
8892
9544
  rangeIncludes: "schema:Question".freeze,
8893
9545
  type: "rdf:Property".freeze
8894
9546
  property :parentOrganization,
8895
- comment: %(The larger organization that this local business is a branch of, if any.).freeze,
9547
+ comment: %(The larger organization that this organization is a <a class="localLink" href="http://schema.org/subOrganization">subOrganization</a> of, if any.).freeze,
8896
9548
  domainIncludes: "schema:Organization".freeze,
8897
9549
  inverseOf: "schema:subOrganization".freeze,
8898
9550
  label: "parentOrganization".freeze,
@@ -8911,16 +9563,6 @@ Typical unit code\(s\): C62 for person).freeze,
8911
9563
  rangeIncludes: "schema:Person".freeze,
8912
9564
  :"schema:supersededBy" => %(schema:parent).freeze,
8913
9565
  type: "rdf:Property".freeze
8914
- property :partOfEnumerationValueSet,
8915
- comment: %(The set \(enumeration\) of values of which contains this value.).freeze,
8916
- :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/894).freeze,
8917
- domainIncludes: "schema:EnumerationValue".freeze,
8918
- label: "partOfEnumerationValueSet".freeze,
8919
- rangeIncludes: "schema:Text".freeze,
8920
- :"schema:category" => %(issue-894).freeze,
8921
- :"schema:isPartOf" => %(http://pending.schema.org).freeze,
8922
- subPropertyOf: "schema:isPartOf".freeze,
8923
- type: "rdf:Property".freeze
8924
9566
  property :partOfEpisode,
8925
9567
  comment: %(The episode to which this clip belongs.).freeze,
8926
9568
  domainIncludes: "schema:Clip".freeze,
@@ -9002,13 +9644,16 @@ Typical unit code\(s\): C62 for person).freeze,
9002
9644
  type: "rdf:Property".freeze
9003
9645
  property :payload,
9004
9646
  comment: %(<p>The permitted weight of passengers and cargo, EXCLUDING the weight of the empty vehicle.</p>
9647
+
9005
9648
  <p>Typical unit code\(s\): KGM for kilogram, LBR for pound</p>
9649
+
9006
9650
  <ul>
9007
- <li>Note 1: Many databases specify the permitted TOTAL weight instead, which is the sum of <a class="localLink" href="/weight">weight</a> and <a class="localLink" href="/payload">payload</a></li>
9008
- <li>Note 2: You can indicate additional information in the <a class="localLink" href="/name">name</a> of the <a class="localLink" href="/QuantitativeValue">QuantitativeValue</a> node.</li>
9009
- <li>Note 3: You may also link to a <a class="localLink" href="/QualitativeValue">QualitativeValue</a> node that provides additional information using <a class="localLink" href="/valueReference">valueReference</a>.</li>
9010
- <li>Note 4: Note that you can use <a class="localLink" href="/minValue">minValue</a> and <a class="localLink" href="/maxValue">maxValue</a> to indicate ranges.</li>
9011
- </ul>).freeze,
9651
+ <li>Note 1: Many databases specify the permitted TOTAL weight instead, which is the sum of <a class="localLink" href="http://schema.org/weight">weight</a> and <a class="localLink" href="http://schema.org/payload">payload</a></li>
9652
+ <li>Note 2: You can indicate additional information in the <a class="localLink" href="http://schema.org/name">name</a> of the <a class="localLink" href="http://schema.org/QuantitativeValue">QuantitativeValue</a> node.</li>
9653
+ <li>Note 3: You may also link to a <a class="localLink" href="http://schema.org/QualitativeValue">QualitativeValue</a> node that provides additional information using <a class="localLink" href="http://schema.org/valueReference">valueReference</a>.</li>
9654
+ <li>Note 4: Note that you can use <a class="localLink" href="http://schema.org/minValue">minValue</a> and <a class="localLink" href="http://schema.org/maxValue">maxValue</a> to indicate ranges.</li>
9655
+ </ul>
9656
+ ).freeze,
9012
9657
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group).freeze,
9013
9658
  domainIncludes: "schema:Vehicle".freeze,
9014
9659
  label: "payload".freeze,
@@ -9207,7 +9852,6 @@ Typical unit code\(s\): C62 for person).freeze,
9207
9852
  label: "possibleTreatment".freeze,
9208
9853
  rangeIncludes: "schema:MedicalTherapy".freeze,
9209
9854
  :"schema:isPartOf" => %(http://health-lifesci.schema.org).freeze,
9210
- subPropertyOf: "schema:treatment".freeze,
9211
9855
  type: "rdf:Property".freeze
9212
9856
  property :postOfficeBoxNumber,
9213
9857
  comment: %(The post office box number for PO box addresses.).freeze,
@@ -9289,15 +9933,6 @@ Typical unit code\(s\): C62 for person).freeze,
9289
9933
  rangeIncludes: ["schema:DrugPrescriptionStatus".freeze, "schema:Text".freeze],
9290
9934
  :"schema:isPartOf" => %(http://health-lifesci.schema.org).freeze,
9291
9935
  type: "rdf:Property".freeze
9292
- property :previewUrl,
9293
- comment: %(A link to a site where a preview of the course is offered.).freeze,
9294
- :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/195).freeze,
9295
- domainIncludes: "schema:Course".freeze,
9296
- label: "previewUrl".freeze,
9297
- rangeIncludes: "schema:URL".freeze,
9298
- :"schema:category" => %(issue-195).freeze,
9299
- :"schema:isPartOf" => %(http://pending.schema.org).freeze,
9300
- type: "rdf:Property".freeze
9301
9936
  property :previousItem,
9302
9937
  comment: %(A link to the ListItem that preceeds the current one.).freeze,
9303
9938
  domainIncludes: "schema:ListItem".freeze,
@@ -9312,27 +9947,30 @@ Typical unit code\(s\): C62 for person).freeze,
9312
9947
  type: "rdf:Property".freeze
9313
9948
  property :price,
9314
9949
  comment: %(<p>The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.</p>
9950
+
9315
9951
  <p>Usage guidelines:</p>
9952
+
9316
9953
  <ul>
9317
- <li>Use the <a class="localLink" href="/priceCurrency">priceCurrency</a> property \(with <a href="http://en.wikipedia.org/wiki/ISO_4217#Active_codes">ISO 4217 codes</a> e.g. "USD"\) instead of
9318
- including <a href="http://en.wikipedia.org/wiki/Dollar_sign#Currencies_that_use_the_dollar_or_peso_sign">ambiguous symbols</a> such as '$' in the value.</li>
9954
+ <li>Use the <a class="localLink" href="http://schema.org/priceCurrency">priceCurrency</a> property \(with <a href="http://en.wikipedia.org/wiki/ISO_4217#Active_codes">ISO 4217 codes</a> e.g. "USD"\) instead of
9955
+ including <a href="http://en.wikipedia.org/wiki/Dollar_sign#Currencies_that_use_the_dollar_or_peso_sign">ambiguous symbols</a> such as '$' in the value.</li>
9319
9956
  <li>Use '.' \(Unicode 'FULL STOP' \(U+002E\)\) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.</li>
9320
9957
  <li>Note that both <a href="http://www.w3.org/TR/xhtml-rdfa-primer/#using-the-content-attribute">RDFa</a> and Microdata syntax allow the use of a "content=" attribute for publishing simple machine-readable values alongside more human-friendly formatting.</li>
9321
9958
  <li>Use values from 0123456789 \(Unicode 'DIGIT ZERO' \(U+0030\) to 'DIGIT NINE' \(U+0039\)\) rather than superficially similiar Unicode symbols.</li>
9322
- </ul>).freeze,
9959
+ </ul>
9960
+ ).freeze,
9323
9961
  domainIncludes: ["schema:Offer".freeze, "schema:PriceSpecification".freeze, "schema:TradeAction".freeze],
9324
9962
  label: "price".freeze,
9325
9963
  rangeIncludes: ["schema:Number".freeze, "schema:Text".freeze],
9326
9964
  type: "rdf:Property".freeze
9327
9965
  property :priceComponent,
9328
- comment: %(This property links to all <a class="localLink" href="/UnitPriceSpecification">UnitPriceSpecification</a> nodes that apply in parallel for the <a class="localLink" href="/CompoundPriceSpecification">CompoundPriceSpecification</a> node.).freeze,
9966
+ comment: %(This property links to all <a class="localLink" href="http://schema.org/UnitPriceSpecification">UnitPriceSpecification</a> nodes that apply in parallel for the <a class="localLink" href="http://schema.org/CompoundPriceSpecification">CompoundPriceSpecification</a> node.).freeze,
9329
9967
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms).freeze,
9330
9968
  domainIncludes: "schema:CompoundPriceSpecification".freeze,
9331
9969
  label: "priceComponent".freeze,
9332
9970
  rangeIncludes: "schema:UnitPriceSpecification".freeze,
9333
9971
  type: "rdf:Property".freeze
9334
9972
  property :priceCurrency,
9335
- comment: %(The currency \(in 3-letter ISO 4217 format\) of the price or a price component, when attached to <a class="localLink" href="/PriceSpecification">PriceSpecification</a> and its subtypes.).freeze,
9973
+ comment: %(The currency \(in 3-letter ISO 4217 format\) of the price or a price component, when attached to <a class="localLink" href="http://schema.org/PriceSpecification">PriceSpecification</a> and its subtypes.).freeze,
9336
9974
  domainIncludes: ["schema:Offer".freeze, "schema:PriceSpecification".freeze, "schema:Reservation".freeze, "schema:Ticket".freeze],
9337
9975
  label: "priceCurrency".freeze,
9338
9976
  rangeIncludes: "schema:Text".freeze,
@@ -9375,7 +10013,6 @@ Typical unit code\(s\): C62 for person).freeze,
9375
10013
  label: "primaryPrevention".freeze,
9376
10014
  rangeIncludes: "schema:MedicalTherapy".freeze,
9377
10015
  :"schema:isPartOf" => %(http://health-lifesci.schema.org).freeze,
9378
- subPropertyOf: "schema:preventiveProcedure".freeze,
9379
10016
  type: "rdf:Property".freeze
9380
10017
  property :printColumn,
9381
10018
  comment: %(The number of the column in which the NewsArticle appears in the print edition.).freeze,
@@ -9445,6 +10082,7 @@ Typical unit code\(s\): C62 for person).freeze,
9445
10082
  domainIncludes: "schema:Product".freeze,
9446
10083
  label: "productID".freeze,
9447
10084
  rangeIncludes: "schema:Text".freeze,
10085
+ subPropertyOf: "schema:identifier".freeze,
9448
10086
  type: "rdf:Property".freeze
9449
10087
  property :productSupported,
9450
10088
  comment: %(The product or service this support contact point is related to \(such as product support for a particular product line\). This can be a specific product or product line \(e.g. "iPhone"\) or a general category of products or services \(e.g. "smartphones"\).).freeze,
@@ -9532,6 +10170,7 @@ Standards bodies should promote a standard prefix for the identifiers of propert
9532
10170
  property :providesBroadcastService,
9533
10171
  comment: %(The BroadcastService offered on this channel.).freeze,
9534
10172
  domainIncludes: "schema:BroadcastChannel".freeze,
10173
+ inverseOf: "schema:hasBroadcastChannel".freeze,
9535
10174
  label: "providesBroadcastService".freeze,
9536
10175
  rangeIncludes: "schema:BroadcastService".freeze,
9537
10176
  type: "rdf:Property".freeze
@@ -9770,6 +10409,15 @@ Standards bodies should promote a standard prefix for the identifiers of propert
9770
10409
  label: "recordingOf".freeze,
9771
10410
  rangeIncludes: "schema:MusicComposition".freeze,
9772
10411
  type: "rdf:Property".freeze
10412
+ property :recourseLoan,
10413
+ comment: %(The only way you get the money back in the event of default is the security. Recourse is where you still have the opportunity to go back to the borrower for the rest of the money.).freeze,
10414
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
10415
+ domainIncludes: "schema:LoanOrCredit".freeze,
10416
+ label: "recourseLoan".freeze,
10417
+ rangeIncludes: "schema:Boolean".freeze,
10418
+ :"schema:category" => %(issue-1253).freeze,
10419
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
10420
+ type: "rdf:Property".freeze
9773
10421
  property :referenceQuantity,
9774
10422
  comment: %(The reference quantity for which a certain price applies, e.g. 1 EUR per 4 kWh of electricity. This property is a replacement for unitOfMeasurement for the advanced cases where the price does not relate to a standard unit.).freeze,
9775
10423
  :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsProperties).freeze, %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms).freeze],
@@ -9877,6 +10525,21 @@ Standards bodies should promote a standard prefix for the identifiers of propert
9877
10525
  rangeIncludes: "schema:MedicalSpecialty".freeze,
9878
10526
  :"schema:isPartOf" => %(http://health-lifesci.schema.org).freeze,
9879
10527
  type: "rdf:Property".freeze
10528
+ property :remainingAttendeeCapacity,
10529
+ comment: %(The number of attendee places for an event that remain unallocated.).freeze,
10530
+ domainIncludes: "schema:Event".freeze,
10531
+ label: "remainingAttendeeCapacity".freeze,
10532
+ rangeIncludes: "schema:Integer".freeze,
10533
+ type: "rdf:Property".freeze
10534
+ property :renegotiableLoan,
10535
+ comment: %(Whether the terms for payment of interest can be renegotiated during the life of the loan.).freeze,
10536
+ :"dc:source" => [%(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO).freeze, %(https://github.com/schemaorg/schemaorg/issues/1253).freeze],
10537
+ domainIncludes: "schema:LoanOrCredit".freeze,
10538
+ label: "renegotiableLoan".freeze,
10539
+ rangeIncludes: "schema:Boolean".freeze,
10540
+ :"schema:category" => %(issue-1253).freeze,
10541
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
10542
+ type: "rdf:Property".freeze
9880
10543
  property :repetitions,
9881
10544
  comment: %(Number of times one should repeat the activity.).freeze,
9882
10545
  domainIncludes: "schema:ExercisePlan".freeze,
@@ -10030,7 +10693,7 @@ Standards bodies should promote a standard prefix for the identifiers of propert
10030
10693
  rangeIncludes: "schema:Integer".freeze,
10031
10694
  type: "rdf:Property".freeze
10032
10695
  property :reviewRating,
10033
- comment: %(The rating given in this review. Note that reviews can themselves be rated. The <code>reviewRating</code> applies to rating given by the review. The <a class="localLink" href="/aggregateRating">aggregateRating</a> property applies to the review itself, as a creative work.).freeze,
10696
+ comment: %(The rating given in this review. Note that reviews can themselves be rated. The <code>reviewRating</code> applies to rating given by the review. The <a class="localLink" href="http://schema.org/aggregateRating">aggregateRating</a> property applies to the review itself, as a creative work.).freeze,
10034
10697
  domainIncludes: "schema:Review".freeze,
10035
10698
  label: "reviewRating".freeze,
10036
10699
  rangeIncludes: "schema:Rating".freeze,
@@ -10070,12 +10733,15 @@ Standards bodies should promote a standard prefix for the identifiers of propert
10070
10733
  type: "rdf:Property".freeze
10071
10734
  property :roofLoad,
10072
10735
  comment: %(<p>The permitted total weight of cargo and installations \(e.g. a roof rack\) on top of the vehicle.</p>
10736
+
10073
10737
  <p>Typical unit code\(s\): KGM for kilogram, LBR for pound</p>
10738
+
10074
10739
  <ul>
10075
- <li>Note 1: You can indicate additional information in the <a class="localLink" href="/name">name</a> of the <a class="localLink" href="/QuantitativeValue">QuantitativeValue</a> node.</li>
10076
- <li>Note 2: You may also link to a <a class="localLink" href="/QualitativeValue">QualitativeValue</a> node that provides additional information using <a class="localLink" href="/valueReference">valueReference</a></li>
10077
- <li>Note 3: Note that you can use <a class="localLink" href="/minValue">minValue</a> and <a class="localLink" href="/maxValue">maxValue</a> to indicate ranges.</li>
10078
- </ul>).freeze,
10740
+ <li>Note 1: You can indicate additional information in the <a class="localLink" href="http://schema.org/name">name</a> of the <a class="localLink" href="http://schema.org/QuantitativeValue">QuantitativeValue</a> node.</li>
10741
+ <li>Note 2: You may also link to a <a class="localLink" href="http://schema.org/QualitativeValue">QualitativeValue</a> node that provides additional information using <a class="localLink" href="http://schema.org/valueReference">valueReference</a></li>
10742
+ <li>Note 3: Note that you can use <a class="localLink" href="http://schema.org/minValue">minValue</a> and <a class="localLink" href="http://schema.org/maxValue">maxValue</a> to indicate ranges.</li>
10743
+ </ul>
10744
+ ).freeze,
10079
10745
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group).freeze,
10080
10746
  domainIncludes: ["schema:BusOrCoach".freeze, "schema:Car".freeze],
10081
10747
  label: "roofLoad".freeze,
@@ -10131,7 +10797,7 @@ Standards bodies should promote a standard prefix for the identifiers of propert
10131
10797
  rangeIncludes: "schema:Text".freeze,
10132
10798
  type: "rdf:Property".freeze
10133
10799
  property :sameAs,
10134
- comment: %(URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Freebase page, or official website.).freeze,
10800
+ comment: %(URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.).freeze,
10135
10801
  domainIncludes: "schema:Thing".freeze,
10136
10802
  label: "sameAs".freeze,
10137
10803
  rangeIncludes: "schema:URL".freeze,
@@ -10221,6 +10887,7 @@ Standards bodies should promote a standard prefix for the identifiers of propert
10221
10887
  type: "rdf:Property".freeze
10222
10888
  property :seatingCapacity,
10223
10889
  comment: %(The number of persons that can be seated \(e.g. in a vehicle\), both in terms of the physical space available, and in terms of limitations set by law.</p>
10890
+
10224
10891
  <p>Typical unit code\(s\): C62 for persons).freeze,
10225
10892
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group).freeze,
10226
10893
  domainIncludes: "schema:Vehicle".freeze,
@@ -10281,6 +10948,7 @@ Standards bodies should promote a standard prefix for the identifiers of propert
10281
10948
  domainIncludes: ["schema:Demand".freeze, "schema:IndividualProduct".freeze, "schema:Offer".freeze],
10282
10949
  label: "serialNumber".freeze,
10283
10950
  rangeIncludes: "schema:Text".freeze,
10951
+ subPropertyOf: "schema:identifier".freeze,
10284
10952
  type: "rdf:Property".freeze
10285
10953
  property :seriousAdverseOutcome,
10286
10954
  comment: %(A possible serious complication and/or serious side effect of this therapy. Serious adverse outcomes include those that are life-threatening; result in death, disability, or permanent damage; require hospitalization or prolong existing hospitalization; cause congenital anomalies or birth defects; or jeopardize the patient and may require medical or surgical intervention to prevent one of the outcomes in this definition.).freeze,
@@ -10434,6 +11102,7 @@ Standards bodies should promote a standard prefix for the identifiers of propert
10434
11102
  domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze, "schema:Product".freeze],
10435
11103
  label: "sku".freeze,
10436
11104
  rangeIncludes: "schema:Text".freeze,
11105
+ subPropertyOf: "schema:identifier".freeze,
10437
11106
  type: "rdf:Property".freeze
10438
11107
  property :smokingAllowed,
10439
11108
  comment: %(Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.).freeze,
@@ -10510,6 +11179,26 @@ Standards bodies should promote a standard prefix for the identifiers of propert
10510
11179
  rangeIncludes: "schema:Place".freeze,
10511
11180
  subPropertyOf: "schema:contentLocation".freeze,
10512
11181
  type: "rdf:Property".freeze
11182
+ property :speakable,
11183
+ comment: %(Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.</p>
11184
+
11185
+ <p>The <em>speakable</em> property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:</p>
11186
+
11187
+ <p>1.\) <em>id-value</em> URL references - uses <em>id-value</em> of an element in the page being annotated. The simplest use of <em>speakable</em> has \(potentially relative\) URL values, referencing identified sections of the document concerned.</p>
11188
+
11189
+ <p>2.\) CSS Selectors - addresses content in the annotated page, eg. via class attribute. Use the <a class="localLink" href="http://schema.org/cssSelector">cssSelector</a> property.</p>
11190
+
11191
+ <p>3.\) XPaths - addresses content via XPaths \(assuming an XML view of the content\). Use the <a class="localLink" href="http://schema.org/xpath">xpath</a> property.</p>
11192
+
11193
+ <p>For more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section\(s\) as speakable. For this
11194
+ we define a supporting type, <a class="localLink" href="http://schema.org/SpeakableSpecification">SpeakableSpecification</a> which is defined to be a possible value of the <em>speakable</em> property.).freeze,
11195
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1389).freeze,
11196
+ domainIncludes: "schema:WebPage".freeze,
11197
+ label: "speakable".freeze,
11198
+ rangeIncludes: ["schema:SpeakableSpecification".freeze, "schema:URL".freeze],
11199
+ :"schema:category" => %(issue-1389).freeze,
11200
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
11201
+ type: "rdf:Property".freeze
10513
11202
  property :specialCommitments,
10514
11203
  comment: %(Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc.).freeze,
10515
11204
  domainIncludes: "schema:JobPosting".freeze,
@@ -10518,7 +11207,8 @@ Standards bodies should promote a standard prefix for the identifiers of propert
10518
11207
  type: "rdf:Property".freeze
10519
11208
  property :specialOpeningHoursSpecification,
10520
11209
  comment: %(The special opening hours of a certain place.</p>
10521
- <p>Use this to explicitly override general opening hours brought in scope by <a class="localLink" href="/openingHoursSpecification">openingHoursSpecification</a> or <a class="localLink" href="/openingHours">openingHours</a>.).freeze,
11210
+
11211
+ <p>Use this to explicitly override general opening hours brought in scope by <a class="localLink" href="http://schema.org/openingHoursSpecification">openingHoursSpecification</a> or <a class="localLink" href="http://schema.org/openingHours">openingHours</a>.).freeze,
10522
11212
  domainIncludes: "schema:Place".freeze,
10523
11213
  label: "specialOpeningHoursSpecification".freeze,
10524
11214
  rangeIncludes: "schema:OpeningHoursSpecification".freeze,
@@ -10530,10 +11220,12 @@ Standards bodies should promote a standard prefix for the identifiers of propert
10530
11220
  rangeIncludes: "schema:Specialty".freeze,
10531
11221
  type: "rdf:Property".freeze
10532
11222
  property :speed,
10533
- comment: %(The speed range of the vehicle. If the vehicle is powered by an engine, the upper limit of the speed range \(indicated by <a class="localLink" href="/maxValue">maxValue</a> should be the maximum speed achievable under regular conditions.</p>
11223
+ comment: %(The speed range of the vehicle. If the vehicle is powered by an engine, the upper limit of the speed range \(indicated by <a class="localLink" href="http://schema.org/maxValue">maxValue</a> should be the maximum speed achievable under regular conditions.</p>
11224
+
10534
11225
  <p>Typical unit code\(s\): KMH for km/h, HM for mile per hour \(0.447 04 m/s\), KNT for knot</p>
10535
- <p><em>Note 1: Use <a class="localLink" href="/minValue">minValue</a> and <a class="localLink" href="/maxValue">maxValue</a> to indicate the range. Typically, the minimal value is zero.
10536
- </em> Note 2: There are many different ways of measuring the speed range. You can link to information about how the given value has been determined using the <a class="localLink" href="/valueReference">valueReference</a> property.).freeze,
11226
+
11227
+ <p>*Note 1: Use <a class="localLink" href="http://schema.org/minValue">minValue</a> and <a class="localLink" href="http://schema.org/maxValue">maxValue</a> to indicate the range. Typically, the minimal value is zero.
11228
+ * Note 2: There are many different ways of measuring the speed range. You can link to information about how the given value has been determined using the <a class="localLink" href="http://schema.org/valueReference">valueReference</a> property.).freeze,
10537
11229
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group).freeze,
10538
11230
  domainIncludes: "schema:Vehicle".freeze,
10539
11231
  label: "speed".freeze,
@@ -10617,6 +11309,7 @@ Standards bodies should promote a standard prefix for the identifiers of propert
10617
11309
  type: "rdf:Property".freeze
10618
11310
  property :startTime,
10619
11311
  comment: %(The startTime of something. For a reserved event or service \(e.g. FoodEstablishmentReservation\), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from <em>January</em> to December.</p>
11312
+
10620
11313
  <p>Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.).freeze,
10621
11314
  domainIncludes: ["schema:Action".freeze, "schema:FoodEstablishmentReservation".freeze],
10622
11315
  label: "startTime".freeze,
@@ -10802,8 +11495,8 @@ Standards bodies should promote a standard prefix for the identifiers of propert
10802
11495
  rangeIncludes: "schema:Number".freeze,
10803
11496
  type: "rdf:Property".freeze
10804
11497
  property :suitableForDiet,
10805
- comment: %(Indicates a dietary restriction or guideline for which this recipe is suitable, e.g. diabetic, halal etc.).freeze,
10806
- domainIncludes: "schema:Recipe".freeze,
11498
+ comment: %(Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc.).freeze,
11499
+ domainIncludes: ["schema:MenuItem".freeze, "schema:Recipe".freeze],
10807
11500
  label: "suitableForDiet".freeze,
10808
11501
  rangeIncludes: "schema:RestrictedDiet".freeze,
10809
11502
  type: "rdf:Property".freeze
@@ -10835,11 +11528,12 @@ Standards bodies should promote a standard prefix for the identifiers of propert
10835
11528
  rangeIncludes: "schema:DataFeed".freeze,
10836
11529
  type: "rdf:Property".freeze
10837
11530
  property :surface,
10838
- comment: %(e.g. Canvas, Paper, Wood, Board, etc.).freeze,
11531
+ comment: %(A material used as a surface in some artwork, e.g. Canvas, Paper, Wood, Board, etc.).freeze,
10839
11532
  domainIncludes: "schema:VisualArtwork".freeze,
10840
11533
  label: "surface".freeze,
10841
11534
  rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
10842
11535
  :"schema:supersededBy" => %(schema:artworkSurface).freeze,
11536
+ subPropertyOf: "schema:material".freeze,
10843
11537
  type: "rdf:Property".freeze
10844
11538
  property :target,
10845
11539
  comment: %(Indicates a target EntryPoint for an Action.).freeze,
@@ -10897,6 +11591,7 @@ Standards bodies should promote a standard prefix for the identifiers of propert
10897
11591
  domainIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
10898
11592
  label: "taxID".freeze,
10899
11593
  rangeIncludes: "schema:Text".freeze,
11594
+ subPropertyOf: "schema:identifier".freeze,
10900
11595
  type: "rdf:Property".freeze
10901
11596
  property :telephone,
10902
11597
  comment: %(The telephone number.).freeze,
@@ -10920,6 +11615,15 @@ Standards bodies should promote a standard prefix for the identifiers of propert
10920
11615
  :"owl:equivalentProperty" => %(dc:temporal).freeze,
10921
11616
  rangeIncludes: ["schema:DateTime".freeze, "schema:Text".freeze, "schema:URL".freeze],
10922
11617
  type: "rdf:Property".freeze
11618
+ property :termsOfService,
11619
+ comment: %(Human-readable terms of service documentation.).freeze,
11620
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1423).freeze,
11621
+ domainIncludes: "schema:Service".freeze,
11622
+ label: "termsOfService".freeze,
11623
+ rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
11624
+ :"schema:category" => %(issue-1423).freeze,
11625
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
11626
+ type: "rdf:Property".freeze
10923
11627
  property :text,
10924
11628
  comment: %(The textual content of this CreativeWork.).freeze,
10925
11629
  domainIncludes: "schema:CreativeWork".freeze,
@@ -10990,12 +11694,15 @@ Standards bodies should promote a standard prefix for the identifiers of propert
10990
11694
  type: "rdf:Property".freeze
10991
11695
  property :tongueWeight,
10992
11696
  comment: %(<p>The permitted vertical load \(TWR\) of a trailer attached to the vehicle. Also referred to as Tongue Load Rating \(TLR\) or Vertical Load Rating \(VLR\)</p>
11697
+
10993
11698
  <p>Typical unit code\(s\): KGM for kilogram, LBR for pound</p>
11699
+
10994
11700
  <ul>
10995
- <li>Note 1: You can indicate additional information in the <a class="localLink" href="/name">name</a> of the <a class="localLink" href="/QuantitativeValue">QuantitativeValue</a> node.</li>
10996
- <li>Note 2: You may also link to a <a class="localLink" href="/QualitativeValue">QualitativeValue</a> node that provides additional information using <a class="localLink" href="/valueReference">valueReference</a>.</li>
10997
- <li>Note 3: Note that you can use <a class="localLink" href="/minValue">minValue</a> and <a class="localLink" href="/maxValue">maxValue</a> to indicate ranges.</li>
10998
- </ul>).freeze,
11701
+ <li>Note 1: You can indicate additional information in the <a class="localLink" href="http://schema.org/name">name</a> of the <a class="localLink" href="http://schema.org/QuantitativeValue">QuantitativeValue</a> node.</li>
11702
+ <li>Note 2: You may also link to a <a class="localLink" href="http://schema.org/QualitativeValue">QualitativeValue</a> node that provides additional information using <a class="localLink" href="http://schema.org/valueReference">valueReference</a>.</li>
11703
+ <li>Note 3: Note that you can use <a class="localLink" href="http://schema.org/minValue">minValue</a> and <a class="localLink" href="http://schema.org/maxValue">maxValue</a> to indicate ranges.</li>
11704
+ </ul>
11705
+ ).freeze,
10999
11706
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group).freeze,
11000
11707
  domainIncludes: "schema:Vehicle".freeze,
11001
11708
  label: "tongueWeight".freeze,
@@ -11004,11 +11711,14 @@ Standards bodies should promote a standard prefix for the identifiers of propert
11004
11711
  type: "rdf:Property".freeze
11005
11712
  property :torque,
11006
11713
  comment: %(<p>The torque \(turning force\) of the vehicle's engine.</p>
11714
+
11007
11715
  <p>Typical unit code\(s\): NU for newton metre \(N m\), F17 for pound-force per foot, or F48 for pound-force per inch</p>
11716
+
11008
11717
  <ul>
11009
- <li>Note 1: You can link to information about how the given value has been determined \(e.g. reference RPM\) using the <a class="localLink" href="/valueReference">valueReference</a> property.</li>
11010
- <li>Note 2: You can use <a class="localLink" href="/minValue">minValue</a> and <a class="localLink" href="/maxValue">maxValue</a> to indicate ranges.</li>
11011
- </ul>).freeze,
11718
+ <li>Note 1: You can link to information about how the given value has been determined \(e.g. reference RPM\) using the <a class="localLink" href="http://schema.org/valueReference">valueReference</a> property.</li>
11719
+ <li>Note 2: You can use <a class="localLink" href="http://schema.org/minValue">minValue</a> and <a class="localLink" href="http://schema.org/maxValue">maxValue</a> to indicate ranges.</li>
11720
+ </ul>
11721
+ ).freeze,
11012
11722
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group).freeze,
11013
11723
  domainIncludes: "schema:EngineSpecification".freeze,
11014
11724
  label: "torque".freeze,
@@ -11067,10 +11777,11 @@ Standards bodies should promote a standard prefix for the identifiers of propert
11067
11777
  type: "rdf:Property".freeze
11068
11778
  property :trailerWeight,
11069
11779
  comment: %(The permitted weight of a trailer attached to the vehicle.</p>
11780
+
11070
11781
  <p>Typical unit code\(s\): KGM for kilogram, LBR for pound
11071
- <em> Note 1: You can indicate additional information in the <a class="localLink" href="/name">name</a> of the <a class="localLink" href="/QuantitativeValue">QuantitativeValue</a> node.
11072
- </em> Note 2: You may also link to a <a class="localLink" href="/QualitativeValue">QualitativeValue</a> node that provides additional information using <a class="localLink" href="/valueReference">valueReference</a>.
11073
- * Note 3: Note that you can use <a class="localLink" href="/minValue">minValue</a> and <a class="localLink" href="/maxValue">maxValue</a> to indicate ranges.).freeze,
11782
+ * Note 1: You can indicate additional information in the <a class="localLink" href="http://schema.org/name">name</a> of the <a class="localLink" href="http://schema.org/QuantitativeValue">QuantitativeValue</a> node.
11783
+ * Note 2: You may also link to a <a class="localLink" href="http://schema.org/QualitativeValue">QualitativeValue</a> node that provides additional information using <a class="localLink" href="http://schema.org/valueReference">valueReference</a>.
11784
+ * Note 3: Note that you can use <a class="localLink" href="http://schema.org/minValue">minValue</a> and <a class="localLink" href="http://schema.org/maxValue">maxValue</a> to indicate ranges.).freeze,
11074
11785
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group).freeze,
11075
11786
  domainIncludes: "schema:Vehicle".freeze,
11076
11787
  label: "trailerWeight".freeze,
@@ -11110,9 +11821,9 @@ Standards bodies should promote a standard prefix for the identifiers of propert
11110
11821
  :"schema:isPartOf" => %(http://bib.schema.org).freeze,
11111
11822
  type: "rdf:Property".freeze
11112
11823
  property :translator,
11113
- comment: [%(An agent responsible for rendering a translated work from a source work).freeze, %(Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.).freeze],
11824
+ comment: %(Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.).freeze,
11114
11825
  domainIncludes: ["schema:CreativeWork".freeze, "schema:Event".freeze],
11115
- label: ["translator".freeze, "translator".freeze],
11826
+ label: "translator".freeze,
11116
11827
  rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
11117
11828
  type: "rdf:Property".freeze
11118
11829
  property :transmissionMethod,
@@ -11276,10 +11987,12 @@ Standards bodies should promote a standard prefix for the identifiers of propert
11276
11987
  type: "rdf:Property".freeze
11277
11988
  property :value,
11278
11989
  comment: %(<p>The value of the quantitative value or property value node.</p>
11990
+
11279
11991
  <ul>
11280
- <li>For <a class="localLink" href="/QuantitativeValue">QuantitativeValue</a> and <a class="localLink" href="/MonetaryAmount">MonetaryAmount</a>, the recommended type for values is 'Number'.</li>
11281
- <li>For <a class="localLink" href="/PropertyValue">PropertyValue</a>, it can be 'Text;', 'Number', 'Boolean', or 'StructuredValue'.</li>
11282
- </ul>).freeze,
11992
+ <li>For <a class="localLink" href="http://schema.org/QuantitativeValue">QuantitativeValue</a> and <a class="localLink" href="http://schema.org/MonetaryAmount">MonetaryAmount</a>, the recommended type for values is 'Number'.</li>
11993
+ <li>For <a class="localLink" href="http://schema.org/PropertyValue">PropertyValue</a>, it can be 'Text;', 'Number', 'Boolean', or 'StructuredValue'.</li>
11994
+ </ul>
11995
+ ).freeze,
11283
11996
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms).freeze,
11284
11997
  domainIncludes: ["schema:MonetaryAmount".freeze, "schema:PropertyValue".freeze, "schema:QuantitativeValue".freeze],
11285
11998
  label: "value".freeze,
@@ -11329,12 +12042,12 @@ Standards bodies should promote a standard prefix for the identifiers of propert
11329
12042
  label: "valueRequired".freeze,
11330
12043
  rangeIncludes: "schema:Boolean".freeze,
11331
12044
  type: "rdf:Property".freeze
11332
- property :variablesMeasured,
11333
- comment: %(The variables that are measured in some dataset, either described as text or as pairs of identifier and description using PropertyValue.).freeze,
12045
+ property :variableMeasured,
12046
+ comment: %(The variableMeasured property can indicate \(repeated as necessary\) the variables that are measured in some dataset, either described as text or as pairs of identifier and description using PropertyValue.).freeze,
11334
12047
  :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1083).freeze,
11335
12048
  domainIncludes: "schema:Dataset".freeze,
11336
- label: "variablesMeasured".freeze,
11337
- rangeIncludes: "schema:Text".freeze,
12049
+ label: "variableMeasured".freeze,
12050
+ rangeIncludes: ["schema:PropertyValue".freeze, "schema:Text".freeze],
11338
12051
  :"schema:category" => %(issue-1083).freeze,
11339
12052
  :"schema:isPartOf" => %(http://pending.schema.org).freeze,
11340
12053
  type: "rdf:Property".freeze
@@ -11400,6 +12113,7 @@ Standards bodies should promote a standard prefix for the identifiers of propert
11400
12113
  type: "rdf:Property".freeze
11401
12114
  property :vehicleSeatingCapacity,
11402
12115
  comment: %(The number of passengers that can be seated in the vehicle, both in terms of the physical space available, and in terms of limitations set by law.</p>
12116
+
11403
12117
  <p>Typical unit code\(s\): C62 for persons.).freeze,
11404
12118
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group).freeze,
11405
12119
  domainIncludes: "schema:Vehicle".freeze,
@@ -11511,12 +12225,15 @@ Standards bodies should promote a standard prefix for the identifiers of propert
11511
12225
  type: "rdf:Property".freeze
11512
12226
  property :weightTotal,
11513
12227
  comment: %(<p>The permitted total weight of the loaded vehicle, including passengers and cargo and the weight of the empty vehicle.</p>
12228
+
11514
12229
  <p>Typical unit code\(s\): KGM for kilogram, LBR for pound</p>
12230
+
11515
12231
  <ul>
11516
- <li>Note 1: You can indicate additional information in the <a class="localLink" href="/name">name</a> of the <a class="localLink" href="/QuantitativeValue">QuantitativeValue</a> node.</li>
11517
- <li>Note 2: You may also link to a <a class="localLink" href="/QualitativeValue">QualitativeValue</a> node that provides additional information using <a class="localLink" href="/valueReference">valueReference</a>.</li>
11518
- <li>Note 3: Note that you can use <a class="localLink" href="/minValue">minValue</a> and <a class="localLink" href="/maxValue">maxValue</a> to indicate ranges.</li>
11519
- </ul>).freeze,
12232
+ <li>Note 1: You can indicate additional information in the <a class="localLink" href="http://schema.org/name">name</a> of the <a class="localLink" href="http://schema.org/QuantitativeValue">QuantitativeValue</a> node.</li>
12233
+ <li>Note 2: You may also link to a <a class="localLink" href="http://schema.org/QualitativeValue">QualitativeValue</a> node that provides additional information using <a class="localLink" href="http://schema.org/valueReference">valueReference</a>.</li>
12234
+ <li>Note 3: Note that you can use <a class="localLink" href="http://schema.org/minValue">minValue</a> and <a class="localLink" href="http://schema.org/maxValue">maxValue</a> to indicate ranges.</li>
12235
+ </ul>
12236
+ ).freeze,
11520
12237
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group).freeze,
11521
12238
  domainIncludes: "schema:Vehicle".freeze,
11522
12239
  label: "weightTotal".freeze,
@@ -11525,6 +12242,7 @@ Standards bodies should promote a standard prefix for the identifiers of propert
11525
12242
  type: "rdf:Property".freeze
11526
12243
  property :wheelbase,
11527
12244
  comment: %(The distance between the centers of the front and rear wheels.</p>
12245
+
11528
12246
  <p>Typical unit code\(s\): CMT for centimeters, MTR for meters, INH for inches, FOT for foot/feet).freeze,
11529
12247
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group).freeze,
11530
12248
  domainIncludes: "schema:Vehicle".freeze,
@@ -11620,6 +12338,15 @@ Standards bodies should promote a standard prefix for the identifiers of propert
11620
12338
  label: "worstRating".freeze,
11621
12339
  rangeIncludes: ["schema:Number".freeze, "schema:Text".freeze],
11622
12340
  type: "rdf:Property".freeze
12341
+ property :xpath,
12342
+ comment: %(An XPath.).freeze,
12343
+ :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1389).freeze,
12344
+ domainIncludes: "schema:SpeakableSpecification".freeze,
12345
+ label: "xpath".freeze,
12346
+ rangeIncludes: "schema:Text".freeze,
12347
+ :"schema:category" => %(issue-1389).freeze,
12348
+ :"schema:isPartOf" => %(http://pending.schema.org).freeze,
12349
+ type: "rdf:Property".freeze
11623
12350
  property :yearlyRevenue,
11624
12351
  comment: %(The size of the business in annual revenue.).freeze,
11625
12352
  domainIncludes: "schema:BusinessAudience".freeze,
@@ -12457,7 +13184,7 @@ Standards bodies should promote a standard prefix for the identifiers of propert
12457
13184
  subClassOf: "schema:MedicalBusiness".freeze,
12458
13185
  type: "schema:MedicalSpecialty".freeze
12459
13186
  term :PublicHolidays,
12460
- comment: %(This stands for any day that is a public holiday; it is a placeholder for all official public holidays in some particular location. While not technically a "day of the week", it can be used with <a class="localLink" href="/OpeningHoursSpecification">OpeningHoursSpecification</a>. In the context of an opening hours specification it can be used to indicate opening hours on public holidays, overriding general opening hours for the day of the week on which a public holiday occurs.).freeze,
13187
+ comment: %(This stands for any day that is a public holiday; it is a placeholder for all official public holidays in some particular location. While not technically a "day of the week", it can be used with <a class="localLink" href="http://schema.org/OpeningHoursSpecification">OpeningHoursSpecification</a>. In the context of an opening hours specification it can be used to indicate opening hours on public holidays, overriding general opening hours for the day of the week on which a public holiday occurs.).freeze,
12461
13188
  :"dc:source" => %(http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass).freeze,
12462
13189
  label: "PublicHolidays".freeze,
12463
13190
  type: "schema:DayOfWeek".freeze