rdf-vocab 3.3.1 → 3.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/rdf/vocab/bf2.rb +343 -272
- data/lib/rdf/vocab/bibframe.rb +343 -272
- data/lib/rdf/vocab/dcat.rb +294 -136
- data/lib/rdf/vocab/doap.rb +26 -6
- data/lib/rdf/vocab/identifiers.rb +24 -3
- data/lib/rdf/vocab/marcrelators.rb +303 -300
- data/lib/rdf/vocab/rdau.rb +2359 -2359
- data/lib/rdf/vocab/schema.rb +182 -25
- data/lib/rdf/vocab/schemas.rb +182 -25
- metadata +17 -3
data/lib/rdf/vocab/schemas.rb
CHANGED
@@ -633,7 +633,7 @@ module RDF::Vocab
|
|
633
633
|
subClassOf: "https://schema.org/Audience",
|
634
634
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
635
635
|
term :BusinessEntityType,
|
636
|
-
comment: "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.\\n\\nCommonly used values:\\n\\n* http://purl.org/goodrelations/v1#Business\\n* http://purl.org/goodrelations/v1#Enduser\\n* http://purl.org/goodrelations/v1#PublicInstitution\\n* http://purl.org/goodrelations/v1#Reseller\n
|
636
|
+
comment: "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.\\n\\nCommonly used values:\\n\\n* http://purl.org/goodrelations/v1#Business\\n* http://purl.org/goodrelations/v1#Enduser\\n* http://purl.org/goodrelations/v1#PublicInstitution\\n* http://purl.org/goodrelations/v1#Reseller\n ",
|
637
637
|
"https://schema.org/contributor": "https://schema.org/docs/collab/GoodRelationsClass",
|
638
638
|
label: "BusinessEntityType",
|
639
639
|
subClassOf: "https://schema.org/Enumeration",
|
@@ -954,7 +954,7 @@ module RDF::Vocab
|
|
954
954
|
subClassOf: "https://schema.org/Organization",
|
955
955
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
956
956
|
term :ConstraintNode,
|
957
|
-
comment: "The ConstraintNode type is provided to support usecases in which a node in a structured data graph is described with properties which appear to describe a single entity, but are being used in a situation where they serve a more abstract purpose. A [[ConstraintNode]] can be described using [[constraintProperty]] and [[numConstraints]]. These constraint properties can serve a
|
957
|
+
comment: "The ConstraintNode type is provided to support usecases in which a node in a structured data graph is described with properties which appear to describe a single entity, but are being used in a situation where they serve a more abstract purpose. A [[ConstraintNode]] can be described using [[constraintProperty]] and [[numConstraints]]. These constraint properties can serve a\n variety of purposes, and their values may sometimes be understood to indicate sets of possible values rather than single, exact and specific values.",
|
958
958
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
959
959
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2564",
|
960
960
|
label: "ConstraintNode",
|
@@ -1068,7 +1068,7 @@ module RDF::Vocab
|
|
1068
1068
|
subClassOf: "https://schema.org/CreativeWork",
|
1069
1069
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
1070
1070
|
term :CreativeWorkSeries,
|
1071
|
-
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 [[ItemList]] 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).\\n\\nSpecific subtypes are available for describing [[TVSeries]], [[RadioSeries]], [[MovieSeries]], [[BookSeries]], [[Periodical]] and [[VideoGameSeries]]. In each case, the [[hasPart]] / [[isPartOf]] 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.\\n\\nIt 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.\n
|
1071
|
+
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 [[ItemList]] 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).\\n\\nSpecific subtypes are available for describing [[TVSeries]], [[RadioSeries]], [[MovieSeries]], [[BookSeries]], [[Periodical]] and [[VideoGameSeries]]. In each case, the [[hasPart]] / [[isPartOf]] 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.\\n\\nIt 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.\n ",
|
1072
1072
|
label: "CreativeWorkSeries",
|
1073
1073
|
subClassOf: ["https://schema.org/CreativeWork", "https://schema.org/Series"],
|
1074
1074
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
@@ -1347,7 +1347,7 @@ module RDF::Vocab
|
|
1347
1347
|
term :DonateAction,
|
1348
1348
|
comment: "The act of providing goods, services, or money without compensation, often for philanthropic reasons.",
|
1349
1349
|
label: "DonateAction",
|
1350
|
-
subClassOf: "https://schema.org/
|
1350
|
+
subClassOf: "https://schema.org/TransferAction",
|
1351
1351
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
1352
1352
|
term :DoseSchedule,
|
1353
1353
|
comment: "A specific dosing schedule for a drug or supplement.",
|
@@ -2845,6 +2845,20 @@ module RDF::Vocab
|
|
2845
2845
|
label: "MeetingRoom",
|
2846
2846
|
subClassOf: "https://schema.org/Room",
|
2847
2847
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
2848
|
+
term :MemberProgram,
|
2849
|
+
comment: "A MemberProgram defines a loyalty (or membership) program that provides its members with certain benefits, for example better pricing, free shipping or returns, or the ability to earn loyalty points. Member programs may have multiple tiers, for example silver and gold members, each with different benefits.",
|
2850
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
2851
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
2852
|
+
label: "MemberProgram",
|
2853
|
+
subClassOf: "https://schema.org/Intangible",
|
2854
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
2855
|
+
term :MemberProgramTier,
|
2856
|
+
comment: "A MemberProgramTier specifies a tier under a loyalty (member) program, for example \"gold\".",
|
2857
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
2858
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
2859
|
+
label: "MemberProgramTier",
|
2860
|
+
subClassOf: "https://schema.org/Intangible",
|
2861
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
2848
2862
|
term :MensClothingStore,
|
2849
2863
|
comment: "A men's clothing store.",
|
2850
2864
|
label: "MensClothingStore",
|
@@ -3184,7 +3198,7 @@ module RDF::Vocab
|
|
3184
3198
|
subClassOf: "https://schema.org/StructuredValue",
|
3185
3199
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
3186
3200
|
term :Observation,
|
3187
|
-
comment: "Instances of the class [[Observation]] are used to specify observations about an entity at a particular time. The principal properties of an [[Observation]] are [[observationAbout]], [[measuredProperty]], [[statType]], [[value] and [[observationDate]] and [[measuredProperty]]. Some but not all Observations represent a [[QuantitativeValue]]. Quantitative observations can be about a [[StatisticalVariable]], which is an abstract specification about which we can make observations that are grounded at a particular location and time
|
3201
|
+
comment: "Instances of the class [[Observation]] are used to specify observations about an entity at a particular time. The principal properties of an [[Observation]] are [[observationAbout]], [[measuredProperty]], [[statType]], [[value] and [[observationDate]] and [[measuredProperty]]. Some but not all Observations represent a [[QuantitativeValue]]. Quantitative observations can be about a [[StatisticalVariable]], which is an abstract specification about which we can make observations that are grounded at a particular location and time.\n\nObservations can also encode a subset of simple RDF-like statements (its observationAbout, a StatisticalVariable, defining the measuredPoperty; its observationAbout property indicating the entity the statement is about, and [[value]] )\n\nIn the context of a quantitative knowledge graph, typical properties could include [[measuredProperty]], [[observationAbout]], [[observationDate]], [[value]], [[unitCode]], [[unitText]], [[measurementMethod]].\n ",
|
3188
3202
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
3189
3203
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2291",
|
3190
3204
|
label: "Observation",
|
@@ -3413,16 +3427,23 @@ module RDF::Vocab
|
|
3413
3427
|
subClassOf: "https://schema.org/PriceSpecification",
|
3414
3428
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
3415
3429
|
term :PaymentMethod,
|
3416
|
-
comment: "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
|
3430
|
+
comment: "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. The following legacy values should be accepted:\n \\n\\n* http://purl.org/goodrelations/v1#ByBankTransferInAdvance\\n* http://purl.org/goodrelations/v1#ByInvoice\\n* http://purl.org/goodrelations/v1#Cash\\n* http://purl.org/goodrelations/v1#CheckInAdvance\\n* http://purl.org/goodrelations/v1#COD\\n* http://purl.org/goodrelations/v1#DirectDebit\\n* http://purl.org/goodrelations/v1#GoogleCheckout\\n* http://purl.org/goodrelations/v1#PayPal\\n* http://purl.org/goodrelations/v1#PaySwarm\\n\\nStructured values are recommended for newer payment methods.",
|
3417
3431
|
"https://schema.org/contributor": "https://schema.org/docs/collab/GoodRelationsClass",
|
3418
3432
|
label: "PaymentMethod",
|
3433
|
+
subClassOf: "https://schema.org/Intangible",
|
3434
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
3435
|
+
term :PaymentMethodType,
|
3436
|
+
comment: "The type of payment method, only for generic payment types, specific forms of payments, like card payment should be expressed using subclasses of PaymentMethod.",
|
3437
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
3438
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3537",
|
3439
|
+
label: "PaymentMethodType",
|
3419
3440
|
subClassOf: "https://schema.org/Enumeration",
|
3420
3441
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
3421
3442
|
term :PaymentService,
|
3422
3443
|
comment: "A Service to transfer funds from a person or organization to a beneficiary person or organization.",
|
3423
3444
|
"https://schema.org/contributor": "https://schema.org/docs/collab/FIBO",
|
3424
3445
|
label: "PaymentService",
|
3425
|
-
subClassOf: "https://schema.org/FinancialProduct",
|
3446
|
+
subClassOf: ["https://schema.org/FinancialProduct", "https://schema.org/PaymentMethod"],
|
3426
3447
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
3427
3448
|
term :PaymentStatusType,
|
3428
3449
|
comment: "A specific payment status. For example, PaymentDue, PaymentComplete, etc.",
|
@@ -4722,6 +4743,13 @@ module RDF::Vocab
|
|
4722
4743
|
label: "TieAction",
|
4723
4744
|
subClassOf: "https://schema.org/AchieveAction",
|
4724
4745
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
4746
|
+
term :TierBenefitEnumeration,
|
4747
|
+
comment: "An enumeration of possible benefits as part of a loyalty (members) program.",
|
4748
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
4749
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
4750
|
+
label: "TierBenefitEnumeration",
|
4751
|
+
subClassOf: "https://schema.org/Enumeration",
|
4752
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
4725
4753
|
term :Time,
|
4726
4754
|
comment: "A point in time recurring on multiple days in the form hh:mm:ss[Z|(+|-)hh:mm] (see [XML schema for details](http://www.w3.org/TR/xmlschema-2/#time)).",
|
4727
4755
|
label: "Time",
|
@@ -8163,7 +8191,7 @@ module RDF::Vocab
|
|
8163
8191
|
label: "duplicateTherapy",
|
8164
8192
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8165
8193
|
property :duration,
|
8166
|
-
comment: "The duration of the item (movie, audio recording, event, etc.) in [ISO 8601
|
8194
|
+
comment: "The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 duration format](http://en.wikipedia.org/wiki/ISO_8601).",
|
8167
8195
|
"https://schema.org/domainIncludes": ["https://schema.org/Audiobook", "https://schema.org/Episode", "https://schema.org/Event", "https://schema.org/MediaObject", "https://schema.org/Movie", "https://schema.org/MusicRecording", "https://schema.org/MusicRelease", "https://schema.org/QuantitativeValueDistribution", "https://schema.org/Schedule"],
|
8168
8196
|
"https://schema.org/rangeIncludes": "https://schema.org/Duration",
|
8169
8197
|
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1457", "https://github.com/schemaorg/schemaorg/issues/1698"],
|
@@ -8915,9 +8943,9 @@ module RDF::Vocab
|
|
8915
8943
|
label: "foodWarning",
|
8916
8944
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8917
8945
|
property :founder,
|
8918
|
-
comment: "A person who founded this organization.",
|
8946
|
+
comment: "A person or organization who founded this organization.",
|
8919
8947
|
"https://schema.org/domainIncludes": "https://schema.org/Organization",
|
8920
|
-
"https://schema.org/rangeIncludes": "https://schema.org/Person",
|
8948
|
+
"https://schema.org/rangeIncludes": ["https://schema.org/Organization", "https://schema.org/Person"],
|
8921
8949
|
label: "founder",
|
8922
8950
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8923
8951
|
property :founders,
|
@@ -9456,6 +9484,13 @@ module RDF::Vocab
|
|
9456
9484
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811",
|
9457
9485
|
label: "hasMeasurement",
|
9458
9486
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9487
|
+
property :hasMemberProgram,
|
9488
|
+
comment: "MemberProgram offered by an Organization, for example an eCommerce merchant or an airline.",
|
9489
|
+
"https://schema.org/domainIncludes": "https://schema.org/Organization",
|
9490
|
+
"https://schema.org/rangeIncludes": "https://schema.org/MemberProgram",
|
9491
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
9492
|
+
label: "hasMemberProgram",
|
9493
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9459
9494
|
property :hasMenu,
|
9460
9495
|
comment: "Either the actual menu as a structured representation, as text, or a URL of the menu.",
|
9461
9496
|
"https://schema.org/domainIncludes": "https://schema.org/FoodEstablishment",
|
@@ -9535,6 +9570,28 @@ module RDF::Vocab
|
|
9535
9570
|
"https://schema.org/source": "http://www.bioschemas.org",
|
9536
9571
|
label: "hasRepresentation",
|
9537
9572
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9573
|
+
property :hasTierBenefit,
|
9574
|
+
comment: "A member benefit for a particular tier of a loyalty program.",
|
9575
|
+
"https://schema.org/domainIncludes": "https://schema.org/MemberProgramTier",
|
9576
|
+
"https://schema.org/rangeIncludes": "https://schema.org/TierBenefitEnumeration",
|
9577
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
9578
|
+
label: "hasTierBenefit",
|
9579
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9580
|
+
property :hasTierRequirement,
|
9581
|
+
comment: "A requirement for a user to join a membership tier, for example: a CreditCard if the tier requires sign up for a credit card, A UnitPriceSpecification if the user is required to pay a (periodic) fee, or a MonetaryAmount if the user needs to spend a minimum amount to join the tier. If a tier is free to join then this property does not need to be specified.",
|
9582
|
+
"https://schema.org/domainIncludes": "https://schema.org/MemberProgramTier",
|
9583
|
+
"https://schema.org/rangeIncludes": ["https://schema.org/CreditCard", "https://schema.org/MonetaryAmount", "https://schema.org/Text", "https://schema.org/UnitPriceSpecification"],
|
9584
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
9585
|
+
label: "hasTierRequirement",
|
9586
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9587
|
+
property :hasTiers,
|
9588
|
+
comment: "The tiers of a member program.",
|
9589
|
+
"https://schema.org/domainIncludes": "https://schema.org/MemberProgram",
|
9590
|
+
"https://schema.org/inverseOf": "https://schema.org/isTierOf",
|
9591
|
+
"https://schema.org/rangeIncludes": "https://schema.org/MemberProgramTier",
|
9592
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
9593
|
+
label: "hasTiers",
|
9594
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9538
9595
|
property :hasVariant,
|
9539
9596
|
comment: "Indicates a [[Product]] that is a member of this [[ProductGroup]] (or [[ProductModel]]).",
|
9540
9597
|
"https://schema.org/domainIncludes": "https://schema.org/ProductGroup",
|
@@ -9722,8 +9779,8 @@ module RDF::Vocab
|
|
9722
9779
|
label: "hospitalAffiliation",
|
9723
9780
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9724
9781
|
property :hostingOrganization,
|
9725
|
-
comment: "The
|
9726
|
-
"https://schema.org/domainIncludes": "https://schema.org/ProgramMembership",
|
9782
|
+
comment: "The Organization (airline, travelers' club, retailer, etc.) the membership is made with or which offers the MemberProgram.",
|
9783
|
+
"https://schema.org/domainIncludes": ["https://schema.org/MemberProgram", "https://schema.org/ProgramMembership"],
|
9727
9784
|
"https://schema.org/rangeIncludes": "https://schema.org/Organization",
|
9728
9785
|
label: "hostingOrganization",
|
9729
9786
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -10256,6 +10313,14 @@ module RDF::Vocab
|
|
10256
10313
|
"https://schema.org/rangeIncludes": ["https://schema.org/Product", "https://schema.org/Service"],
|
10257
10314
|
label: "isSimilarTo",
|
10258
10315
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10316
|
+
property :isTierOf,
|
10317
|
+
comment: "The member program this tier is a part of.",
|
10318
|
+
"https://schema.org/domainIncludes": "https://schema.org/MemberProgramTier",
|
10319
|
+
"https://schema.org/inverseOf": "https://schema.org/hasTiers",
|
10320
|
+
"https://schema.org/rangeIncludes": "https://schema.org/MemberProgram",
|
10321
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
10322
|
+
label: "isTierOf",
|
10323
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10259
10324
|
property :isUnlabelledFallback,
|
10260
10325
|
comment: "This can be marked 'true' to indicate that some published [[DeliveryTimeSettings]] or [[ShippingRateSettings]] are intended to apply to all [[OfferShippingDetails]] published by the same merchant, when referenced by a [[shippingSettingsLink]] in those settings. It is not meaningful to use a 'true' value for this property alongside a transitTimeLabel (for [[DeliveryTimeSettings]]) or shippingLabel (for [[ShippingRateSettings]]), since this property is for use with unlabelled settings.",
|
10261
10326
|
"https://schema.org/domainIncludes": ["https://schema.org/DeliveryTimeSettings", "https://schema.org/ShippingRateSettings"],
|
@@ -11191,7 +11256,7 @@ module RDF::Vocab
|
|
11191
11256
|
comment: "An Organization (or ProgramMembership) to which this Person or Organization belongs.",
|
11192
11257
|
"https://schema.org/domainIncludes": ["https://schema.org/Organization", "https://schema.org/Person"],
|
11193
11258
|
"https://schema.org/inverseOf": "https://schema.org/member",
|
11194
|
-
"https://schema.org/rangeIncludes": ["https://schema.org/Organization", "https://schema.org/ProgramMembership"],
|
11259
|
+
"https://schema.org/rangeIncludes": ["https://schema.org/MemberProgramTier", "https://schema.org/Organization", "https://schema.org/ProgramMembership"],
|
11195
11260
|
label: "memberOf",
|
11196
11261
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
11197
11262
|
property :members,
|
@@ -11209,7 +11274,7 @@ module RDF::Vocab
|
|
11209
11274
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
11210
11275
|
property :membershipPointsEarned,
|
11211
11276
|
comment: "The number of membership points earned by the member. If necessary, the unitText can be used to express the units the points are issued in. (E.g. stars, miles, etc.)",
|
11212
|
-
"https://schema.org/domainIncludes": "https://schema.org/ProgramMembership",
|
11277
|
+
"https://schema.org/domainIncludes": ["https://schema.org/MemberProgramTier", "https://schema.org/PriceSpecification", "https://schema.org/ProgramMembership"],
|
11213
11278
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
11214
11279
|
"https://schema.org/rangeIncludes": ["https://schema.org/Number", "https://schema.org/QuantitativeValue"],
|
11215
11280
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2085",
|
@@ -12204,6 +12269,14 @@ module RDF::Vocab
|
|
12204
12269
|
"https://schema.org/rangeIncludes": "https://schema.org/Text",
|
12205
12270
|
label: "paymentMethodId",
|
12206
12271
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12272
|
+
property :paymentMethodType,
|
12273
|
+
comment: "The type of a payment method.",
|
12274
|
+
"https://schema.org/domainIncludes": "https://schema.org/PaymentMethod",
|
12275
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
12276
|
+
"https://schema.org/rangeIncludes": "https://schema.org/PaymentMethodType",
|
12277
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3537",
|
12278
|
+
label: "paymentMethodType",
|
12279
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12207
12280
|
property :paymentStatus,
|
12208
12281
|
comment: "The status of payment; whether the invoice has been paid or not.",
|
12209
12282
|
"https://schema.org/domainIncludes": "https://schema.org/Invoice",
|
@@ -12560,7 +12633,7 @@ module RDF::Vocab
|
|
12560
12633
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12561
12634
|
property :price,
|
12562
12635
|
comment: "The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.\\n\\nUsage guidelines:\\n\\n* Use the [[priceCurrency]] property (with standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. \"BTC\"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. \"Ithaca HOUR\") instead of including [ambiguous symbols](http://en.wikipedia.org/wiki/Dollar_sign#Currencies_that_use_the_dollar_or_peso_sign) such as '$' in the value.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\\n* Note that both [RDFa](http://www.w3.org/TR/xhtml-rdfa-primer/#using-the-content-attribute) and Microdata syntax allow the use of a \"content=\" attribute for publishing simple machine-readable values alongside more human-friendly formatting.\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\n ",
|
12563
|
-
"https://schema.org/domainIncludes": ["https://schema.org/Offer", "https://schema.org/PriceSpecification", "https://schema.org/TradeAction"],
|
12636
|
+
"https://schema.org/domainIncludes": ["https://schema.org/DonateAction", "https://schema.org/Offer", "https://schema.org/PriceSpecification", "https://schema.org/TradeAction"],
|
12564
12637
|
"https://schema.org/rangeIncludes": ["https://schema.org/Number", "https://schema.org/Text"],
|
12565
12638
|
label: "price",
|
12566
12639
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -12581,7 +12654,7 @@ module RDF::Vocab
|
|
12581
12654
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12582
12655
|
property :priceCurrency,
|
12583
12656
|
comment: "The currency of the price, or a price component when attached to [[PriceSpecification]] and its subtypes.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. \"BTC\"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. \"Ithaca HOUR\".",
|
12584
|
-
"https://schema.org/domainIncludes": ["https://schema.org/Offer", "https://schema.org/PriceSpecification", "https://schema.org/Reservation", "https://schema.org/Ticket", "https://schema.org/TradeAction"],
|
12657
|
+
"https://schema.org/domainIncludes": ["https://schema.org/DonateAction", "https://schema.org/Offer", "https://schema.org/PriceSpecification", "https://schema.org/Reservation", "https://schema.org/Ticket", "https://schema.org/TradeAction"],
|
12585
12658
|
"https://schema.org/rangeIncludes": "https://schema.org/Text",
|
12586
12659
|
label: "priceCurrency",
|
12587
12660
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -12594,7 +12667,7 @@ module RDF::Vocab
|
|
12594
12667
|
property :priceSpecification,
|
12595
12668
|
comment: "One or more detailed price specifications, indicating the unit price and delivery or payment charges.",
|
12596
12669
|
"https://schema.org/contributor": "https://schema.org/docs/collab/GoodRelationsTerms",
|
12597
|
-
"https://schema.org/domainIncludes": ["https://schema.org/Demand", "https://schema.org/Offer", "https://schema.org/TradeAction"],
|
12670
|
+
"https://schema.org/domainIncludes": ["https://schema.org/Demand", "https://schema.org/DonateAction", "https://schema.org/Offer", "https://schema.org/TradeAction"],
|
12598
12671
|
"https://schema.org/rangeIncludes": "https://schema.org/PriceSpecification",
|
12599
12672
|
label: "priceSpecification",
|
12600
12673
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -12745,6 +12818,13 @@ module RDF::Vocab
|
|
12745
12818
|
"https://schema.org/rangeIncludes": "https://schema.org/Text",
|
12746
12819
|
label: "proficiencyLevel",
|
12747
12820
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12821
|
+
property :program,
|
12822
|
+
comment: "The [MemberProgram](https://schema.org/MemberProgram) associated with a [ProgramMembership](https://schema.org/ProgramMembership).",
|
12823
|
+
"https://schema.org/domainIncludes": "https://schema.org/ProgramMembership",
|
12824
|
+
"https://schema.org/rangeIncludes": "https://schema.org/MemberProgram",
|
12825
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
12826
|
+
label: "program",
|
12827
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12748
12828
|
property :programMembershipUsed,
|
12749
12829
|
comment: "Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation.",
|
12750
12830
|
"https://schema.org/domainIncludes": "https://schema.org/Reservation",
|
@@ -12752,7 +12832,7 @@ module RDF::Vocab
|
|
12752
12832
|
label: "programMembershipUsed",
|
12753
12833
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12754
12834
|
property :programName,
|
12755
|
-
comment: "The program providing the membership.",
|
12835
|
+
comment: "The program providing the membership. It is preferable to use [:program](https://schema.org/program) instead.",
|
12756
12836
|
"https://schema.org/domainIncludes": "https://schema.org/ProgramMembership",
|
12757
12837
|
"https://schema.org/rangeIncludes": "https://schema.org/Text",
|
12758
12838
|
label: "programName",
|
@@ -13119,7 +13199,7 @@ module RDF::Vocab
|
|
13119
13199
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13120
13200
|
property :refundType,
|
13121
13201
|
comment: "A refund type, from an enumerated list.",
|
13122
|
-
"https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy",
|
13202
|
+
"https://schema.org/domainIncludes": ["https://schema.org/MerchantReturnPolicy", "https://schema.org/MerchantReturnPolicySeasonalOverride"],
|
13123
13203
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
13124
13204
|
"https://schema.org/rangeIncludes": "https://schema.org/RefundTypeEnumeration",
|
13125
13205
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288",
|
@@ -13382,7 +13462,7 @@ module RDF::Vocab
|
|
13382
13462
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13383
13463
|
property :restockingFee,
|
13384
13464
|
comment: "Use [[MonetaryAmount]] to specify a fixed restocking fee for product returns, or use [[Number]] to specify a percentage of the product price paid by the customer.",
|
13385
|
-
"https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy",
|
13465
|
+
"https://schema.org/domainIncludes": ["https://schema.org/MerchantReturnPolicy", "https://schema.org/MerchantReturnPolicySeasonalOverride"],
|
13386
13466
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
13387
13467
|
"https://schema.org/rangeIncludes": ["https://schema.org/MonetaryAmount", "https://schema.org/Number"],
|
13388
13468
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880",
|
@@ -13410,7 +13490,7 @@ module RDF::Vocab
|
|
13410
13490
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13411
13491
|
property :returnFees,
|
13412
13492
|
comment: "The type of return fees for purchased products (for any return reason).",
|
13413
|
-
"https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy",
|
13493
|
+
"https://schema.org/domainIncludes": ["https://schema.org/MerchantReturnPolicy", "https://schema.org/MerchantReturnPolicySeasonalOverride"],
|
13414
13494
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
13415
13495
|
"https://schema.org/rangeIncludes": "https://schema.org/ReturnFeesEnumeration",
|
13416
13496
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288",
|
@@ -13426,7 +13506,7 @@ module RDF::Vocab
|
|
13426
13506
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13427
13507
|
property :returnMethod,
|
13428
13508
|
comment: "The type of return method offered, specified from an enumeration.",
|
13429
|
-
"https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy",
|
13509
|
+
"https://schema.org/domainIncludes": ["https://schema.org/MerchantReturnPolicy", "https://schema.org/MerchantReturnPolicySeasonalOverride"],
|
13430
13510
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
13431
13511
|
"https://schema.org/rangeIncludes": "https://schema.org/ReturnMethodEnumeration",
|
13432
13512
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880",
|
@@ -13458,7 +13538,7 @@ module RDF::Vocab
|
|
13458
13538
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13459
13539
|
property :returnShippingFeesAmount,
|
13460
13540
|
comment: "Amount of shipping costs for product returns (for any reason). Applicable when property [[returnFees]] equals [[ReturnShippingFees]].",
|
13461
|
-
"https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy",
|
13541
|
+
"https://schema.org/domainIncludes": ["https://schema.org/MerchantReturnPolicy", "https://schema.org/MerchantReturnPolicySeasonalOverride"],
|
13462
13542
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
13463
13543
|
"https://schema.org/rangeIncludes": "https://schema.org/MonetaryAmount",
|
13464
13544
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880",
|
@@ -14249,7 +14329,7 @@ module RDF::Vocab
|
|
14249
14329
|
label: "startTime",
|
14250
14330
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
14251
14331
|
property :statType,
|
14252
|
-
comment: "Indicates the kind of statistic represented by a [[StatisticalVariable]], e.g. mean, count etc. The value of statType is a property, either from within Schema.org (e.g. [[
|
14332
|
+
comment: "Indicates the kind of statistic represented by a [[StatisticalVariable]], e.g. mean, count etc. The value of statType is a property, either from within Schema.org (e.g. [[median]], [[marginOfError]], [[maxValue]], [[minValue]]) or from other compatible (e.g. RDF) systems such as DataCommons.org or Wikidata.org. ",
|
14253
14333
|
"https://schema.org/domainIncludes": "https://schema.org/StatisticalVariable",
|
14254
14334
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
14255
14335
|
"https://schema.org/rangeIncludes": ["https://schema.org/Property", "https://schema.org/Text", "https://schema.org/URL"],
|
@@ -15161,6 +15241,13 @@ module RDF::Vocab
|
|
15161
15241
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1779",
|
15162
15242
|
label: "validFor",
|
15163
15243
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
15244
|
+
property :validForMemberTier,
|
15245
|
+
comment: "The membership program tier an Offer (or a PriceSpecification, OfferShippingDetails, or MerchantReturnPolicy under an Offer) is valid for.",
|
15246
|
+
"https://schema.org/domainIncludes": ["https://schema.org/MerchantReturnPolicy", "https://schema.org/Offer", "https://schema.org/OfferShippingDetails", "https://schema.org/PriceSpecification"],
|
15247
|
+
"https://schema.org/rangeIncludes": "https://schema.org/MemberProgramTier",
|
15248
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
15249
|
+
label: "validForMemberTier",
|
15250
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
15164
15251
|
property :validFrom,
|
15165
15252
|
comment: "The date when the item becomes valid.",
|
15166
15253
|
"https://schema.org/contributor": "https://schema.org/docs/collab/GoodRelationsTerms",
|
@@ -15794,11 +15881,23 @@ module RDF::Vocab
|
|
15794
15881
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2534",
|
15795
15882
|
label: "BusinessSupport",
|
15796
15883
|
type: "https://schema.org/GovernmentBenefitsType"
|
15884
|
+
term :ByBankTransferInAdvance,
|
15885
|
+
comment: "Payment in advance by bank transfer, equivalent to <code>http://purl.org/goodrelations/v1#ByBankTransferInAdvance</code>.",
|
15886
|
+
label: "ByBankTransferInAdvance",
|
15887
|
+
type: "https://schema.org/PaymentMethodType"
|
15888
|
+
term :ByInvoice,
|
15889
|
+
comment: "Payment by invoice, typically after the goods were delivered, equivalent to <code>http://purl.org/goodrelations/v1#ByInvoice</code>.",
|
15890
|
+
label: "ByInvoice",
|
15891
|
+
type: "https://schema.org/PaymentMethodType"
|
15797
15892
|
term :CDFormat,
|
15798
15893
|
comment: "CDFormat.",
|
15799
15894
|
"https://schema.org/contributor": "https://schema.org/docs/collab/MBZ",
|
15800
15895
|
label: "CDFormat",
|
15801
15896
|
type: "https://schema.org/MusicReleaseFormatType"
|
15897
|
+
term :COD,
|
15898
|
+
comment: "Cash on Delivery (COD) payment, equivalent to <code>http://purl.org/goodrelations/v1#COD</code>.",
|
15899
|
+
label: "COD",
|
15900
|
+
type: "https://schema.org/PaymentMethodType"
|
15802
15901
|
term :CT,
|
15803
15902
|
comment: "X-ray computed tomography imaging.",
|
15804
15903
|
"https://schema.org/isPartOf": "https://health-lifesci.schema.org",
|
@@ -15819,6 +15918,10 @@ module RDF::Vocab
|
|
15819
15918
|
"https://schema.org/isPartOf": "https://health-lifesci.schema.org",
|
15820
15919
|
label: "CaseSeries",
|
15821
15920
|
type: "https://schema.org/MedicalObservationalStudyDesign"
|
15921
|
+
term :Cash,
|
15922
|
+
comment: "Payment using cash, on premises, equivalent to <code>http://purl.org/goodrelations/v1#Cash</code>.",
|
15923
|
+
label: "Cash",
|
15924
|
+
type: "https://schema.org/PaymentMethodType"
|
15822
15925
|
term :CassetteFormat,
|
15823
15926
|
comment: "CassetteFormat.",
|
15824
15927
|
"https://schema.org/contributor": "https://schema.org/docs/collab/MBZ",
|
@@ -15848,6 +15951,10 @@ module RDF::Vocab
|
|
15848
15951
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2543",
|
15849
15952
|
label: "CharitableIncorporatedOrganization",
|
15850
15953
|
type: "https://schema.org/UKNonprofitType"
|
15954
|
+
term :CheckInAdvance,
|
15955
|
+
comment: "Payment in advance by sending a check, equivalent to <code>http://purl.org/goodrelations/v1#CheckInAdvance</code>.",
|
15956
|
+
label: "CheckInAdvance",
|
15957
|
+
type: "https://schema.org/PaymentMethodType"
|
15851
15958
|
term :Chiropractic,
|
15852
15959
|
comment: "A system of medicine focused on the relationship between the body's structure, mainly the spine, and its functioning.",
|
15853
15960
|
"https://schema.org/isPartOf": "https://health-lifesci.schema.org",
|
@@ -16043,6 +16150,10 @@ module RDF::Vocab
|
|
16043
16150
|
"https://schema.org/contributor": "https://schema.org/docs/collab/MBZ",
|
16044
16151
|
label: "DigitalFormat",
|
16045
16152
|
type: "https://schema.org/MusicReleaseFormatType"
|
16153
|
+
term :DirectDebit,
|
16154
|
+
comment: "Payment in advance by direct debit from the bank, equivalent to <code>http://purl.org/goodrelations/v1#DirectDebit</code>.",
|
16155
|
+
label: "DirectDebit",
|
16156
|
+
type: "https://schema.org/PaymentMethodType"
|
16046
16157
|
term :DisabilitySupport,
|
16047
16158
|
comment: "DisabilitySupport: this is a benefit for disability support.",
|
16048
16159
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
@@ -16445,6 +16556,10 @@ module RDF::Vocab
|
|
16445
16556
|
comment: "Indicates that the item is available only at physical locations.",
|
16446
16557
|
label: "InStoreOnly",
|
16447
16558
|
type: "https://schema.org/ItemAvailability"
|
16559
|
+
term :InStorePrepay,
|
16560
|
+
comment: "Payment in advance in some form of shop or kiosk for goods purchased online.",
|
16561
|
+
label: "InStorePrepay",
|
16562
|
+
type: "https://schema.org/PaymentMethodType"
|
16448
16563
|
term :Infectious,
|
16449
16564
|
comment: "Something in medical science that pertains to infectious diseases, i.e. caused by bacterial, viral, fungal or parasitic infections.",
|
16450
16565
|
"https://schema.org/isPartOf": "https://health-lifesci.schema.org",
|
@@ -16526,7 +16641,7 @@ module RDF::Vocab
|
|
16526
16641
|
label: "LimitedByGuaranteeCharity",
|
16527
16642
|
type: "https://schema.org/UKNonprofitType"
|
16528
16643
|
term :ListPrice,
|
16529
|
-
comment: "Represents the list price
|
16644
|
+
comment: "Represents the list price of an offered product.",
|
16530
16645
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
16531
16646
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2712",
|
16532
16647
|
label: "ListPrice",
|
@@ -16583,6 +16698,10 @@ module RDF::Vocab
|
|
16583
16698
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2712",
|
16584
16699
|
label: "MSRP",
|
16585
16700
|
type: "https://schema.org/PriceTypeEnumeration"
|
16701
|
+
term :MadeToOrder,
|
16702
|
+
comment: "Indicates that the item is made to order (custom made).",
|
16703
|
+
label: "MadeToOrder",
|
16704
|
+
type: "https://schema.org/ItemAvailability"
|
16586
16705
|
term :Male,
|
16587
16706
|
comment: "The male gender.",
|
16588
16707
|
label: "Male",
|
@@ -17215,6 +17334,10 @@ module RDF::Vocab
|
|
17215
17334
|
"https://schema.org/isPartOf": "https://health-lifesci.schema.org",
|
17216
17335
|
label: "PharmacySpecialty",
|
17217
17336
|
type: "https://schema.org/MedicalSpecialty"
|
17337
|
+
term :PhoneCarrierPayment,
|
17338
|
+
comment: "Payment by billing via the phone carrier.",
|
17339
|
+
label: "PhoneCarrierPayment",
|
17340
|
+
type: "https://schema.org/PaymentMethodType"
|
17218
17341
|
term :Physiotherapy,
|
17219
17342
|
comment: "The practice of treatment of disease, injury, or deformity by physical methods such as massage, heat treatment, and exercise rather than by drugs or surgery.",
|
17220
17343
|
"https://schema.org/isPartOf": "https://health-lifesci.schema.org",
|
@@ -17382,6 +17505,12 @@ module RDF::Vocab
|
|
17382
17505
|
"https://schema.org/isPartOf": "https://health-lifesci.schema.org",
|
17383
17506
|
label: "Registry",
|
17384
17507
|
type: "https://schema.org/MedicalObservationalStudyDesign"
|
17508
|
+
term :RegularPrice,
|
17509
|
+
comment: "Represents the regular price (typically the previous advertised price before a sale) of an offered product. Often displayed as a strike-through price.",
|
17510
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
17511
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3583",
|
17512
|
+
label: "RegularPrice",
|
17513
|
+
type: "https://schema.org/PriceTypeEnumeration"
|
17385
17514
|
term :ReimbursementCap,
|
17386
17515
|
comment: "The drug's cost represents the maximum reimbursement paid by an insurer for the drug.",
|
17387
17516
|
"https://schema.org/isPartOf": "https://health-lifesci.schema.org",
|
@@ -17425,6 +17554,10 @@ module RDF::Vocab
|
|
17425
17554
|
comment: "The status of a reservation when a request has been sent, but not confirmed.",
|
17426
17555
|
label: "ReservationPending",
|
17427
17556
|
type: "https://schema.org/ReservationStatusType"
|
17557
|
+
term :Reserved,
|
17558
|
+
comment: "Indicates that the item is reserved and therefore not available.",
|
17559
|
+
label: "Reserved",
|
17560
|
+
type: "https://schema.org/ItemAvailability"
|
17428
17561
|
term :RespiratoryTherapy,
|
17429
17562
|
comment: "The therapy that is concerned with the maintenance or improvement of respiratory function (as in patients with pulmonary disease).",
|
17430
17563
|
"https://schema.org/isPartOf": "https://health-lifesci.schema.org",
|
@@ -17727,6 +17860,30 @@ module RDF::Vocab
|
|
17727
17860
|
"https://schema.org/sameAs": "http://www.wikidata.org/entity/Q129",
|
17728
17861
|
label: "Thursday",
|
17729
17862
|
type: "https://schema.org/DayOfWeek"
|
17863
|
+
term :TierBenefitLoyaltyPoints,
|
17864
|
+
comment: "Benefit of the tier is earning of loyalty points.",
|
17865
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
17866
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
17867
|
+
label: "TierBenefitLoyaltyPoints",
|
17868
|
+
type: "https://schema.org/TierBenefitEnumeration"
|
17869
|
+
term :TierBenefitLoyaltyPrice,
|
17870
|
+
comment: "Benefit of the tier is a members-only price.",
|
17871
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
17872
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
17873
|
+
label: "TierBenefitLoyaltyPrice",
|
17874
|
+
type: "https://schema.org/TierBenefitEnumeration"
|
17875
|
+
term :TierBenefitLoyaltyReturns,
|
17876
|
+
comment: "Benefit of the tier is members-only returns, for example free unlimited returns.",
|
17877
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
17878
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
17879
|
+
label: "TierBenefitLoyaltyReturns",
|
17880
|
+
type: "https://schema.org/TierBenefitEnumeration"
|
17881
|
+
term :TierBenefitLoyaltyShipping,
|
17882
|
+
comment: "Benefit of the tier is a members-only shipping price or speed (for example free shipping or 1-day shipping).",
|
17883
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
17884
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
17885
|
+
label: "TierBenefitLoyaltyShipping",
|
17886
|
+
type: "https://schema.org/TierBenefitEnumeration"
|
17730
17887
|
term :TobaccoNicotineConsideration,
|
17731
17888
|
comment: "Item contains tobacco and/or nicotine, for example cigars, cigarettes, chewing tobacco, e-cigarettes, or hookahs.",
|
17732
17889
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
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.3.
|
4
|
+
version: 3.3.2
|
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: 2024-
|
13
|
+
date: 2024-11-03 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rdf
|
@@ -242,6 +242,20 @@ dependencies:
|
|
242
242
|
- - "~>"
|
243
243
|
- !ruby/object:Gem::Version
|
244
244
|
version: '1.3'
|
245
|
+
- !ruby/object:Gem::Dependency
|
246
|
+
name: uri
|
247
|
+
requirement: !ruby/object:Gem::Requirement
|
248
|
+
requirements:
|
249
|
+
- - "~>"
|
250
|
+
- !ruby/object:Gem::Version
|
251
|
+
version: '0.13'
|
252
|
+
type: :development
|
253
|
+
prerelease: false
|
254
|
+
version_requirements: !ruby/object:Gem::Requirement
|
255
|
+
requirements:
|
256
|
+
- - "~>"
|
257
|
+
- !ruby/object:Gem::Version
|
258
|
+
version: '0.13'
|
245
259
|
- !ruby/object:Gem::Dependency
|
246
260
|
name: uuidtools
|
247
261
|
requirement: !ruby/object:Gem::Requirement
|
@@ -390,7 +404,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
390
404
|
- !ruby/object:Gem::Version
|
391
405
|
version: '0'
|
392
406
|
requirements: []
|
393
|
-
rubygems_version: 3.
|
407
|
+
rubygems_version: 3.5.22
|
394
408
|
signing_key:
|
395
409
|
specification_version: 4
|
396
410
|
summary: A library of RDF vocabularies
|