rdf-vocab 3.0.7 → 3.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/rdf/vocab/schema.rb +237 -24
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f5fa5f21f4f1fb64fae63e6c59336df6e3400bcfd778f7fd143b382172e682b
4
- data.tar.gz: a443c6f8da5b24335443eeeb8e0d66a4a92ed550932b3154d5dd093a215fd553
3
+ metadata.gz: 9277e3fd5e551db42d89404b3d8637991bf661658fa727088ac5ec18853a0055
4
+ data.tar.gz: f0c3a84a3aa3f0055f2cf3979f038310759574867de4b99b92e1defd6d941e69
5
5
  SHA512:
6
- metadata.gz: a66344e0457a749c090fad3cc3e42def86ff4f8c0f7527afb93e4c6ef0f974e251e3c1677173a82ddbfb83170cd7c448ce03fe712700179c7c595fb2cb51438e
7
- data.tar.gz: cbf73669eaa2c26301b0987a9d614c531c72be6bdb8fd675cf11ee30d6b069e05ffa1abc77b2b7c83f095442155d6ea3022cb39317ccb305e1f8363f676c1c82
6
+ metadata.gz: 141d2d916f47bdcbeec96f84a19d8539ab944217dfb9e3bb2e36b44735747555f42524596f1af8816ed0d467d10727d9e979b16db3dc3cf9617a5e85e0024ef9
7
+ data.tar.gz: e133e05981ecf01b7c77ce602177b433d76b6af90aa5bd58555e8072f3219af0ca2237de24265a78f21d81f4c6a35892f1f2d6be9cb2efef1b009c455876e003
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.7
1
+ 3.0.8
@@ -3618,6 +3618,22 @@ Related actions:<br/><br/>
3618
3618
  label: "ProductModel".freeze,
3619
3619
  subClassOf: "schema:Product".freeze,
3620
3620
  type: "rdfs:Class".freeze
3621
+ term :ProductReturnEnumeration,
3622
+ comment: %(ProductReturnEnumeration enumerates several kinds of product return policy. Note that this structure may not capture all aspects of the policy.).freeze,
3623
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
3624
+ label: "ProductReturnEnumeration".freeze,
3625
+ "schema:category": "issue-2288".freeze,
3626
+ "schema:isPartOf": "http://pending.schema.org".freeze,
3627
+ subClassOf: "schema:Enumeration".freeze,
3628
+ type: "rdfs:Class".freeze
3629
+ term :ProductReturnPolicy,
3630
+ comment: %(A ProductReturnPolicy provides information about product return policies associated with an <a class="localLink" href="http://schema.org/Organization">Organization</a> or <a class="localLink" href="http://schema.org/Product">Product</a>.).freeze,
3631
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
3632
+ label: "ProductReturnPolicy".freeze,
3633
+ "schema:category": "issue-2288".freeze,
3634
+ "schema:isPartOf": "http://pending.schema.org".freeze,
3635
+ subClassOf: "schema:Intangible".freeze,
3636
+ type: "rdfs:Class".freeze
3621
3637
  term :ProfessionalService,
3622
3638
  comment: %(Original definition: "provider of professional services."<br/><br/>
3623
3639
 
@@ -3859,6 +3875,14 @@ Related actions:<br/><br/>
3859
3875
  label: "RecyclingCenter".freeze,
3860
3876
  subClassOf: "schema:LocalBusiness".freeze,
3861
3877
  type: "rdfs:Class".freeze
3878
+ term :RefundTypeEnumeration,
3879
+ comment: %(RefundTypeEnumeration enumerates several kinds of product return refund types.).freeze,
3880
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
3881
+ label: "RefundTypeEnumeration".freeze,
3882
+ "schema:category": "issue-2288".freeze,
3883
+ "schema:isPartOf": "http://pending.schema.org".freeze,
3884
+ subClassOf: "schema:Enumeration".freeze,
3885
+ type: "rdfs:Class".freeze
3862
3886
  term :RegisterAction,
3863
3887
  comment: %(The act of registering to be a user of a service, product or web page.<br/><br/>
3864
3888
 
@@ -4023,6 +4047,14 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
4023
4047
  label: "ReturnAction".freeze,
4024
4048
  subClassOf: "schema:TransferAction".freeze,
4025
4049
  type: "rdfs:Class".freeze
4050
+ term :ReturnFeesEnumeration,
4051
+ comment: %(ReturnFeesEnumeration expresses policies for return fees.).freeze,
4052
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
4053
+ label: "ReturnFeesEnumeration".freeze,
4054
+ "schema:category": "issue-2288".freeze,
4055
+ "schema:isPartOf": "http://pending.schema.org".freeze,
4056
+ subClassOf: "schema:Enumeration".freeze,
4057
+ type: "rdfs:Class".freeze
4026
4058
  term :Review,
4027
4059
  comment: %(A review of an item - for example, of a restaurant, movie, or store.).freeze,
4028
4060
  label: "Review".freeze,
@@ -5053,7 +5085,7 @@ Typical unit code\(s\): SEC for seconds<br/><br/>
5053
5085
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/1100".freeze,
5054
5086
  domainIncludes: "schema:CreativeWork".freeze,
5055
5087
  label: "accessModeSufficient".freeze,
5056
- rangeIncludes: "schema:Text".freeze,
5088
+ rangeIncludes: "schema:ItemList".freeze,
5057
5089
  "schema:category": "issue-1110".freeze,
5058
5090
  type: "rdf:Property".freeze
5059
5091
  property :accessibilityAPI,
@@ -5592,7 +5624,7 @@ Note: Publishers should be aware that applications designed to use specific sche
5592
5624
  comment: %(The expected arrival time.).freeze,
5593
5625
  domainIncludes: "schema:Trip".freeze,
5594
5626
  label: "arrivalTime".freeze,
5595
- rangeIncludes: "schema:DateTime".freeze,
5627
+ rangeIncludes: ["schema:DateTime".freeze, "schema:Time".freeze],
5596
5628
  type: "rdf:Property".freeze
5597
5629
  property :artEdition,
5598
5630
  comment: %(The number of copies when multiple copies of a piece of artwork are produced - e.g. for a limited edition of 20 prints, 'artEdition' refers to the total number of copies \(in this example "20"\).).freeze,
@@ -5757,7 +5789,7 @@ Note: Publishers should be aware that applications designed to use specific sche
5757
5789
  "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze, "https://github.com/schemaorg/schemaorg/issues/1741".freeze],
5758
5790
  domainIncludes: ["schema:ActionAccessSpecification".freeze, "schema:Demand".freeze, "schema:Offer".freeze],
5759
5791
  label: "availabilityEnds".freeze,
5760
- rangeIncludes: "schema:DateTime".freeze,
5792
+ rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze, "schema:Time".freeze],
5761
5793
  "schema:category": "issue-1741".freeze,
5762
5794
  type: "rdf:Property".freeze
5763
5795
  property :availabilityStarts,
@@ -5765,7 +5797,7 @@ Note: Publishers should be aware that applications designed to use specific sche
5765
5797
  "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze, "https://github.com/schemaorg/schemaorg/issues/1741".freeze],
5766
5798
  domainIncludes: ["schema:ActionAccessSpecification".freeze, "schema:Demand".freeze, "schema:Offer".freeze],
5767
5799
  label: "availabilityStarts".freeze,
5768
- rangeIncludes: "schema:DateTime".freeze,
5800
+ rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze, "schema:Time".freeze],
5769
5801
  "schema:category": "issue-1741".freeze,
5770
5802
  type: "rdf:Property".freeze
5771
5803
  property :availableAtOrFrom,
@@ -6400,13 +6432,13 @@ Note: You can use <a class="localLink" href="http://schema.org/minValue">minValu
6400
6432
  comment: %(The earliest someone may check into a lodging establishment.).freeze,
6401
6433
  domainIncludes: ["schema:LodgingBusiness".freeze, "schema:LodgingReservation".freeze],
6402
6434
  label: "checkinTime".freeze,
6403
- rangeIncludes: "schema:DateTime".freeze,
6435
+ rangeIncludes: ["schema:DateTime".freeze, "schema:Time".freeze],
6404
6436
  type: "rdf:Property".freeze
6405
6437
  property :checkoutTime,
6406
6438
  comment: %(The latest someone may check out of a lodging establishment.).freeze,
6407
6439
  domainIncludes: ["schema:LodgingBusiness".freeze, "schema:LodgingReservation".freeze],
6408
6440
  label: "checkoutTime".freeze,
6409
- rangeIncludes: "schema:DateTime".freeze,
6441
+ rangeIncludes: ["schema:DateTime".freeze, "schema:Time".freeze],
6410
6442
  type: "rdf:Property".freeze
6411
6443
  property :childMaxAge,
6412
6444
  comment: %(Maximal age of the child.).freeze,
@@ -6621,6 +6653,17 @@ Note: You can use <a class="localLink" href="http://schema.org/minValue">minValu
6621
6653
  rangeIncludes: ["schema:AnatomicalStructure".freeze, "schema:AnatomicalSystem".freeze],
6622
6654
  "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
6623
6655
  type: "rdf:Property".freeze
6656
+ property :conditionsOfAccess,
6657
+ comment: %(Conditions that affect the availability of, or method\(s\) of access to, an item. Typically used for real world items such as an <a class="localLink" href="http://schema.org/ArchiveComponent">ArchiveComponent</a> held by an <a class="localLink" href="http://schema.org/ArchiveOrganization">ArchiveOrganization</a>. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.<br/><br/>
6658
+
6659
+ For example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ".).freeze,
6660
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2173".freeze,
6661
+ domainIncludes: "schema:CreativeWork".freeze,
6662
+ label: "conditionsOfAccess".freeze,
6663
+ rangeIncludes: "schema:Text".freeze,
6664
+ "schema:category": "issue-2173".freeze,
6665
+ "schema:isPartOf": "http://pending.schema.org".freeze,
6666
+ type: "rdf:Property".freeze
6624
6667
  property :confirmationNumber,
6625
6668
  comment: %(A number that confirms the given order or payment has been received.).freeze,
6626
6669
  domainIncludes: ["schema:Invoice".freeze, "schema:Order".freeze],
@@ -6893,6 +6936,15 @@ Note: You can use <a class="localLink" href="http://schema.org/minValue">minValu
6893
6936
  label: "coverageStartTime".freeze,
6894
6937
  rangeIncludes: "schema:DateTime".freeze,
6895
6938
  type: "rdf:Property".freeze
6939
+ property :creativeWorkStatus,
6940
+ comment: %(The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle.).freeze,
6941
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/987".freeze,
6942
+ domainIncludes: "schema:CreativeWork".freeze,
6943
+ label: "creativeWorkStatus".freeze,
6944
+ rangeIncludes: ["schema:DefinedTerm".freeze, "schema:Text".freeze],
6945
+ "schema:category": "issue-987".freeze,
6946
+ "schema:isPartOf": "http://pending.schema.org".freeze,
6947
+ type: "rdf:Property".freeze
6896
6948
  property :creator,
6897
6949
  comment: %(The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.).freeze,
6898
6950
  domainIncludes: ["schema:CreativeWork".freeze, "schema:UserComments".freeze],
@@ -6986,13 +7038,13 @@ Use standard formats: <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 c
6986
7038
  comment: %(The datetime the item was removed from the DataFeed.).freeze,
6987
7039
  domainIncludes: "schema:DataFeedItem".freeze,
6988
7040
  label: "dateDeleted".freeze,
6989
- rangeIncludes: "schema:DateTime".freeze,
7041
+ rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
6990
7042
  type: "rdf:Property".freeze
6991
7043
  property :dateIssued,
6992
7044
  comment: %(The date the ticket was issued.).freeze,
6993
7045
  domainIncludes: "schema:Ticket".freeze,
6994
7046
  label: "dateIssued".freeze,
6995
- rangeIncludes: "schema:DateTime".freeze,
7047
+ rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
6996
7048
  type: "rdf:Property".freeze
6997
7049
  property :dateModified,
6998
7050
  comment: %(The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed.).freeze,
@@ -7016,7 +7068,7 @@ Use standard formats: <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 c
7016
7068
  comment: %(The date/time at which the message has been read by the recipient if a single recipient exists.).freeze,
7017
7069
  domainIncludes: "schema:Message".freeze,
7018
7070
  label: "dateRead".freeze,
7019
- rangeIncludes: "schema:DateTime".freeze,
7071
+ rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
7020
7072
  type: "rdf:Property".freeze
7021
7073
  property :dateReceived,
7022
7074
  comment: %(The date/time the message was received if a single recipient exists.).freeze,
@@ -7144,7 +7196,7 @@ Dateline summaries are oriented more towards human readers than towards automate
7144
7196
  comment: %(The expected departure time.).freeze,
7145
7197
  domainIncludes: "schema:Trip".freeze,
7146
7198
  label: "departureTime".freeze,
7147
- rangeIncludes: "schema:DateTime".freeze,
7199
+ rangeIncludes: ["schema:DateTime".freeze, "schema:Time".freeze],
7148
7200
  type: "rdf:Property".freeze
7149
7201
  property :dependencies,
7150
7202
  comment: %(Prerequisites needed to fulfill steps in article.).freeze,
@@ -7334,7 +7386,7 @@ Use standard formats: <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 c
7334
7386
  comment: %(The time admission will commence.).freeze,
7335
7387
  domainIncludes: "schema:Event".freeze,
7336
7388
  label: "doorTime".freeze,
7337
- rangeIncludes: "schema:DateTime".freeze,
7389
+ rangeIncludes: ["schema:DateTime".freeze, "schema:Time".freeze],
7338
7390
  type: "rdf:Property".freeze
7339
7391
  property :dosageForm,
7340
7392
  comment: %(A dosage form in which this drug/supplement is available, e.g. 'tablet', 'suspension', 'injection'.).freeze,
@@ -7673,7 +7725,7 @@ Unregistered or niche encoding and file formats can be indicated instead via the
7673
7725
  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,
7674
7726
  domainIncludes: ["schema:Action".freeze, "schema:FoodEstablishmentReservation".freeze, "schema:MediaObject".freeze],
7675
7727
  label: "endTime".freeze,
7676
- rangeIncludes: "schema:DateTime".freeze,
7728
+ rangeIncludes: ["schema:DateTime".freeze, "schema:Time".freeze],
7677
7729
  type: "rdf:Property".freeze
7678
7730
  property :endorsee,
7679
7731
  comment: %(A sub property of participant. The person/organization being supported.).freeze,
@@ -7931,13 +7983,13 @@ Typical unit code\(s\): CMQ for cubic centimeter, LTR for liters, INQ for cubic
7931
7983
  comment: %(The earliest date the package may arrive.).freeze,
7932
7984
  domainIncludes: "schema:ParcelDelivery".freeze,
7933
7985
  label: "expectedArrivalFrom".freeze,
7934
- rangeIncludes: "schema:DateTime".freeze,
7986
+ rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
7935
7987
  type: "rdf:Property".freeze
7936
7988
  property :expectedArrivalUntil,
7937
7989
  comment: %(The latest date the package may arrive.).freeze,
7938
7990
  domainIncludes: "schema:ParcelDelivery".freeze,
7939
7991
  label: "expectedArrivalUntil".freeze,
7940
- rangeIncludes: "schema:DateTime".freeze,
7992
+ rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
7941
7993
  type: "rdf:Property".freeze
7942
7994
  property :expectedPrognosis,
7943
7995
  comment: %(The likely outcome in either the short term or long term of the medical condition.).freeze,
@@ -8411,12 +8463,22 @@ Typical unit code\(s\): LTR for liters, GLL of US gallons, GLI for UK / imperial
8411
8463
  label: "greaterOrEqual".freeze,
8412
8464
  rangeIncludes: "schema:QualitativeValue".freeze,
8413
8465
  type: "rdf:Property".freeze
8466
+ property :gtin,
8467
+ comment: %(A Global Trade Item Number \(<a href="https://www.gs1.org/standards/id-keys/gtin">GTIN</a>\). GTINs identify trade items, including products and services, using numeric identification codes. The <a class="localLink" href="http://schema.org/gtin">gtin</a> property generalizes the earlier <a class="localLink" href="http://schema.org/gtin8">gtin8</a>, <a class="localLink" href="http://schema.org/gtin12">gtin12</a>, <a class="localLink" href="http://schema.org/gtin13">gtin13</a>, and <a class="localLink" href="http://schema.org/gtin14">gtin14</a> properties. The GS1 <a href="https://www.gs1.org/standards/Digital-Link/">digital link specifications</a> express GTINs as URLs. A correct <a class="localLink" href="http://schema.org/gtin">gtin</a> value should be a valid GTIN, which means that it should be an all-numeric string of either 8, 12, 13 or 14 digits, or a "GS1 Digital Link" URL based on such a string. The numeric component should also have a <a href="https://www.gs1.org/services/check-digit-calculator">valid GS1 check digit</a> and meet the other rules for valid GTINs. See also <a href="http://www.gs1.org/barcodes/technical/idkeys/gtin">GS1's GTIN Summary</a> and <a href="https://en.wikipedia.org/wiki/Global_Trade_Item_Number">Wikipedia</a> for more details. Left-padding of the gtin values is not required or encouraged.).freeze,
8468
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
8469
+ domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze, "schema:Product".freeze],
8470
+ label: "gtin".freeze,
8471
+ rangeIncludes: "schema:Text".freeze,
8472
+ "schema:category": "issue-1244".freeze,
8473
+ "schema:isPartOf": "http://pending.schema.org".freeze,
8474
+ subPropertyOf: "schema:identifier".freeze,
8475
+ type: "rdf:Property".freeze
8414
8476
  property :gtin12,
8415
8477
  comment: %(The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See <a href="http://www.gs1.org/barcodes/technical/idkeys/gtin">GS1 GTIN Summary</a> for more details.).freeze,
8416
8478
  domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze, "schema:Product".freeze],
8417
8479
  label: "gtin12".freeze,
8418
8480
  rangeIncludes: "schema:Text".freeze,
8419
- subPropertyOf: "schema:identifier".freeze,
8481
+ subPropertyOf: ["schema:gtin".freeze, "schema:identifier".freeze],
8420
8482
  type: "rdf:Property".freeze
8421
8483
  property :gtin13,
8422
8484
  comment: %(The GTIN-13 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,
@@ -8424,7 +8486,7 @@ Typical unit code\(s\): LTR for liters, GLL of US gallons, GLI for UK / imperial
8424
8486
  domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze, "schema:Product".freeze],
8425
8487
  label: "gtin13".freeze,
8426
8488
  rangeIncludes: "schema:Text".freeze,
8427
- subPropertyOf: "schema:identifier".freeze,
8489
+ subPropertyOf: ["schema:gtin".freeze, "schema:identifier".freeze],
8428
8490
  type: "rdf:Property".freeze
8429
8491
  property :gtin14,
8430
8492
  comment: %(The GTIN-14 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,
@@ -8432,7 +8494,7 @@ Typical unit code\(s\): LTR for liters, GLL of US gallons, GLI for UK / imperial
8432
8494
  domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze, "schema:Product".freeze],
8433
8495
  label: "gtin14".freeze,
8434
8496
  rangeIncludes: "schema:Text".freeze,
8435
- subPropertyOf: "schema:identifier".freeze,
8497
+ subPropertyOf: ["schema:gtin".freeze, "schema:identifier".freeze],
8436
8498
  type: "rdf:Property".freeze
8437
8499
  property :gtin8,
8438
8500
  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,
@@ -8440,7 +8502,7 @@ Typical unit code\(s\): LTR for liters, GLL of US gallons, GLI for UK / imperial
8440
8502
  domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze, "schema:Product".freeze],
8441
8503
  label: "gtin8".freeze,
8442
8504
  rangeIncludes: "schema:Text".freeze,
8443
- subPropertyOf: "schema:identifier".freeze,
8505
+ subPropertyOf: ["schema:gtin".freeze, "schema:identifier".freeze],
8444
8506
  type: "rdf:Property".freeze
8445
8507
  property :guideline,
8446
8508
  comment: %(A medical guideline related to this entity.).freeze,
@@ -8563,6 +8625,15 @@ Typical unit code\(s\): LTR for liters, GLL of US gallons, GLI for UK / imperial
8563
8625
  rangeIncludes: "schema:CreativeWork".freeze,
8564
8626
  "schema:inverseOf": "schema:isPartOf".freeze,
8565
8627
  type: "rdf:Property".freeze
8628
+ property :hasProductReturnPolicy,
8629
+ comment: %(Indicates a ProductReturnPolicy that may be applicable.).freeze,
8630
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
8631
+ domainIncludes: ["schema:Organization".freeze, "schema:Product".freeze],
8632
+ label: "hasProductReturnPolicy".freeze,
8633
+ rangeIncludes: "schema:ProductReturnPolicy".freeze,
8634
+ "schema:category": "issue-2288".freeze,
8635
+ "schema:isPartOf": "http://pending.schema.org".freeze,
8636
+ type: "rdf:Property".freeze
8566
8637
  property :headline,
8567
8638
  comment: %(Headline of the article.).freeze,
8568
8639
  domainIncludes: "schema:CreativeWork".freeze,
@@ -8874,6 +8945,15 @@ Usage guidelines:<br/><br/>
8874
8945
  label: "inPlaylist".freeze,
8875
8946
  rangeIncludes: "schema:MusicPlaylist".freeze,
8876
8947
  type: "rdf:Property".freeze
8948
+ property :inStoreReturnsOffered,
8949
+ comment: %(Are in-store returns offered?).freeze,
8950
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
8951
+ domainIncludes: "schema:ProductReturnPolicy".freeze,
8952
+ label: "inStoreReturnsOffered".freeze,
8953
+ rangeIncludes: "schema:Boolean".freeze,
8954
+ "schema:category": "issue-2288".freeze,
8955
+ "schema:isPartOf": "http://pending.schema.org".freeze,
8956
+ type: "rdf:Property".freeze
8877
8957
  property :inSupportOf,
8878
8958
  comment: %(Qualification, candidature, degree, application that Thesis supports.).freeze,
8879
8959
  domainIncludes: "schema:Thesis".freeze,
@@ -9344,6 +9424,15 @@ Note: The order of elements in your mark-up is not sufficient for indicating the
9344
9424
  label: "jobBenefits".freeze,
9345
9425
  rangeIncludes: "schema:Text".freeze,
9346
9426
  type: "rdf:Property".freeze
9427
+ property :jobImmediateStart,
9428
+ comment: %(An indicator as to whether a position is available for an immediate start.).freeze,
9429
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2244".freeze,
9430
+ domainIncludes: "schema:JobPosting".freeze,
9431
+ label: "jobImmediateStart".freeze,
9432
+ rangeIncludes: "schema:Boolean".freeze,
9433
+ "schema:category": "issue-2244".freeze,
9434
+ "schema:isPartOf": "http://pending.schema.org".freeze,
9435
+ type: "rdf:Property".freeze
9347
9436
  property :jobLocation,
9348
9437
  comment: %(A \(typically single\) geographic location associated with the job position.).freeze,
9349
9438
  domainIncludes: "schema:JobPosting".freeze,
@@ -9359,6 +9448,15 @@ Note: The order of elements in your mark-up is not sufficient for indicating the
9359
9448
  "schema:category": "issue-1591".freeze,
9360
9449
  "schema:isPartOf": "http://pending.schema.org".freeze,
9361
9450
  type: "rdf:Property".freeze
9451
+ property :jobStartDate,
9452
+ comment: %(The date on which a successful applicant for this job would be expected to start work. Choose a specific date in the future or use the jobImmediateStart property to indicate the position is to be filled as soon as possible.).freeze,
9453
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2244".freeze,
9454
+ domainIncludes: "schema:JobPosting".freeze,
9455
+ label: "jobStartDate".freeze,
9456
+ rangeIncludes: ["schema:Date".freeze, "schema:Text".freeze],
9457
+ "schema:category": "issue-2244".freeze,
9458
+ "schema:isPartOf": "http://pending.schema.org".freeze,
9459
+ type: "rdf:Property".freeze
9362
9460
  property :jobTitle,
9363
9461
  comment: %(The job title of the person \(for example, Financial Manager\).).freeze,
9364
9462
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/2192".freeze,
@@ -10516,7 +10614,7 @@ Note: for historical reasons, any textual label and formal code provided as a li
10516
10614
  comment: %(Date order was placed.).freeze,
10517
10615
  domainIncludes: "schema:Order".freeze,
10518
10616
  label: "orderDate".freeze,
10519
- rangeIncludes: "schema:DateTime".freeze,
10617
+ rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
10520
10618
  type: "rdf:Property".freeze
10521
10619
  property :orderDelivery,
10522
10620
  comment: %(The delivery of the parcel related to this order or order item.).freeze,
@@ -10819,7 +10917,7 @@ Typical unit code\(s\): KGM for kilogram, LBR for pound<br/><br/>
10819
10917
  comment: %(The date that payment is due.).freeze,
10820
10918
  domainIncludes: ["schema:Invoice".freeze, "schema:Order".freeze],
10821
10919
  label: "paymentDueDate".freeze,
10822
- rangeIncludes: "schema:DateTime".freeze,
10920
+ rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
10823
10921
  type: "rdf:Property".freeze
10824
10922
  property :paymentMethod,
10825
10923
  comment: %(The name of the credit card or other method of payment for the order.).freeze,
@@ -11265,6 +11363,24 @@ Use standard formats: <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 c
11265
11363
  rangeIncludes: "schema:Text".freeze,
11266
11364
  subPropertyOf: "schema:identifier".freeze,
11267
11365
  type: "rdf:Property".freeze
11366
+ property :productReturnDays,
11367
+ comment: %(The productReturnDays property indicates the number of days \(from purchase\) within which relevant product return policy is applicable.).freeze,
11368
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
11369
+ domainIncludes: "schema:ProductReturnPolicy".freeze,
11370
+ label: "productReturnDays".freeze,
11371
+ rangeIncludes: "schema:Integer".freeze,
11372
+ "schema:category": "issue-2288".freeze,
11373
+ "schema:isPartOf": "http://pending.schema.org".freeze,
11374
+ type: "rdf:Property".freeze
11375
+ property :productReturnLink,
11376
+ comment: %(Indicates a Web page or service by URL, for product return.).freeze,
11377
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
11378
+ domainIncludes: "schema:ProductReturnPolicy".freeze,
11379
+ label: "productReturnLink".freeze,
11380
+ rangeIncludes: "schema:URL".freeze,
11381
+ "schema:category": "issue-2288".freeze,
11382
+ "schema:isPartOf": "http://pending.schema.org".freeze,
11383
+ type: "rdf:Property".freeze
11268
11384
  property :productSupported,
11269
11385
  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,
11270
11386
  domainIncludes: "schema:ContactPoint".freeze,
@@ -11643,6 +11759,15 @@ Usage guidelines:<br/><br/>
11643
11759
  label: "referencesOrder".freeze,
11644
11760
  rangeIncludes: "schema:Order".freeze,
11645
11761
  type: "rdf:Property".freeze
11762
+ property :refundType,
11763
+ comment: %(A refundType, from an enumerated list.).freeze,
11764
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
11765
+ domainIncludes: "schema:ProductReturnPolicy".freeze,
11766
+ label: "refundType".freeze,
11767
+ rangeIncludes: "schema:RefundTypeEnumeration".freeze,
11768
+ "schema:category": "issue-2288".freeze,
11769
+ "schema:isPartOf": "http://pending.schema.org".freeze,
11770
+ type: "rdf:Property".freeze
11646
11771
  property :regionDrained,
11647
11772
  comment: %(The anatomical or organ system drained by this vessel; generally refers to a specific part of an organ.).freeze,
11648
11773
  domainIncludes: ["schema:LymphaticVessel".freeze, "schema:Vein".freeze],
@@ -11924,6 +12049,24 @@ Usage guidelines:<br/><br/>
11924
12049
  rangeIncludes: "schema:Review".freeze,
11925
12050
  subPropertyOf: "schema:result".freeze,
11926
12051
  type: "rdf:Property".freeze
12052
+ property :returnFees,
12053
+ comment: %(Indicates \(via enumerated options\) the return fees policy for a ProductReturnPolicy).freeze,
12054
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
12055
+ domainIncludes: "schema:ProductReturnPolicy".freeze,
12056
+ label: "returnFees".freeze,
12057
+ rangeIncludes: "schema:ReturnFeesEnumeration".freeze,
12058
+ "schema:category": "issue-2288".freeze,
12059
+ "schema:isPartOf": "http://pending.schema.org".freeze,
12060
+ type: "rdf:Property".freeze
12061
+ property :returnPolicyCategory,
12062
+ comment: %(A returnPolicyCategory expresses at most one of several enumerated kinds of return.).freeze,
12063
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
12064
+ domainIncludes: "schema:ProductReturnPolicy".freeze,
12065
+ label: "returnPolicyCategory".freeze,
12066
+ rangeIncludes: "schema:ProductReturnEnumeration".freeze,
12067
+ "schema:category": "issue-2288".freeze,
12068
+ "schema:isPartOf": "http://pending.schema.org".freeze,
12069
+ type: "rdf:Property".freeze
11927
12070
  property :review,
11928
12071
  comment: %(A review of the item.).freeze,
11929
12072
  domainIncludes: ["schema:Brand".freeze, "schema:CreativeWork".freeze, "schema:Event".freeze, "schema:Offer".freeze, "schema:Organization".freeze, "schema:Place".freeze, "schema:Product".freeze, "schema:Service".freeze],
@@ -12615,7 +12758,7 @@ Typical unit code\(s\): KMH for km/h, HM for mile per hour \(0.447 04 m/s\), KNT
12615
12758
  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,
12616
12759
  domainIncludes: ["schema:Action".freeze, "schema:FoodEstablishmentReservation".freeze, "schema:MediaObject".freeze],
12617
12760
  label: "startTime".freeze,
12618
- rangeIncludes: "schema:DateTime".freeze,
12761
+ rangeIncludes: ["schema:DateTime".freeze, "schema:Time".freeze],
12619
12762
  type: "rdf:Property".freeze
12620
12763
  property :status,
12621
12764
  comment: %(The status of the study \(enumerated\).).freeze,
@@ -12777,7 +12920,7 @@ Note that Event uses startDate/endDate instead of startTime/endTime, even when d
12777
12920
  "schema:isPartOf": "http://pending.schema.org".freeze,
12778
12921
  type: "rdf:Property".freeze
12779
12922
  property :subjectOf,
12780
- comment: %(A CreativeWork or Event about this Thing..).freeze,
12923
+ comment: %(A CreativeWork or Event about this Thing.).freeze,
12781
12924
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/1670".freeze,
12782
12925
  domainIncludes: "schema:Thing".freeze,
12783
12926
  label: "subjectOf".freeze,
@@ -13365,7 +13508,7 @@ Typical unit code\(s\): KGM for kilogram, LBR for pound
13365
13508
  "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
13366
13509
  domainIncludes: ["schema:Demand".freeze, "schema:LocationFeatureSpecification".freeze, "schema:MonetaryAmount".freeze, "schema:Offer".freeze, "schema:OpeningHoursSpecification".freeze, "schema:Permit".freeze, "schema:PriceSpecification".freeze],
13367
13510
  label: "validFrom".freeze,
13368
- rangeIncludes: "schema:DateTime".freeze,
13511
+ rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
13369
13512
  type: "rdf:Property".freeze
13370
13513
  property :validIn,
13371
13514
  comment: %(The geographic area where a permit or similar thing is valid.).freeze,
@@ -13380,7 +13523,7 @@ Typical unit code\(s\): KGM for kilogram, LBR for pound
13380
13523
  "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
13381
13524
  domainIncludes: ["schema:Demand".freeze, "schema:JobPosting".freeze, "schema:LocationFeatureSpecification".freeze, "schema:MonetaryAmount".freeze, "schema:Offer".freeze, "schema:OpeningHoursSpecification".freeze, "schema:PriceSpecification".freeze],
13382
13525
  label: "validThrough".freeze,
13383
- rangeIncludes: "schema:DateTime".freeze,
13526
+ rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
13384
13527
  type: "rdf:Property".freeze
13385
13528
  property :validUntil,
13386
13529
  comment: %(The date when the item is no longer valid.).freeze,
@@ -14083,6 +14226,13 @@ Typical unit code\(s\): CMT for centimeters, MTR for meters, INH for inches, FOT
14083
14226
  label: "EvidenceLevelC".freeze,
14084
14227
  "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
14085
14228
  type: "schema:MedicalEvidenceLevel".freeze
14229
+ term :ExchangeRefund,
14230
+ comment: %(A ExchangeRefund ...).freeze,
14231
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
14232
+ label: "ExchangeRefund".freeze,
14233
+ "schema:category": "issue-2288".freeze,
14234
+ "schema:isPartOf": "http://pending.schema.org".freeze,
14235
+ type: "schema:RefundTypeEnumeration".freeze
14086
14236
  term :Eye,
14087
14237
  comment: %(Eye or ophtalmological function assessment with clinical examination.).freeze,
14088
14238
  label: "Eye".freeze,
@@ -14150,6 +14300,13 @@ Typical unit code\(s\): CMT for centimeters, MTR for meters, INH for inches, FOT
14150
14300
  "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
14151
14301
  label: "FrontWheelDriveConfiguration".freeze,
14152
14302
  type: "schema:DriveWheelConfigurationValue".freeze
14303
+ term :FullRefund,
14304
+ comment: %(A FullRefund ...).freeze,
14305
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
14306
+ label: "FullRefund".freeze,
14307
+ "schema:category": "issue-2288".freeze,
14308
+ "schema:isPartOf": "http://pending.schema.org".freeze,
14309
+ type: "schema:RefundTypeEnumeration".freeze
14153
14310
  term :Gastroenterologic,
14154
14311
  comment: %(A specific branch of medical science that pertains to diagnosis and treatment of disorders of digestive system.).freeze,
14155
14312
  label: "Gastroenterologic".freeze,
@@ -14518,6 +14675,13 @@ Typical unit code\(s\): CMT for centimeters, MTR for meters, INH for inches, FOT
14518
14675
  comment: %(OrderStatus representing that an order has been returned.).freeze,
14519
14676
  label: "OrderReturned".freeze,
14520
14677
  type: "schema:OrderStatus".freeze
14678
+ term :OriginalShippingFees,
14679
+ comment: %(OriginalShippingFees ...).freeze,
14680
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
14681
+ label: "OriginalShippingFees".freeze,
14682
+ "schema:category": "issue-2288".freeze,
14683
+ "schema:isPartOf": "http://pending.schema.org".freeze,
14684
+ type: "schema:ReturnFeesEnumeration".freeze
14521
14685
  term :Osteopathic,
14522
14686
  comment: %(A system of medicine focused on promoting the body's innate ability to heal itself.).freeze,
14523
14687
  label: "Osteopathic".freeze,
@@ -14641,6 +14805,34 @@ Typical unit code\(s\): CMT for centimeters, MTR for meters, INH for inches, FOT
14641
14805
  "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
14642
14806
  subClassOf: "schema:MedicalBusiness".freeze,
14643
14807
  type: "schema:MedicalSpecialty".freeze
14808
+ term :ProductReturnFiniteReturnWindow,
14809
+ comment: %(ProductReturnFiniteReturnWindow: there is a finite window for product returns.).freeze,
14810
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
14811
+ label: "ProductReturnFiniteReturnWindow".freeze,
14812
+ "schema:category": "issue-2288".freeze,
14813
+ "schema:isPartOf": "http://pending.schema.org".freeze,
14814
+ type: "schema:ProductReturnEnumeration".freeze
14815
+ term :ProductReturnNotPermitted,
14816
+ comment: %(ProductReturnNotPermitted: product returns are not permitted.).freeze,
14817
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
14818
+ label: "ProductReturnNotPermitted".freeze,
14819
+ "schema:category": "issue-2288".freeze,
14820
+ "schema:isPartOf": "http://pending.schema.org".freeze,
14821
+ type: "schema:ProductReturnEnumeration".freeze
14822
+ term :ProductReturnUnlimitedWindow,
14823
+ comment: %(ProductReturnUnlimitedWindow: there is an unlimited window for product returns.).freeze,
14824
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
14825
+ label: "ProductReturnUnlimitedWindow".freeze,
14826
+ "schema:category": "issue-2288".freeze,
14827
+ "schema:isPartOf": "http://pending.schema.org".freeze,
14828
+ type: "schema:ProductReturnEnumeration".freeze
14829
+ term :ProductReturnUnspecified,
14830
+ comment: %(ProductReturnUnspecified: a product return policy is not specified here.).freeze,
14831
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
14832
+ label: "ProductReturnUnspecified".freeze,
14833
+ "schema:category": "issue-2288".freeze,
14834
+ "schema:isPartOf": "http://pending.schema.org".freeze,
14835
+ type: "schema:ProductReturnEnumeration".freeze
14644
14836
  term :Psychiatric,
14645
14837
  comment: %(A specific branch of medical science that is concerned with the study, treatment, and prevention of mental illness, using both medical and psychological therapies.).freeze,
14646
14838
  label: "Psychiatric".freeze,
@@ -14743,6 +14935,13 @@ Typical unit code\(s\): CMT for centimeters, MTR for meters, INH for inches, FOT
14743
14935
  "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
14744
14936
  subClassOf: "schema:MedicalTherapy".freeze,
14745
14937
  type: "schema:MedicalSpecialty".freeze
14938
+ term :RestockingFees,
14939
+ comment: %(RestockingFees ...).freeze,
14940
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
14941
+ label: "RestockingFees".freeze,
14942
+ "schema:category": "issue-2288".freeze,
14943
+ "schema:isPartOf": "http://pending.schema.org".freeze,
14944
+ type: "schema:ReturnFeesEnumeration".freeze
14746
14945
  term :ResultsAvailable,
14747
14946
  comment: %(Results are available.).freeze,
14748
14947
  label: "ResultsAvailable".freeze,
@@ -14758,6 +14957,13 @@ Typical unit code\(s\): CMT for centimeters, MTR for meters, INH for inches, FOT
14758
14957
  label: "Retail".freeze,
14759
14958
  "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
14760
14959
  type: "schema:DrugCostCategory".freeze
14960
+ term :ReturnShippingFees,
14961
+ comment: %(ReturnShippingFees ...).freeze,
14962
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
14963
+ label: "ReturnShippingFees".freeze,
14964
+ "schema:category": "issue-2288".freeze,
14965
+ "schema:isPartOf": "http://pending.schema.org".freeze,
14966
+ type: "schema:ReturnFeesEnumeration".freeze
14761
14967
  term :Rheumatologic,
14762
14968
  comment: %(A specific branch of medical science that deals with the study and treatment of rheumatic, autoimmune or joint diseases.).freeze,
14763
14969
  label: "Rheumatologic".freeze,
@@ -14832,6 +15038,13 @@ Typical unit code\(s\): CMT for centimeters, MTR for meters, INH for inches, FOT
14832
15038
  "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
14833
15039
  label: "SpokenWordAlbum".freeze,
14834
15040
  type: "schema:MusicAlbumProductionType".freeze
15041
+ term :StoreCreditRefund,
15042
+ comment: %(A StoreCreditRefund ...).freeze,
15043
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
15044
+ label: "StoreCreditRefund".freeze,
15045
+ "schema:category": "issue-2288".freeze,
15046
+ "schema:isPartOf": "http://pending.schema.org".freeze,
15047
+ type: "schema:RefundTypeEnumeration".freeze
14835
15048
  term :StrengthTraining,
14836
15049
  comment: %(Physical activity that is engaged in to improve muscle and bone strength. Also referred to as resistance training.).freeze,
14837
15050
  label: "StrengthTraining".freeze,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdf-vocab
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.7
4
+ version: 3.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Chandek-Stark
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2019-06-29 00:00:00.000000000 Z
13
+ date: 2019-07-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rdf
@@ -349,7 +349,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
349
349
  - !ruby/object:Gem::Version
350
350
  version: '0'
351
351
  requirements: []
352
- rubygems_version: 3.0.3
352
+ rubygems_version: 3.0.4
353
353
  signing_key:
354
354
  specification_version: 4
355
355
  summary: A library of RDF vocabularies