Class: RDF::Vocab::GR

Inherits:
StrictVocabulary
  • Object
show all
Defined in:
lib/rdf/vocab/gr.rb

Overview

Vocabulary for <purl.org/goodrelations/v1#>

The GoodRelations Vocabulary for Semantic Web-based E-Commerce

GoodRelations Ontology

The GoodRelations ontology provides the vocabulary for annotating e-commerce offerings (1) to sell, lease, repair, dispose, or maintain commodity products and (2) to provide commodity services. GoodRelations allows describing the relationship between (1) Web resources, (2) offerings made by those Web resources, (3) legal entities, (4) prices, (5) terms and conditions, and the aforementioned ontologies for products and services (6). For more information, see purl.org/goodrelations/ Note: The base URI of GoodRelations is purl.org/goodrelations/v1. Please make sure you are only using element identifiers in this namespace, e.g. purl.org/goodrelations/v1#BusinessEntity. There may be copies of the ontology file on the Web which can be retrieved from other locations, BUT THOSE LOCATIONS MUST NOT BE USED AS THE BASIS OF IDENTIFIERS. If you use GoodRelations for scientific purposes, please cite our paper: Hepp, Martin: GoodRelations: An Ontology for Describing Products and Services Offers on the Web, Proceedings of the 16th International Conference on Knowledge Engineering and Knowledge Management (EKAW2008), September 29 - October 3, 2008, Acitrezza, Italy, Springer LNCS, Vol. 5268, pp. 332-347. PDF at www.heppnetz.de/publications/

Version:

  • V 1.0, Release 2011-10-01

Instance Attribute Summary collapse

Instance Attribute Details

#acceptedPaymentMethodsRDF::Vocabulary::Term (readonly)

The gr:PaymentMethod or methods accepted by the gr:BusinessEntity for the given gr:Offering.

Returns:

  • (RDF::Vocabulary::Term)


136
137
138
# File 'lib/rdf/vocab/gr.rb', line 136

def acceptedPaymentMethods
  @acceptedPaymentMethods
end

#ActualProductOrServiceInstanceRDF::Vocabulary::Term (readonly)

DEPRECATED - This class is superseded by gr:Individual. Replace all occurrences of gr:ActualProductOrServiceInstance by gr:Individual, if possible.

Returns:

  • (RDF::Vocabulary::Term)


12
13
14
# File 'lib/rdf/vocab/gr.rb', line 12

def ActualProductOrServiceInstance
  @ActualProductOrServiceInstance
end

#addOnRDF::Vocabulary::Term (readonly)

This property points from a gr:Offering to additional offerings that can only be obtained in combination with the first offering. This can be used to model supplements and extensions that are available for a surcharge. Any gr:PriceSpecification attached to the secondary offering is to be understood as an additional charge.

Returns:

  • (RDF::Vocabulary::Term)


140
141
142
# File 'lib/rdf/vocab/gr.rb', line 140

def addOn
  @addOn
end

#advanceBookingRequirementRDF::Vocabulary::Term (readonly)

The minimal and maximal amount of time that is required between accepting the gr:Offering and the actual usage of the resource or service. This is mostly relevant for offers regarding hotel rooms, the rental of objects, or the provisioning of services. The duration is specified relatively to the beginning of the usage of the contracted object. It is represented by attaching an instance of the class gr:QuantitativeValueInteger. The lower and upper boundaries are specified using the properties gr:hasMinValueInteger and gr:hasMaxValueInteger to that instance. The unit of measurement is specified using the property gr:hasUnitOfMeasurement with a string holding a UN/CEFACT code suitable for durations, e.g. MON (months), DAY (days), HUR (hours), or MIN (minutes). The difference to the gr:validFrom and gr:validThrough properties is that those specify the interval during which the gr:Offering is valid, while gr:advanceBookingRequirement specifies the acceptable relative amount of time between accepting the offer and the fulfilment or usage.

Returns:

  • (RDF::Vocabulary::Term)


144
145
146
# File 'lib/rdf/vocab/gr.rb', line 144

def advanceBookingRequirement
  @advanceBookingRequirement
end

#AmericanExpressRDF::Vocabulary::Term (readonly)

Payment by credit or debit cards issued by the American Express network.

Returns:

  • (RDF::Vocabulary::Term)


516
517
518
# File 'lib/rdf/vocab/gr.rb', line 516

def AmericanExpress
  @AmericanExpress
end

#amountOfThisGoodRDF::Vocabulary::Term (readonly)

This property specifies the quantity of the goods included in the gr:Offering via this gr:TypeAndQuantityNode. The quantity is given in the unit of measurement attached to the gr:TypeAndQuantityNode.

Returns:

  • (RDF::Vocabulary::Term)


148
149
150
# File 'lib/rdf/vocab/gr.rb', line 148

def amountOfThisGood
  @amountOfThisGood
end

#appliesToDeliveryMethodRDF::Vocabulary::Term (readonly)

This property specifies the gr:DeliveryMethod to which the gr:DeliveryChargeSpecification applies.

Returns:

  • (RDF::Vocabulary::Term)


152
153
154
# File 'lib/rdf/vocab/gr.rb', line 152

def appliesToDeliveryMethod
  @appliesToDeliveryMethod
end

#appliesToPaymentMethodRDF::Vocabulary::Term (readonly)

This property specifies the gr:PaymentMethod to which the gr:PaymentChargeSpecification applies.

Returns:

  • (RDF::Vocabulary::Term)


156
157
158
# File 'lib/rdf/vocab/gr.rb', line 156

def appliesToPaymentMethod
  @appliesToPaymentMethod
end

#availabilityEndsRDF::Vocabulary::Term (readonly)

This property specifies the end of the availability of the gr:ProductOrService included in the gr:Offering. The difference to the properties gr:validFrom and gr:validThrough is that those specify the period of time during which the offer is valid and can be accepted. Example: I offer to lease my boat for the period of August 1 - August 31, 2010, but you must accept by offer no later than July 15. A time-zone should be specified. For a time in GMT/UTC, simply add a “Z” following the time: 2008-05-30T09:30:10Z. Alternatively, you can specify an offset from the UTC time by adding a positive or negative time following the time: 2008-05-30T09:30:10-09:00 or 2008-05-30T09:30:10+09:00. Note: There is another property gr:availableAtOrFrom, which is used to indicate the gr:Location (e.g. store or shop) from which the goods would be available.

Returns:

  • (RDF::Vocabulary::Term)


160
161
162
# File 'lib/rdf/vocab/gr.rb', line 160

def availabilityEnds
  @availabilityEnds
end

#availabilityStartsRDF::Vocabulary::Term (readonly)

This property specifies the beginning of the availability of the gr:ProductOrService included in the gr:Offering. The difference to the properties gr:validFrom and gr:validThrough is that those specify the period of time during which the offer is valid and can be accepted. Example: I offer to lease my boat for the period of August 1 - August 31, 2010, but you must accept by offer no later than July 15. A time-zone should be specified. For a time in GMT/UTC, simply add a “Z” following the time: 2008-05-30T09:30:10Z. Alternatively, you can specify an offset from the UTC time by adding a positive or negative time following the time: 2008-05-30T09:30:10-09:00 or 2008-05-30T09:30:10+09:00. Note: There is another property gr:availableAtOrFrom, which is used to indicate the gr:Location (e.g. store or shop) from which the goods would be available.

Returns:

  • (RDF::Vocabulary::Term)


164
165
166
# File 'lib/rdf/vocab/gr.rb', line 164

def availabilityStarts
  @availabilityStarts
end

#availableAtOrFromRDF::Vocabulary::Term (readonly)

This states that a particular gr:Offering is available at or from the given gr:Location (e.g. shop or branch).

Returns:

  • (RDF::Vocabulary::Term)


168
169
170
# File 'lib/rdf/vocab/gr.rb', line 168

def availableAtOrFrom
  @availableAtOrFrom
end

#availableDeliveryMethodsRDF::Vocabulary::Term (readonly)

This specifies the gr:DeliveryMethod or methods available for a given gr:Offering.

Returns:

  • (RDF::Vocabulary::Term)


172
173
174
# File 'lib/rdf/vocab/gr.rb', line 172

def availableDeliveryMethods
  @availableDeliveryMethods
end

#billingIncrementRDF::Vocabulary::Term (readonly)

This property specifies the minimal quantity and rounding increment that will be the basis for the billing. The unit of measurement is specified by the UN/CEFACT code attached to the gr:UnitPriceSpecification via the gr:hasUnitOfMeasurement property. Examples: - The price for gasoline is 4 USD per gallon at the pump, but you will be charged in units of 0.1 gallons. - The price for legal consulting is 100 USD per hour, but you will be charged in units of 15 minutes. This property makes sense only for instances of gr:Offering that include not more than one type of good or service.

Returns:

  • (RDF::Vocabulary::Term)


176
177
178
# File 'lib/rdf/vocab/gr.rb', line 176

def billingIncrement
  @billingIncrement
end

#BrandRDF::Vocabulary::Term (readonly)

A brand is the identity of a specific product, service, or business. Use foaf:logo for attaching a brand logo and gr:name or rdfs:label for attaching the brand name. (Source: Wikipedia, the free encyclopedia, see en.wikipedia.org/wiki/Brand)

Returns:

  • (RDF::Vocabulary::Term)


16
17
18
# File 'lib/rdf/vocab/gr.rb', line 16

def Brand
  @Brand
end

#BusinessRDF::Vocabulary::Term (readonly)

The gr:BusinessEntityType representing such agents that are themselves offering commercial services or products on the market. Usually, businesses are characterized by the fact that they are officially registered with the public administration and strive for profits by their activities.

Returns:

  • (RDF::Vocabulary::Term)


520
521
522
# File 'lib/rdf/vocab/gr.rb', line 520

def Business
  @Business
end

#BusinessEntityRDF::Vocabulary::Term (readonly)

An instance of this class represents the legal agent making (or seeking) a particular offering. This can be a legal body or a person. A business entity has at least a primary mailing address and contact details. For this, typical address standards (vCard) and location data (geo, WGS84) can be attached. Note that the location of the business entity is not necessarily the location from which the product or service is being available (e.g. the branch or store). Use gr:Location for stores and branches. Example: Siemens Austria AG, Volkswagen Ltd., Peter Miller’s Cell phone Shop LLC Compatibility with schema.org: This class is equivalent to the union of schema.org/Person and schema.org/Organization.

Returns:

  • (RDF::Vocabulary::Term)


20
21
22
# File 'lib/rdf/vocab/gr.rb', line 20

def BusinessEntity
  @BusinessEntity
end

#BusinessEntityTypeRDF::Vocabulary::Term (readonly)

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 a gr:BusinessEntity. From the ontological point of view, business entity types are mostly roles that a business entity has in the market. Business entity types are important for specifying eligible customers, since a gr:Offering is often valid only for business entities of a certain size, legal structure, or role in the value chain. Examples: Consumers, Retailers, Wholesalers, or Public Institutions

Returns:

  • (RDF::Vocabulary::Term)


24
25
26
# File 'lib/rdf/vocab/gr.rb', line 24

def BusinessEntityType
  @BusinessEntityType
end

#BusinessFunctionRDF::Vocabulary::Term (readonly)

The business function specifies the type of activity or access (i.e., the bundle of rights) offered by the gr:BusinessEntity on the gr:ProductOrService through the gr:Offering. Typical are sell, rental or lease, maintenance or repair, manufacture / produce, recycle / dispose, engineering / construction, or installation. Licenses and other proprietary specifications of access rights are also instances of this class. Examples: A particular offering made by Miller Rentals Ltd. says that they (1) sell Volkswagen Golf convertibles, (2) lease out a particular Ford pick-up truck, and (3) dispose car wrecks of any make and model.

Returns:

  • (RDF::Vocabulary::Term)


28
29
30
# File 'lib/rdf/vocab/gr.rb', line 28

def BusinessFunction
  @BusinessFunction
end

#BuyRDF::Vocabulary::Term (readonly)

This gr:BusinessFunction indicates that the gr:BusinessEntity is in general interested in purchasing the specified gr:ProductOrService. DEPRECATED. Use gr:seeks instead.

Returns:

  • (RDF::Vocabulary::Term)


524
525
526
# File 'lib/rdf/vocab/gr.rb', line 524

def Buy
  @Buy
end

#ByBankTransferInAdvanceRDF::Vocabulary::Term (readonly)

Payment by bank transfer in advance, i.e., the offering gr:BusinessEntity will inform the buying party about their bank account details and will deliver the goods upon receipt of the due amount. This is equivalent to payment by wire transfer.

Returns:

  • (RDF::Vocabulary::Term)


528
529
530
# File 'lib/rdf/vocab/gr.rb', line 528

def ByBankTransferInAdvance
  @ByBankTransferInAdvance
end

#ByInvoiceRDF::Vocabulary::Term (readonly)

Payment by bank transfer after delivery, i.e., the offering gr:BusinessEntity will deliver first, inform the buying party about the due amount and their bank account details, and expect payment shortly after delivery.

Returns:

  • (RDF::Vocabulary::Term)


532
533
534
# File 'lib/rdf/vocab/gr.rb', line 532

def ByInvoice
  @ByInvoice
end

#CashRDF::Vocabulary::Term (readonly)

Payment by cash upon delivery or pickup.

Returns:

  • (RDF::Vocabulary::Term)


540
541
542
# File 'lib/rdf/vocab/gr.rb', line 540

def Cash
  @Cash
end

#categoryRDF::Vocabulary::Term (readonly)

The name of a category to which this gr:ProductOrService, gr:Offering, gr:BusinessEntity, or gr:Location belongs. Note 1: For products, it is better to add an rdf:type statement referring to a GoodRelations-compliant ontology for vertical industries instead, but if you just have a short text label, gr:category is simpler. Note 2: You can use greater signs or slashes to informally indicate a category hierarchy, e.g. “restaurants/asian_restaurants” or “cables > usb_cables”

Returns:

  • (RDF::Vocabulary::Term)


180
181
182
# File 'lib/rdf/vocab/gr.rb', line 180

def category
  @category
end

#CheckInAdvanceRDF::Vocabulary::Term (readonly)

Payment by sending a check in advance, i.e., the offering gr:BusinessEntity will deliver the goods upon receipt of a check over the due amount. There are variations in handling payment by check - sometimes, shipment will be upon receipt of the check as a document, sometimes the shipment will take place only upon successful crediting of the check.

Returns:

  • (RDF::Vocabulary::Term)


544
545
546
# File 'lib/rdf/vocab/gr.rb', line 544

def CheckInAdvance
  @CheckInAdvance
end

#closesRDF::Vocabulary::Term (readonly)

The closing hour of the gr:Location on the given gr:DayOfWeek. If no time-zone suffix is included, the time is given in the local time valid at the gr:Location. For a time in GMT/UTC, simply add a “Z” following the time: 09:30:10Z. Alternatively, you can specify an offset from the UTC time by adding a positive or negative time following the time: 09:30:10-09:00 09:30:10+09:00. Note 1: Use 00:00:00 for the first second of the respective day and 23:59:59 for the last second of that day. Note 2: If a store opens at 17:00 on Saturdays and closes at 03:00:00 a.m. next morning, use two instances of this class, one with 17:00:00 - 23:59:59 for Saturday and another one with 00:00:00 - 03:00:00 for Sunday. Note 3: If the shop re-opens on the same day of the week or set of days of the week, you must create a second instance of gr:OpeningHoursSpecification.

Returns:

  • (RDF::Vocabulary::Term)


184
185
186
# File 'lib/rdf/vocab/gr.rb', line 184

def closes
  @closes
end

#CODRDF::Vocabulary::Term (readonly)

Collect on delivery / Cash on delivery - A payment method where the recipient of goods pays at the time of delivery. Usually, the amount of money is collected by the transportation company handling the goods.

Returns:

  • (RDF::Vocabulary::Term)


536
537
538
# File 'lib/rdf/vocab/gr.rb', line 536

def COD
  @COD
end

#colorRDF::Vocabulary::Term (readonly)

The color of the product.

Returns:

  • (RDF::Vocabulary::Term)


188
189
190
# File 'lib/rdf/vocab/gr.rb', line 188

def color
  @color
end

#conditionRDF::Vocabulary::Term (readonly)

A textual description of the condition of the product or service, or the products or services included in the offer (when attached to a gr:Offering)

Returns:

  • (RDF::Vocabulary::Term)


192
193
194
# File 'lib/rdf/vocab/gr.rb', line 192

def condition
  @condition
end

#ConstructionInstallationRDF::Vocabulary::Term (readonly)

This gr:BusinessFunction indicates that the gr:BusinessEntity offers (or seeks) the construction and/or installation of the specified gr:ProductOrService at the customer’s location.

Returns:

  • (RDF::Vocabulary::Term)


548
549
550
# File 'lib/rdf/vocab/gr.rb', line 548

def ConstructionInstallation
  @ConstructionInstallation
end

#datatypeProductOrServicePropertyRDF::Vocabulary::Term (readonly)

This property is the super property for all pure datatype properties that can be used to describe a gr:ProductOrService. In products and services ontologies, only such properties that are no quantitative properties and that have no predefined gr:QualitativeValue instances are subproperties of this property. In practice, this refers to a few integer properties for which the integer value represents qualitative aspects, for string datatypes (as long as no predefined values exist), for boolean datatype properties, and for dates and times.

Returns:

  • (RDF::Vocabulary::Term)


196
197
198
# File 'lib/rdf/vocab/gr.rb', line 196

def datatypeProductOrServiceProperty
  @datatypeProductOrServiceProperty
end

#DayOfWeekRDF::Vocabulary::Term (readonly)

The day of the week, used to specify to which day the opening hours of a gr:OpeningHoursSpecification refer. Examples: Monday, Tuesday, Wednesday,…

Returns:

  • (RDF::Vocabulary::Term)


32
33
34
# File 'lib/rdf/vocab/gr.rb', line 32

def DayOfWeek
  @DayOfWeek
end

#DeliveryChargeSpecificationRDF::Vocabulary::Term (readonly)

A delivery charge specification is a conceptual entity that specifies the additional costs asked for the delivery of a given gr:Offering using a particular gr:DeliveryMethod by the respective gr:BusinessEntity. A delivery charge specification is characterized by (1) a monetary amount per order, specified as a literal value of type float in combination with a currency, (2) the delivery method, (3) the target country or region, and (4) whether this charge includes local sales taxes, namely VAT. A gr:Offering may be linked to multiple gr:DeliveryChargeSpecification nodes that specify alternative charges for disjoint combinations of target countries or regions, and delivery methods. Examples: Delivery by direct download is free of charge worldwide, delivery by UPS to Germany is 10 Euros per order, delivery by mail within the US is 5 Euros per order. The total amount of this charge is specified as a float value of the gr:hasCurrencyValue property. The currency is specified via the gr:hasCurrency datatype property. Whether the price includes VAT or not is indicated by the gr:valueAddedTaxIncluded property. The gr:DeliveryMethod to which this charge applies is specified using the gr:appliesToDeliveryMethod object property. The region or regions to which this charge applies is specified using the gr:eligibleRegions property, which uses ISO 3166-1 and ISO 3166-2 codes. If the price can only be given as a range, use gr:hasMaxCurrencyValue and gr:hasMinCurrencyValue for the upper and lower bounds. Important: When querying for the price, always use gr:hasMaxCurrencyValue and gr:hasMinCurrencyValue.

Returns:

  • (RDF::Vocabulary::Term)


36
37
38
# File 'lib/rdf/vocab/gr.rb', line 36

def DeliveryChargeSpecification
  @DeliveryChargeSpecification
end

#deliveryLeadTimeRDF::Vocabulary::Term (readonly)

This property can be used to indicate the promised delay between the receipt of the order and the goods leaving the warehouse. The duration is specified by attaching an instance of gr:QuantitativeValueInteger. The lower and upper boundaries are specified using the properties gr:hasMinValueInteger and gr:hasMaxValueInteger to that instance. A point value can be modeled with the gr:hasValueInteger property. The unit of measurement is specified using the property gr:hasUnitOfMeasurement with a string holding a UN/CEFACT code suitable for durations, e.g. MON (months), DAY (days), HUR (hours), or MIN (minutes).

Returns:

  • (RDF::Vocabulary::Term)


200
201
202
# File 'lib/rdf/vocab/gr.rb', line 200

def deliveryLeadTime
  @deliveryLeadTime
end

#DeliveryMethodRDF::Vocabulary::Term (readonly)

A delivery method is a standardized procedure for transferring the product or service to the destination of fulfilment 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 gr:BusinessEntity (this is important, since the contracted party may subcontract the fulfilment to smaller, regional businesses). Examples: Delivery by mail, delivery by direct download, delivery by UPS

Returns:

  • (RDF::Vocabulary::Term)


40
41
42
# File 'lib/rdf/vocab/gr.rb', line 40

def DeliveryMethod
  @DeliveryMethod
end

#DeliveryModeDirectDownloadRDF::Vocabulary::Term (readonly)

Delivery of the goods via direct download from the Internet, i.e., the offering gr:BusinessEntity provides the buying party with details on how to retrieve the goods online. Connection fees and other costs of using the infrastructure are to be carried by the buying party.

Returns:

  • (RDF::Vocabulary::Term)


556
557
558
# File 'lib/rdf/vocab/gr.rb', line 556

def DeliveryModeDirectDownload
  @DeliveryModeDirectDownload
end

#DeliveryModeFreightRDF::Vocabulary::Term (readonly)

Delivery by an unspecified air, sea, or ground freight carrier or cargo company.

Returns:

  • (RDF::Vocabulary::Term)


560
561
562
# File 'lib/rdf/vocab/gr.rb', line 560

def DeliveryModeFreight
  @DeliveryModeFreight
end

#DeliveryModeMailRDF::Vocabulary::Term (readonly)

Delivery via regular mail service (private or public postal services).

Returns:

  • (RDF::Vocabulary::Term)


564
565
566
# File 'lib/rdf/vocab/gr.rb', line 564

def DeliveryModeMail
  @DeliveryModeMail
end

#DeliveryModeOwnFleetRDF::Vocabulary::Term (readonly)

Delivery of the goods by using a fleet of vehicles either owned and operated or subcontracted by the gr:BusinessEntity.

Returns:

  • (RDF::Vocabulary::Term)


568
569
570
# File 'lib/rdf/vocab/gr.rb', line 568

def DeliveryModeOwnFleet
  @DeliveryModeOwnFleet
end

#DeliveryModeParcelServiceRDF::Vocabulary::Term (readonly)

A private parcel service as the delivery mode available for a certain offering. Examples: UPS, DHL

Returns:

  • (RDF::Vocabulary::Term)


44
45
46
# File 'lib/rdf/vocab/gr.rb', line 44

def DeliveryModeParcelService
  @DeliveryModeParcelService
end

#DeliveryModePickUpRDF::Vocabulary::Term (readonly)

Delivery of the goods by picking them up at one of the stores etc. (gr:Location) during the opening hours as specified by respective instances of gr:OpeningHoursSpecification.

Returns:

  • (RDF::Vocabulary::Term)


572
573
574
# File 'lib/rdf/vocab/gr.rb', line 572

def DeliveryModePickUp
  @DeliveryModePickUp
end

#depthRDF::Vocabulary::Term (readonly)

The depth of the product. Typical unit code(s): CMT for centimeters, INH for inches

Returns:

  • (RDF::Vocabulary::Term)


204
205
206
# File 'lib/rdf/vocab/gr.rb', line 204

def depth
  @depth
end

#descriptionRDF::Vocabulary::Term (readonly)

A short textual description of the resource. This property is semantically equivalent to rdfs:comment and just meant as a handy shortcut for marking up data.

Returns:

  • (RDF::Vocabulary::Term)


208
209
210
# File 'lib/rdf/vocab/gr.rb', line 208

def description
  @description
end

#DHLRDF::Vocabulary::Term (readonly)

Delivery via the parcel service DHL.

Returns:

  • (RDF::Vocabulary::Term)


552
553
554
# File 'lib/rdf/vocab/gr.rb', line 552

def DHL
  @DHL
end

#DinersClubRDF::Vocabulary::Term (readonly)

Payment by credit or debit cards issued by the Diner’s Club network.

Returns:

  • (RDF::Vocabulary::Term)


576
577
578
# File 'lib/rdf/vocab/gr.rb', line 576

def DinersClub
  @DinersClub
end

#DirectDebitRDF::Vocabulary::Term (readonly)

Payment by direct debit, i.e., the buying party will inform the offering gr:BusinessEntity about its bank account details and authorizes the gr:BusinessEntity to collect the agreed amount directly from that account.

Returns:

  • (RDF::Vocabulary::Term)


580
581
582
# File 'lib/rdf/vocab/gr.rb', line 580

def DirectDebit
  @DirectDebit
end

#DiscoverRDF::Vocabulary::Term (readonly)

Payment by credit or debit cards issued by the Discover network.

Returns:

  • (RDF::Vocabulary::Term)


584
585
586
# File 'lib/rdf/vocab/gr.rb', line 584

def Discover
  @Discover
end

#displayPositionRDF::Vocabulary::Term (readonly)

The position at which the option or element should be listed in a menu or user dialog, lower numbers come first. The main usage of this property are the days of the week (gr:DayOfWeek), but it is also possible to apply it e.g. to product features or any other conceptual element. Note: Rely on this property only for data originating from a single RDF graph; otherwise, unpredictable results are possible.

Returns:

  • (RDF::Vocabulary::Term)


212
213
214
# File 'lib/rdf/vocab/gr.rb', line 212

def displayPosition
  @displayPosition
end

#DisposeRDF::Vocabulary::Term (readonly)

This gr:BusinessFunction indicates that the gr:BusinessEntity offers (or seeks) the acceptance of the specified gr:ProductOrService for proper disposal, recycling, or any other kind of allowed usages, freeing the current owner from all rights and obligations of ownership.

Returns:

  • (RDF::Vocabulary::Term)


588
589
590
# File 'lib/rdf/vocab/gr.rb', line 588

def Dispose
  @Dispose
end

#durationOfWarrantyInMonthsRDF::Vocabulary::Term (readonly)

This property specifies the duration of the gr:WarrantyPromise in months.

Returns:

  • (RDF::Vocabulary::Term)


216
217
218
# File 'lib/rdf/vocab/gr.rb', line 216

def durationOfWarrantyInMonths
  @durationOfWarrantyInMonths
end

#eligibleCustomerTypesRDF::Vocabulary::Term (readonly)

The types of customers (gr:BusinessEntityType) for which the given gr:Offering is valid.

Returns:

  • (RDF::Vocabulary::Term)


220
221
222
# File 'lib/rdf/vocab/gr.rb', line 220

def eligibleCustomerTypes
  @eligibleCustomerTypes
end

#eligibleDurationRDF::Vocabulary::Term (readonly)

The minimal and maximal duration for which the given gr:Offering or gr:License is valid. This is mostly used for offers regarding accommodation, the rental of objects, or software licenses. The duration is specified by attaching an instance of gr:QuantitativeValue. The lower and upper boundaries are specified using the properties gr:hasMinValue and gr:hasMaxValue to that instance. If they are the same, use the gr:hasValue property. The unit of measurement is specified using the property gr:hasUnitOfMeasurement with a string holding a UN/CEFACT code suitable for durations, e.g. MON (months), DAY (days), HUR (hours), or MIN (minutes). The difference to the gr:validFrom and gr:validThrough properties is that those specify the absiolute interval during which the gr:Offering or gr:License is valid, while gr:eligibleDuration specifies the acceptable duration of the contract or usage.

Returns:

  • (RDF::Vocabulary::Term)


224
225
226
# File 'lib/rdf/vocab/gr.rb', line 224

def eligibleDuration
  @eligibleDuration
end

#eligibleRegionsRDF::Vocabulary::Term (readonly)

This property specifies the geo-political region or regions for which the gr:Offering, gr:License, or gr:DeliveryChargeSpecification is valid using the two-character version of ISO 3166-1 (ISO 3166-1 alpha-2) for regions or ISO 3166-2 , which breaks down the countries from ISO 3166-1 into administrative subdivisions. Important: Do NOT use 3-letter ISO 3166-1 codes!

Returns:

  • (RDF::Vocabulary::Term)


228
229
230
# File 'lib/rdf/vocab/gr.rb', line 228

def eligibleRegions
  @eligibleRegions
end

#eligibleTransactionVolumeRDF::Vocabulary::Term (readonly)

This property can be used to indicate the transaction volume, in a monetary unit, for which the gr:Offering or gr:PriceSpecification is valid. This is mostly used to specify a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases above a certain amount. The object is a gr:PriceSpecification that uses the properties gr:hasMaxCurrencyValue and gr:hasMinCurrencyValue to indicate the lower and upper boundaries and gr:hasCurrency to indicate the currency using the ISO 4217 standard (3 characters).

Returns:

  • (RDF::Vocabulary::Term)


232
233
234
# File 'lib/rdf/vocab/gr.rb', line 232

def eligibleTransactionVolume
  @eligibleTransactionVolume
end

#EnduserRDF::Vocabulary::Term (readonly)

The gr:BusinessEntityType representing such agents that are purchasing the good or service for private consumption, in particular not for resale or for usage within an industrial enterprise. By default, a Business Entity is an Enduser.

Returns:

  • (RDF::Vocabulary::Term)


592
593
594
# File 'lib/rdf/vocab/gr.rb', line 592

def Enduser
  @Enduser
end

#equalRDF::Vocabulary::Term (readonly)

This ordering relation for qualitative values indicates that the subject is equal to the object.

Returns:

  • (RDF::Vocabulary::Term)


236
237
238
# File 'lib/rdf/vocab/gr.rb', line 236

def equal
  @equal
end

#FederalExpressRDF::Vocabulary::Term (readonly)

Delivery via the parcel service Federal Express.

Returns:

  • (RDF::Vocabulary::Term)


596
597
598
# File 'lib/rdf/vocab/gr.rb', line 596

def FederalExpress
  @FederalExpress
end

#FridayRDF::Vocabulary::Term (readonly)

Friday as a day of the week.

Returns:

  • (RDF::Vocabulary::Term)


600
601
602
# File 'lib/rdf/vocab/gr.rb', line 600

def Friday
  @Friday
end

#GoogleCheckoutRDF::Vocabulary::Term (readonly)

Payment via the Google Checkout payment service.

Returns:

  • (RDF::Vocabulary::Term)


604
605
606
# File 'lib/rdf/vocab/gr.rb', line 604

def GoogleCheckout
  @GoogleCheckout
end

#greaterRDF::Vocabulary::Term (readonly)

This ordering relation for qualitative values indicates that the subject is greater than the object.

Returns:

  • (RDF::Vocabulary::Term)


240
241
242
# File 'lib/rdf/vocab/gr.rb', line 240

def greater
  @greater
end

#greaterOrEqualRDF::Vocabulary::Term (readonly)

This ordering relation for qualitative values indicates that the subject is greater than or equal to the object.

Returns:

  • (RDF::Vocabulary::Term)


244
245
246
# File 'lib/rdf/vocab/gr.rb', line 244

def greaterOrEqual
  @greaterOrEqual
end

#hasBrandRDF::Vocabulary::Term (readonly)

This specifies the brand or brands (gr:Brand) associated with a gr:ProductOrService, or the brand or brands maintained by a gr:BusinessEntity.

Returns:

  • (RDF::Vocabulary::Term)


248
249
250
# File 'lib/rdf/vocab/gr.rb', line 248

def hasBrand
  @hasBrand
end

#hasBusinessFunctionRDF::Vocabulary::Term (readonly)

This specifies the business function of the gr:Offering, i.e. whether the gr:BusinessEntity is offering to sell, to lease, or to repair the particular type of product. In the case of bundles, it is also possible to attach individual business functions to each gr:TypeAndQuantityNode. The business function of the main gr:Offering determines the business function for all included objects or services, unless a business function attached to a gr:TypeAndQuantityNode overrides it. Note: While it is possible that an entity is offering multiple types of business functions for the same set of objects (e.g. rental and sales), this should usually not be stated by attaching multiple business functions to the same gr:Offering, since the gr:UnitPriceSpecification for the varying business functions will typically be very different.

Returns:

  • (RDF::Vocabulary::Term)


252
253
254
# File 'lib/rdf/vocab/gr.rb', line 252

def hasBusinessFunction
  @hasBusinessFunction
end

#hasCurrencyRDF::Vocabulary::Term (readonly)

The currency for all prices in the gr:PriceSpecification given using the ISO 4217 standard (3 characters).

Returns:

  • (RDF::Vocabulary::Term)


256
257
258
# File 'lib/rdf/vocab/gr.rb', line 256

def hasCurrency
  @hasCurrency
end

#hasCurrencyValueRDF::Vocabulary::Term (readonly)

This property specifies the amount of money for a price per unit, shipping charges, or payment charges. The currency and other relevant details are attached to the respective gr:PriceSpecification etc. For a gr:UnitPriceSpecification, this is the price for one unit or bundle (as specified in the unit of measurement of the unit price specification) of the respective gr:ProductOrService. For a gr:DeliveryChargeSpecification or a gr:PaymentChargeSpecification, it is the price per delivery or payment. GoodRelations also supports giving price information as intervals only. If this is needed, use gr:hasMaxCurrencyValue for the upper bound and gr:hasMinCurrencyValue for the lower bound. Using gr:hasCurrencyValue sets the upper and lower bounds to the same given value, i.e., x gr:hasCurrencyValue y implies x gr:hasMinCurrencyValue y, x gr:hasMaxCurrencyValue y.

Returns:

  • (RDF::Vocabulary::Term)


260
261
262
# File 'lib/rdf/vocab/gr.rb', line 260

def hasCurrencyValue
  @hasCurrencyValue
end

#hasDUNSRDF::Vocabulary::Term (readonly)

The Dun & Bradstreet DUNS number for identifying a gr:BusinessEntity. The Dun & Bradstreet DUNS is a nine-digit number used to identify legal entities (but usually not branches or locations of logistical importance only).

Returns:

  • (RDF::Vocabulary::Term)


264
265
266
# File 'lib/rdf/vocab/gr.rb', line 264

def hasDUNS
  @hasDUNS
end

#hasEligibleQuantityRDF::Vocabulary::Term (readonly)

This specifies the interval and unit of measurement of ordering quantities for which the gr:Offering or gr:PriceSpecification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity. Note that if an offering is a bundle, i.e. it consists of more than one unit of a single type of good, or if the unit of measurement for the good is different from unit (Common Code C62), then gr:hasEligibleQuantity refers to units of this bundle. In other words, “C62” for “Units or pieces” is usually the appropriate unit of measurement.

Returns:

  • (RDF::Vocabulary::Term)


268
269
270
# File 'lib/rdf/vocab/gr.rb', line 268

def hasEligibleQuantity
  @hasEligibleQuantity
end

#hasGlobalLocationNumberRDF::Vocabulary::Term (readonly)

The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective gr:BusinessEntity or gr:Location. The Global Location Number is a thirteen-digit number used to identify parties and physical locations.

Returns:

  • (RDF::Vocabulary::Term)


272
273
274
# File 'lib/rdf/vocab/gr.rb', line 272

def hasGlobalLocationNumber
  @hasGlobalLocationNumber
end

#hasInventoryLevelRDF::Vocabulary::Term (readonly)

This property specifies the current approximate inventory level for gr:SomeItems. The unit of measurement and the point value or interval are indicated using the attached gr:QuantitativeValueFloat instance. This property can also be attached to a gr:Offering in cases where the included products are not modeled in more detail.

Returns:

  • (RDF::Vocabulary::Term)


280
281
282
# File 'lib/rdf/vocab/gr.rb', line 280

def hasInventoryLevel
  @hasInventoryLevel
end

#hasISICv4RDF::Vocabulary::Term (readonly)

The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular gr:BusinessEntity or gr:Location. See unstats.un.org/unsd/cr/registry/isic-4.asp for more information. Note: While ISIC codes are sometimes misused for classifying products or services, they are designed and suited only for classifying business establishments.

Returns:

  • (RDF::Vocabulary::Term)


276
277
278
# File 'lib/rdf/vocab/gr.rb', line 276

def hasISICv4
  @hasISICv4
end

#hasMakeAndModelRDF::Vocabulary::Term (readonly)

This states that an actual product instance (gr:Individual) or a placeholder instance for multiple, unidentified such instances (gr:SomeItems) is one occurence of a particular gr:ProductOrServiceModel. Example: myFordT hasMakeAndModel FordT.

Returns:

  • (RDF::Vocabulary::Term)


288
289
290
# File 'lib/rdf/vocab/gr.rb', line 288

def hasMakeAndModel
  @hasMakeAndModel
end

#hasManufacturerRDF::Vocabulary::Term (readonly)

This object property links a gr:ProductOrService to the gr:BusinessEntity that produces it. Mostly used with gr:ProductOrServiceModel.

Returns:

  • (RDF::Vocabulary::Term)


292
293
294
# File 'lib/rdf/vocab/gr.rb', line 292

def hasManufacturer
  @hasManufacturer
end

#hasMaxCurrencyValueRDF::Vocabulary::Term (readonly)

This property specifies the UPPER BOUND of the amount of money for a price RANGE per unit, shipping charges, or payment charges. The currency and other relevant details are attached to the respective gr:PriceSpecification etc. For a gr:UnitPriceSpecification, this is the UPPER BOUND for the price for one unit or bundle (as specified in the unit of measurement of the unit price specification) of the respective gr:ProductOrService. For a gr:DeliveryChargeSpecification or a gr:PaymentChargeSpecification, it is the UPPER BOUND of the price per delivery or payment. Using gr:hasCurrencyValue sets the upper and lower bounds to the same given value, i.e., x gr:hasCurrencyValue y implies x gr:hasMinCurrencyValue y, x gr:hasMaxCurrencyValue y.

Returns:

  • (RDF::Vocabulary::Term)


296
297
298
# File 'lib/rdf/vocab/gr.rb', line 296

def hasMaxCurrencyValue
  @hasMaxCurrencyValue
end

#hasMaxValueRDF::Vocabulary::Term (readonly)

This property captures the upper limit of a gr:QuantitativeValue instance.

Returns:

  • (RDF::Vocabulary::Term)


300
301
302
# File 'lib/rdf/vocab/gr.rb', line 300

def hasMaxValue
  @hasMaxValue
end

#hasMaxValueFloatRDF::Vocabulary::Term (readonly)

This property captures the upper limit of a gr:QuantitativeValueFloat instance.

Returns:

  • (RDF::Vocabulary::Term)


304
305
306
# File 'lib/rdf/vocab/gr.rb', line 304

def hasMaxValueFloat
  @hasMaxValueFloat
end

#hasMaxValueIntegerRDF::Vocabulary::Term (readonly)

This property captures the upper limit of a gr:QuantitativeValueInteger instance.

Returns:

  • (RDF::Vocabulary::Term)


308
309
310
# File 'lib/rdf/vocab/gr.rb', line 308

def hasMaxValueInteger
  @hasMaxValueInteger
end

#hasMinCurrencyValueRDF::Vocabulary::Term (readonly)

This property specifies the LOWER BOUND of the amount of money for a price RANGE per unit, shipping charges, or payment charges. The currency and other relevant details are attached to the respective gr:PriceSpecification etc. For a gr:UnitPriceSpecification, this is the LOWER BOUND for the price for one unit or bundle (as specified in the unit of measurement of the unit price specification) of the respective gr:ProductOrService. For a gr:DeliveryChargeSpecification or a gr:PaymentChargeSpecification, it is the LOWER BOUND of the price per delivery or payment. Using gr:hasCurrencyValue sets the upper and lower bounds to the same given value, i.e., x gr:hasCurrencyValue y implies x gr:hasMinCurrencyValue y, x gr:hasMaxCurrencyValue y.

Returns:

  • (RDF::Vocabulary::Term)


312
313
314
# File 'lib/rdf/vocab/gr.rb', line 312

def hasMinCurrencyValue
  @hasMinCurrencyValue
end

#hasMinValueRDF::Vocabulary::Term (readonly)

This property captures the lower limit of a gr:QuantitativeValue instance.

Returns:

  • (RDF::Vocabulary::Term)


316
317
318
# File 'lib/rdf/vocab/gr.rb', line 316

def hasMinValue
  @hasMinValue
end

#hasMinValueFloatRDF::Vocabulary::Term (readonly)

This property captures the lower limit of a gr:QuantitativeValueFloat instance.

Returns:

  • (RDF::Vocabulary::Term)


320
321
322
# File 'lib/rdf/vocab/gr.rb', line 320

def hasMinValueFloat
  @hasMinValueFloat
end

#hasMinValueIntegerRDF::Vocabulary::Term (readonly)

This property captures the lower limit of a gr:QuantitativeValueInteger instance.

Returns:

  • (RDF::Vocabulary::Term)


324
325
326
# File 'lib/rdf/vocab/gr.rb', line 324

def hasMinValueInteger
  @hasMinValueInteger
end

#hasMPNRDF::Vocabulary::Term (readonly)

The Manufacturer Part Number or MPN is a unique identifier for a product, service, or bundle from the perspective of a particular manufacturer. MPNs can be assigned to products or product datasheets, or bundles. Accordingly, the domain of this property is the union of gr:ProductOrService (the common superclass of goods and datasheets), and gr:Offering. Important: Be careful when assuming two products or services instances or offering instances to be identical based on the MPN. Since MPNs are unique only for the same gr:BusinessEntity, this holds only when the two MPN values refer to the same gr:BusinessEntity. Such can be done by taking into account the provenance of the data. Usually, the properties gr:hasEAN_UCC-13 and gr:hasGTIN-14 are much more reliable identifiers, because they are globally unique. See also en.wikipedia.org/wiki/Part_number

Returns:

  • (RDF::Vocabulary::Term)


284
285
286
# File 'lib/rdf/vocab/gr.rb', line 284

def hasMPN
  @hasMPN
end

#hasNAICSRDF::Vocabulary::Term (readonly)

The North American Industry Classification System (NAICS) code for a particular gr:BusinessEntity. See www.census.gov/eos/www/naics/ for more details. Note: While NAICS codes are sometimes misused for classifying products or services, they are designed and suited only for classifying business establishments.

Returns:

  • (RDF::Vocabulary::Term)


328
329
330
# File 'lib/rdf/vocab/gr.rb', line 328

def hasNAICS
  @hasNAICS
end

#hasNextRDF::Vocabulary::Term (readonly)

This ordering relation for gr:DayOfWeek indicates that the subject is directly followed by the object. Example: Monday hasNext Tuesday Since days of the week are a cycle, this property is not transitive.

Returns:

  • (RDF::Vocabulary::Term)


332
333
334
# File 'lib/rdf/vocab/gr.rb', line 332

def hasNext
  @hasNext
end

#hasOpeningHoursDayOfWeekRDF::Vocabulary::Term (readonly)

This specifies the gr:DayOfWeek to which the gr:OpeningHoursSpecification is related. Note: Use multiple instances of gr:OpeningHoursSpecification for specifying the opening hours for multiple days if the opening hours differ.

Returns:

  • (RDF::Vocabulary::Term)


336
337
338
# File 'lib/rdf/vocab/gr.rb', line 336

def hasOpeningHoursDayOfWeek
  @hasOpeningHoursDayOfWeek
end

#hasOpeningHoursSpecificationRDF::Vocabulary::Term (readonly)

This property links a gr:Location to a gr:OpeningHoursSpecification.

Returns:

  • (RDF::Vocabulary::Term)


340
341
342
# File 'lib/rdf/vocab/gr.rb', line 340

def hasOpeningHoursSpecification
  @hasOpeningHoursSpecification
end

#hasPOSRDF::Vocabulary::Term (readonly)

This property states that the respective gr:Location is a point of sale for the respective gr:BusinessEntity. It allows linking those two types of entities without the need for a particular gr:Offering.

Returns:

  • (RDF::Vocabulary::Term)


344
345
346
# File 'lib/rdf/vocab/gr.rb', line 344

def hasPOS
  @hasPOS
end

#hasPreviousRDF::Vocabulary::Term (readonly)

This ordering relation for gr:DayOfWeek indicates that the subject is directly preceeded by the object. Example: Tuesday hasPrevious Monday Since days of the week are a cycle, this property is not transitive.

Returns:

  • (RDF::Vocabulary::Term)


348
349
350
# File 'lib/rdf/vocab/gr.rb', line 348

def hasPrevious
  @hasPrevious
end

#hasPriceSpecificationRDF::Vocabulary::Term (readonly)

This links a gr:Offering to a gr:PriceSpecification or specifications. There can be unit price specifications, payment charge specifications, and delivery charge specifications. For each type, multiple specifications for the same gr:Offering are possible, e.g. for different quantity ranges or for different currencies, or for different combinations of gr:DeliveryMethod and target destinations. Recommended retail prices etc. can be marked by the gr:priceType property of the gr:UnitPriceSpecification.

Returns:

  • (RDF::Vocabulary::Term)


352
353
354
# File 'lib/rdf/vocab/gr.rb', line 352

def hasPriceSpecification
  @hasPriceSpecification
end

#hasStockKeepingUnitRDF::Vocabulary::Term (readonly)

The Stock Keeping Unit, or SKU is a unique identifier for a product, service, or bundle from the perspective of a particular supplier, i.e. SKUs are mostly assigned and serialized at the merchant level. Examples of SKUs are the ordering or parts numbers used by a particular Web shop or catalog. Consequently, the domain of gr:hasStockKeepingUnit is the union of the classes gr:Offering and gr:ProductOrService. If attached to a gr:Offering, the SKU will usually reflect a merchant-specific identifier, i.e. one valid only for that particular retailer or shop. If attached to a gr:ProductOrServiceModel, the SKU can reflect either the identifier used by the merchant or the part number used by the official manufacturer of that part. For the latter, gr:hasMPN is a better choice. Important: Be careful when assuming two products or services instances or offering instances to be identical based on the SKU. Since SKUs are unique only for the same gr:BusinessEntity, this can be assumed only when you are sure that the two SKU values refer to the same business entity. Such can be done by taking into account the provenance of the data. As long as instances of gr:Offering are concerned, you can also check that the offerings are being offered by the same gr:Business Entity. Usually, the properties gr:hasEAN_UCC-13 and gr:hasGTIN-14 are much more reliable identifiers, because they are globally unique. See also en.wikipedia.org/wiki/Stock_Keeping_Unit.

Returns:

  • (RDF::Vocabulary::Term)


356
357
358
# File 'lib/rdf/vocab/gr.rb', line 356

def hasStockKeepingUnit
  @hasStockKeepingUnit
end

#hasUnitOfMeasurementRDF::Vocabulary::Term (readonly)

The unit of measurement for a gr:QuantitativeValue, a gr:UnitPriceSpecification, or a gr:TypeAndQuantityNode given using the UN/CEFACT Common Code (3 characters).

Returns:

  • (RDF::Vocabulary::Term)


360
361
362
# File 'lib/rdf/vocab/gr.rb', line 360

def hasUnitOfMeasurement
  @hasUnitOfMeasurement
end

#hasValueRDF::Vocabulary::Term (readonly)

This subproperty specifies that the upper and lower limit of the given gr:QuantitativeValue are identical and have the respective value. It is a shortcut for such cases where a quantitative property is (at least practically) a single point value and not an interval.

Returns:

  • (RDF::Vocabulary::Term)


364
365
366
# File 'lib/rdf/vocab/gr.rb', line 364

def hasValue
  @hasValue
end

#hasValueFloatRDF::Vocabulary::Term (readonly)

This subproperty specifies that the upper and lower limit of the given gr:QuantitativeValueFloat are identical and have the respective float value. It is a shortcut for such cases where a quantitative property is (at least practically) a single point value and not an interval.

Returns:

  • (RDF::Vocabulary::Term)


368
369
370
# File 'lib/rdf/vocab/gr.rb', line 368

def hasValueFloat
  @hasValueFloat
end

#hasValueIntegerRDF::Vocabulary::Term (readonly)

This subproperty specifies that the upper and lower limit of the given gr:QuantitativeValueInteger are identical and have the respective integer value. It is a shortcut for such cases where a quantitative property is (at least practically) a single point value and not an interval.

Returns:

  • (RDF::Vocabulary::Term)


372
373
374
# File 'lib/rdf/vocab/gr.rb', line 372

def hasValueInteger
  @hasValueInteger
end

#hasWarrantyPromiseRDF::Vocabulary::Term (readonly)

This specifies the gr:WarrantyPromise made by the gr:BusinessEntity for the given gr:Offering.

Returns:

  • (RDF::Vocabulary::Term)


376
377
378
# File 'lib/rdf/vocab/gr.rb', line 376

def hasWarrantyPromise
  @hasWarrantyPromise
end

#hasWarrantyScopeRDF::Vocabulary::Term (readonly)

This states the gr:WarrantyScope of a given gr:WarrantyPromise.

Returns:

  • (RDF::Vocabulary::Term)


380
381
382
# File 'lib/rdf/vocab/gr.rb', line 380

def hasWarrantyScope
  @hasWarrantyScope
end

#heightRDF::Vocabulary::Term (readonly)

The height of the product. Typical unit code(s): CMT for centimeters, INH for inches

Returns:

  • (RDF::Vocabulary::Term)


384
385
386
# File 'lib/rdf/vocab/gr.rb', line 384

def height
  @height
end

#includesRDF::Vocabulary::Term (readonly)

This object property is a shortcut for the original gr:includesObject property for the common case of having exactly one single gr:ProductOrService instance included in an Offering. When linking to an instance of gr:SomeItems or gr:Individual, it is equivalent to using a gr:TypeAndQuantityNode with gr:hasUnitOfMeasurement=“C62”^^xsd:string and gr:amountOfThisGood=“1.0”^^xsd:float for that good. When linking to a gr:ProductOrServiceModel, it is equivalent to 1. defining an blank node for a gr:SomeItems 2. linking that blank node via gr:hasMakeAndModel to the gr:ProductOrServiceModel, and 3. linking from the gr:Offering to that blank node using another blank node of type gr:TypeAndQuantityNode with gr:hasUnitOfMeasurement=“C62”^^xsd:string and gr:amountOfThisGood=“1.0”^^xsd:float for that good.

Returns:

  • (RDF::Vocabulary::Term)


388
389
390
# File 'lib/rdf/vocab/gr.rb', line 388

def includes
  @includes
end

#includesObjectRDF::Vocabulary::Term (readonly)

This object property links a gr:Offering to one or multiple gr:TypeAndQuantityNode or nodes that specify the components that are included in the respective offer.

Returns:

  • (RDF::Vocabulary::Term)


392
393
394
# File 'lib/rdf/vocab/gr.rb', line 392

def includesObject
  @includesObject
end

#IndividualRDF::Vocabulary::Term (readonly)

A gr:Individual is an actual product or service instance, i.e., a single identifiable object or action that creates some increase in utility (in the economic sense) for the individual possessing or using this very object (product) or for the individual in whose favor this very action is being taken (service). Products or services are types of goods in the economic sense. For an overview of goods and commodities in economics, see Milgate (1987). Examples: MyThinkpad T60, the pint of beer standing in front of me, my Volkswagen Golf, the haircut that I received or will be receiving at a given date and time. Note 1: In many cases, product or service instances are not explicitly exposed on the Web but only claimed to exist (i.e. existentially quantified). In this case, use gr:SomeItems. Note 2: This class is the new, shorter form of the former gr:ActualProductOrServiceInstance. Compatibility with schema.org: This class is a subclass of schema.org/Product.

Returns:

  • (RDF::Vocabulary::Term)


48
49
50
# File 'lib/rdf/vocab/gr.rb', line 48

def Individual
  @Individual
end

#isAccessoryOrSparePartForRDF::Vocabulary::Term (readonly)

This states that a particular gr:ProductOrService is an accessory or spare part for another product or service.

Returns:

  • (RDF::Vocabulary::Term)


396
397
398
# File 'lib/rdf/vocab/gr.rb', line 396

def isAccessoryOrSparePartFor
  @isAccessoryOrSparePartFor
end

#isConsumableForRDF::Vocabulary::Term (readonly)

This states that a particular gr:ProductOrService is a consumable for another product or service.

Returns:

  • (RDF::Vocabulary::Term)


400
401
402
# File 'lib/rdf/vocab/gr.rb', line 400

def isConsumableFor
  @isConsumableFor
end

#isListPriceRDF::Vocabulary::Term (readonly)

This boolean attribute indicates whether a gr:UnitPriceSpecification is a list price (usually a vendor recommendation) or not. “true” indicates it is a list price, “false” indicates it is not. DEPRECATED. Use the gr:priceType property instead.

Returns:

  • (RDF::Vocabulary::Term)


404
405
406
# File 'lib/rdf/vocab/gr.rb', line 404

def isListPrice
  @isListPrice
end

#isSimilarToRDF::Vocabulary::Term (readonly)

This states that a given gr:ProductOrService is similar to another product or service. Of course, this is a subjective statement; when interpreting it, the trust in the origin of the statement should be taken into account.

Returns:

  • (RDF::Vocabulary::Term)


408
409
410
# File 'lib/rdf/vocab/gr.rb', line 408

def isSimilarTo
  @isSimilarTo
end

#isVariantOfRDF::Vocabulary::Term (readonly)

This states that a particular gr:ProductOrServiceModel is a variant of another product or service model. It is pretty safe to infer that the variant inherits all gr:quantitativeProductOrServiceProperty, gr:qualitativeProductOrServiceProperty, and gr:datatypeProductOrServiceProperty values that are defined for the first gr:ProductOrServiceModel. Example: foo:Red_Ford_T_Model gr:isVariantOf foo:Ford_T_Model

Returns:

  • (RDF::Vocabulary::Term)


412
413
414
# File 'lib/rdf/vocab/gr.rb', line 412

def isVariantOf
  @isVariantOf
end

#JCBRDF::Vocabulary::Term (readonly)

Payment by credit or debit cards issued by the JCB network.

Returns:

  • (RDF::Vocabulary::Term)


608
609
610
# File 'lib/rdf/vocab/gr.rb', line 608

def JCB
  @JCB
end

#LeaseOutRDF::Vocabulary::Term (readonly)

This gr:BusinessFunction indicates that the gr:BusinessEntity offers (or seeks) the temporary right to use the specified gr:ProductOrService.

Returns:

  • (RDF::Vocabulary::Term)


612
613
614
# File 'lib/rdf/vocab/gr.rb', line 612

def LeaseOut
  @LeaseOut
end

#legalNameRDF::Vocabulary::Term (readonly)

The legal name of the gr:BusinessEntity.

Returns:

  • (RDF::Vocabulary::Term)


416
417
418
# File 'lib/rdf/vocab/gr.rb', line 416

def legalName
  @legalName
end

#lesserRDF::Vocabulary::Term (readonly)

This ordering relation for gr:QualitativeValue pairs indicates that the subject is lesser than the object.

Returns:

  • (RDF::Vocabulary::Term)


420
421
422
# File 'lib/rdf/vocab/gr.rb', line 420

def lesser
  @lesser
end

#lesserOrEqualRDF::Vocabulary::Term (readonly)

This ordering relation for gr:QualitativeValue pairs indicates that the subject is lesser than or equal to the object.

Returns:

  • (RDF::Vocabulary::Term)


424
425
426
# File 'lib/rdf/vocab/gr.rb', line 424

def lesserOrEqual
  @lesserOrEqual
end

#LicenseRDF::Vocabulary::Term (readonly)

A license is the specification of a bundle of rights that determines the type of activity or access offered by the gr:BusinessEntity on the gr:ProductOrService through the gr:Offering. Licenses can be standardized (e.g. LPGL, Creative Commons, …), vendor-specific, or individually defined for a single offer or product. Whether there is a fee for obtaining the license is specified using the gr:UnitPriceSpecification attached to the gr:Offering. Use foaf:page for linking to a document containing the license, e.g. in PDF or HTML.

Returns:

  • (RDF::Vocabulary::Term)


52
53
54
# File 'lib/rdf/vocab/gr.rb', line 52

def License
  @License
end

#LocationRDF::Vocabulary::Term (readonly)

A location is a point or area of interest from which a particular product or service is available, e.g. a store, a bus stop, a gas station, or a ticket booth. The difference to gr:BusinessEntity is that the gr:BusinessEntity is the legal entity (e.g. a person or corporation) making the offer, while gr:Location is the store, office, or place. A chain restaurant will e.g. have one legal entity but multiple restaurant locations. Locations are characterized by an address or geographical position and a set of opening hour specifications for various days of the week. Example: A rental car company may offer the Business Function Lease Out of cars from two locations, one in Fort Myers, Florida, and one in Boston, Massachussetts. Both stations are open 7:00 - 23:00 Mondays through Saturdays. Note: Typical address standards (vcard) and location data (geo, WGC84) should be attached to a gr:Location node. Since there already exist established vocabularies for this, the GoodRelations ontology does not provide respective attributes. Instead, the use of respective vocabularies is recommended. However, the gr:hasGlobalLocationNumber property is provided for linking to public identifiers for business locations. Compatibility with schema.org: This class is equivalent to schema.org/Place.

Returns:

  • (RDF::Vocabulary::Term)


56
57
58
# File 'lib/rdf/vocab/gr.rb', line 56

def Location
  @Location
end

#LocationOfSalesOrServiceProvisioningRDF::Vocabulary::Term (readonly)

DEPRECATED - This class is superseded by gr:Location. Replace all occurrences of gr:LocationOfSalesOrServiceProvisioning by gr:Location, if possible.

Returns:

  • (RDF::Vocabulary::Term)


60
61
62
# File 'lib/rdf/vocab/gr.rb', line 60

def LocationOfSalesOrServiceProvisioning
  @LocationOfSalesOrServiceProvisioning
end

#MaintainRDF::Vocabulary::Term (readonly)

This gr:BusinessFunction indicates that the gr:BusinessEntity offers (or seeks) typical maintenance tasks for the specified gr:ProductOrService. Maintenance tasks are actions that undo or compensate for wear or other deterioriation caused by regular usage, in order to restore the originally intended function of the product, or to prevent outage or malfunction.

Returns:

  • (RDF::Vocabulary::Term)


616
617
618
# File 'lib/rdf/vocab/gr.rb', line 616

def Maintain
  @Maintain
end

#MasterCardRDF::Vocabulary::Term (readonly)

Payment by credit or debit cards issued by the MasterCard network.

Returns:

  • (RDF::Vocabulary::Term)


620
621
622
# File 'lib/rdf/vocab/gr.rb', line 620

def MasterCard
  @MasterCard
end

#MondayRDF::Vocabulary::Term (readonly)

Monday as a day of the week.

Returns:

  • (RDF::Vocabulary::Term)


624
625
626
# File 'lib/rdf/vocab/gr.rb', line 624

def Monday
  @Monday
end

#nameRDF::Vocabulary::Term (readonly)

A short text describing the respective resource. This property is semantically equivalent to dcterms:title and rdfs:label and just meant as a handy shortcut for marking up data.

Returns:

  • (RDF::Vocabulary::Term)


428
429
430
# File 'lib/rdf/vocab/gr.rb', line 428

def name
  @name
end

#nonEqualRDF::Vocabulary::Term (readonly)

This ordering relation for gr:QualitativeValue pairs indicates that the subject is not equal to the object.

Returns:

  • (RDF::Vocabulary::Term)


432
433
434
# File 'lib/rdf/vocab/gr.rb', line 432

def nonEqual
  @nonEqual
end

#OfferingRDF::Vocabulary::Term (readonly)

An offering represents the public, not necessarily binding, not necessarily exclusive, announcement by a gr:BusinessEntity to provide (or seek) a certain gr:BusinessFunction for a certain gr:ProductOrService to a specified target audience. An offering is specified by the type of product or service or bundle it refers to, what business function is being offered (sales, rental, …), and a set of commercial properties. It can either refer to (1) a clearly specified instance (gr:Individual), (2) to a set of anonymous instances of a given type (gr:SomeItems), (3) a product model specification (gr:ProductOrServiceModel), see also section 3.3.3 of the GoodRelations Technical Report. An offering may be constrained in terms of the eligible type of business partner, countries, quantities, and other commercial properties. The definition of the commercial properties, the type of product offered, and the business function are explained in other parts of this vocabulary in more detail. Example: Peter Miller offers to repair TV sets made by Siemens, Volkswagen Innsbruck sells a particular instance of a Volkswagen Golf at $10,000. Compatibility with schema.org: This class is a superclass to schema.org/Offer, since gr:Offering can also represent demand.

Returns:

  • (RDF::Vocabulary::Term)


64
65
66
# File 'lib/rdf/vocab/gr.rb', line 64

def Offering
  @Offering
end

#offersRDF::Vocabulary::Term (readonly)

This links a gr:BusinessEntity to the offers (gr:Offering) it makes. If you want to express interest in receiving offers, use gr:seeks instead.

Returns:

  • (RDF::Vocabulary::Term)


436
437
438
# File 'lib/rdf/vocab/gr.rb', line 436

def offers
  @offers
end

#OpeningHoursSpecificationRDF::Vocabulary::Term (readonly)

This is a conceptual entity that holds together all information about the opening hours on a given day (gr:DayOfWeek).

Returns:

  • (RDF::Vocabulary::Term)


68
69
70
# File 'lib/rdf/vocab/gr.rb', line 68

def OpeningHoursSpecification
  @OpeningHoursSpecification
end

#opensRDF::Vocabulary::Term (readonly)

The opening hour of the gr:Location on the given gr:DayOfWeek. If no time-zone suffix is included, the time is given in the local time valid at the gr:Location. For a time in GMT/UTC, simply add a “Z” following the time: 09:30:10Z. Alternatively, you can specify an offset from the UTC time by adding a positive or negative time following the time: 09:30:10-09:00 or 09:30:10+09:00. Note 1: Use 00:00:00 for the first second of the respective day and 23:59:59 for the last second of that day. Note 2: If a store opens at 17:00 on Saturdays and closes at 03:00:00 a.m. next morning, use 17:00:00 - 23:59:59 for Saturday and 00:00:00 - 03:00:00 for Sunday. Note 3: If the shop re-opens on the same day of the week or set of days of the week, you must create a second instance of gr:OpeningHoursSpecification.

Returns:

  • (RDF::Vocabulary::Term)


440
441
442
# File 'lib/rdf/vocab/gr.rb', line 440

def opens
  @opens
end

#ownsRDF::Vocabulary::Term (readonly)

This property indicates that a particular person or business owns a particular product. It can be used to expose the products in one’s posession in order to empower recommender systems to suggest matching offers. Note that the product must be an instance of the class gr:Individual. This property can also be safely applied to foaf:Agent instances.

Returns:

  • (RDF::Vocabulary::Term)


444
445
446
# File 'lib/rdf/vocab/gr.rb', line 444

def owns
  @owns
end

#PaymentChargeSpecificationRDF::Vocabulary::Term (readonly)

A payment charge specification is a conceptual entity that specifies the additional costs asked for settling the payment after accepting a given gr:Offering using a particular gr:PaymentMethod. A payment charge specification is characterized by (1) a monetary amount per order specified as a literal value of type float in combination with a Currency, (2) the payment method, and (3) a whether this charge includes local sales taxes, namely VAT. A gr:Offering may be linked to multiple payment charge specifications that specify alternative charges for various payment methods. Examples: Payment by VISA or Mastercard costs a fee of 3 Euros including VAT, payment by bank transfer in advance is free of charge. The total amount of this surcharge is specified as a float value of the gr:hasCurrencyValue property. The currency is specified via the gr:hasCurrency datatype property. Whether the price includes VAT or not is indicated by the gr:valueAddedTaxIncluded datatype property. The gr:PaymentMethod to which this charge applies is specified using the gr:appliesToPaymentMethod object property. If the price can only be given as a range, use gr:hasMaxCurrencyValue and gr:hasMinCurrencyValue for the upper and lower bounds. Important: When querying for the price, always use gr:hasMaxCurrencyValue and gr:hasMinCurrencyValue.

Returns:

  • (RDF::Vocabulary::Term)


72
73
74
# File 'lib/rdf/vocab/gr.rb', line 72

def PaymentChargeSpecification
  @PaymentChargeSpecification
end

#PaymentMethodRDF::Vocabulary::Term (readonly)

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. This element is mostly used for specifying the types of payment accepted by a gr:BusinessEntity. Examples: VISA, MasterCard, Diners, cash, or bank transfer in advance.

Returns:

  • (RDF::Vocabulary::Term)


76
77
78
# File 'lib/rdf/vocab/gr.rb', line 76

def PaymentMethod
  @PaymentMethod
end

#PaymentMethodCreditCardRDF::Vocabulary::Term (readonly)

The subclass of gr:PaymentMethod represents all variants and brands of credit or debit cards as a standardized procedure for transferring the monetary amount for a purchase. It is mostly used for specifying the types of payment accepted by a gr:Business Entity. Examples: VISA, MasterCard, or American Express.

Returns:

  • (RDF::Vocabulary::Term)


80
81
82
# File 'lib/rdf/vocab/gr.rb', line 80

def PaymentMethodCreditCard
  @PaymentMethodCreditCard
end

#PayPalRDF::Vocabulary::Term (readonly)

Payment via the PayPal payment service.

Returns:

  • (RDF::Vocabulary::Term)


628
629
630
# File 'lib/rdf/vocab/gr.rb', line 628

def PayPal
  @PayPal
end

#PaySwarmRDF::Vocabulary::Term (readonly)

Payment via the PaySwarm distributed micropayment service.

Returns:

  • (RDF::Vocabulary::Term)


632
633
634
# File 'lib/rdf/vocab/gr.rb', line 632

def PaySwarm
  @PaySwarm
end

#predecessorOfRDF::Vocabulary::Term (readonly)

This property indicates that the subject is a previous, often discontinued variant of the gr:ProductOrServiceModel used as the object. Example: Golf III predecessorOf Golf IV This relation is transitive.

Returns:

  • (RDF::Vocabulary::Term)


448
449
450
# File 'lib/rdf/vocab/gr.rb', line 448

def predecessorOf
  @predecessorOf
end

#PriceSpecificationRDF::Vocabulary::Term (readonly)

The superclass of all price specifications.

Returns:

  • (RDF::Vocabulary::Term)


84
85
86
# File 'lib/rdf/vocab/gr.rb', line 84

def PriceSpecification
  @PriceSpecification
end

#priceTypeRDF::Vocabulary::Term (readonly)

This attribute can be used to distinguish multiple different price specifications for the same gr:Offering. It supersedes the former gr:isListPrice property. The following values are recommended: The absence of this property marks the actual sales price. SRP: “suggested retail price” - applicable for all sorts of a non-binding retail price recommendations, e.g. such published by the manufacturer or the distributor. This value replaces the former gr:isListPrice property. INVOICE: The invoice price, mostly used in the car industry - this is the price a dealer pays to the manufacturer, excluding rebates and charges.

Returns:

  • (RDF::Vocabulary::Term)


452
453
454
# File 'lib/rdf/vocab/gr.rb', line 452

def priceType
  @priceType
end

#ProductOrServiceRDF::Vocabulary::Term (readonly)

The superclass of all classes describing products or services types, either by nature or purpose. Examples for such subclasses are “TV set”, “vacuum cleaner”, etc. An instance of this class can be either an actual product or service (gr:Individual), a placeholder instance for unknown instances of a mass-produced commodity (gr:SomeItems), or a model / prototype specification (gr:ProductOrServiceModel). When in doubt, use gr:SomeItems. Examples: a) MyCellphone123, i.e. my personal, tangible cell phone (gr:Individual) b) Siemens1234, i.e. the Siemens cell phone make and model 1234 (gr:ProductOrServiceModel) c) dummyCellPhone123 as a placeholder for actual instances of a certain kind of cell phones (gr:SomeItems) Note: Your first choice for specializations of gr:ProductOrService should be www.productontology.org. Compatibility with schema.org: This class is (approximately) equivalent to schema.org/Product.

Returns:

  • (RDF::Vocabulary::Term)


88
89
90
# File 'lib/rdf/vocab/gr.rb', line 88

def ProductOrService
  @ProductOrService
end

#ProductOrServiceModelRDF::Vocabulary::Term (readonly)

A product or service model is a intangible entity that specifies some characteristics of a group of similar, usually mass-produced products, in the sense of a prototype. In case of mass-produced products, there exists a relation gr:hasMakeAndModel between the actual product or service (gr:Individual or gr:SomeItems) and the prototype (gr:ProductOrServiceModel). GoodRelations treats product or service models as “prototypes” instead of a completely separate kind of entities, because this allows using the same domain-specific properties (e.g. gr:weight) for describing makes and models and for describing actual products. Examples: Ford T, Volkswagen Golf, Sony Ericsson W123 cell phone Note: An actual product or service (gr:Individual) by default shares the features of its model (e.g. the weight). However, this requires non-standard reasoning. See wiki.goodrelations-vocabulary.org/Axioms for respective rule sets. Compatibility with schema.org: This class is (approximately) a subclass of schema.org/Product.

Returns:

  • (RDF::Vocabulary::Term)


92
93
94
# File 'lib/rdf/vocab/gr.rb', line 92

def ProductOrServiceModel
  @ProductOrServiceModel
end

#ProductOrServicesSomeInstancesPlaceholderRDF::Vocabulary::Term (readonly)

DEPRECATED - This class is superseded by gr:SomeItems. Replace all occurrences of gr:ProductOrServicesSomeInstancesPlaceholder by gr:SomeItems, if possible.

Returns:

  • (RDF::Vocabulary::Term)


96
97
98
# File 'lib/rdf/vocab/gr.rb', line 96

def ProductOrServicesSomeInstancesPlaceholder
  @ProductOrServicesSomeInstancesPlaceholder
end

#ProvideServiceRDF::Vocabulary::Term (readonly)

This gr:BusinessFunction indicates that the gr:BusinessEntity offers (or seeks) the respective type of service. Note: Maintain and Repair are also types of Services. However, products and services ontologies often provide classes for tangible products as well as for types of services. The business function gr:ProvideService is to be used with such goods that are services, while gr:Maintain and gr:Repair can be used with goods for which only the class of product exists in the ontology, but not the respective type of service. Example: Car maintenance could be expressed both as “provide the service car maintenance” or “maintain cars”.

Returns:

  • (RDF::Vocabulary::Term)


636
637
638
# File 'lib/rdf/vocab/gr.rb', line 636

def ProvideService
  @ProvideService
end

#PublicHolidaysRDF::Vocabulary::Term (readonly)

A placeholder for all official public holidays at the gr:Location. This allows specifying the opening hours on public holidays. If a given day is a public holiday, this specification supersedes the opening hours for the respective day of the week.

Returns:

  • (RDF::Vocabulary::Term)


640
641
642
# File 'lib/rdf/vocab/gr.rb', line 640

def PublicHolidays
  @PublicHolidays
end

#PublicInstitutionRDF::Vocabulary::Term (readonly)

The gr:BusinessEntityType representing such agents that are part of the adminstration or owned by the public.

Returns:

  • (RDF::Vocabulary::Term)


644
645
646
# File 'lib/rdf/vocab/gr.rb', line 644

def PublicInstitution
  @PublicInstitution
end

#qualitativeProductOrServicePropertyRDF::Vocabulary::Term (readonly)

This is the super property of all qualitative properties for products and services. All properties in product or service ontologies for which gr:QualitativeValue instances are specified are subproperties of this property.

Returns:

  • (RDF::Vocabulary::Term)


456
457
458
# File 'lib/rdf/vocab/gr.rb', line 456

def qualitativeProductOrServiceProperty
  @qualitativeProductOrServiceProperty
end

#QualitativeValueRDF::Vocabulary::Term (readonly)

A qualitative value is a predefined value for a product characteristic. Examples: the color “green” or the power cord plug type “US”; the garment sizes “S”, “M”, “L”, and “XL”. Note: Value sets are supported by creating subclasses of this class. Ordinal relations between values (gr:greater, gr:lesser, …) are provided directly by GoodRelations. Compatibility with schema.org: This class is equivalent to schema.org/Enumeration.

Returns:

  • (RDF::Vocabulary::Term)


100
101
102
# File 'lib/rdf/vocab/gr.rb', line 100

def QualitativeValue
  @QualitativeValue
end

#quantitativeProductOrServicePropertyRDF::Vocabulary::Term (readonly)

This is the super property of all quantitative properties for products and services. All properties in product or service ontologies that specify quantitative characteristics, for which an interval is at least theoretically an appropriate value, are subproperties of this property.

Returns:

  • (RDF::Vocabulary::Term)


460
461
462
# File 'lib/rdf/vocab/gr.rb', line 460

def quantitativeProductOrServiceProperty
  @quantitativeProductOrServiceProperty
end

#QuantitativeValueRDF::Vocabulary::Term (readonly)

A quantitative value is a numerical interval that represents the range of a certain gr:quantitativeProductOrServiceProperty in terms of the lower and upper bounds for a particular gr:ProductOrService. It is to be interpreted in combination with the respective unit of measurement. Most quantitative values are intervals even if they are in practice often treated as a single point value. Example: a weight between 10 and 25 kilogramms, a length between 10 and 15 milimeters. Compatibility with schema.org: This class is equivalent to schema.org/Quantity.

Returns:

  • (RDF::Vocabulary::Term)


104
105
106
# File 'lib/rdf/vocab/gr.rb', line 104

def QuantitativeValue
  @QuantitativeValue
end

#QuantitativeValueFloatRDF::Vocabulary::Term (readonly)

An instance of this class is an actual float value for a quantitative property of a product. This instance is usually characterized by a minimal value, a maximal value, and a unit of measurement. Examples: The intervals “between 10.0 and 25.4 kilogramms” or “10.2 and 15.5 milimeters”. Compatibility with schema.org: This class is a subclass of schema.org/Quantity.

Returns:

  • (RDF::Vocabulary::Term)


108
109
110
# File 'lib/rdf/vocab/gr.rb', line 108

def QuantitativeValueFloat
  @QuantitativeValueFloat
end

#QuantitativeValueIntegerRDF::Vocabulary::Term (readonly)

An instance of this class is an actual integer value for a quantitative property of a product. This instance is usually characterized by a minimal value, a maximal value, and a unit of measurement. Example: A seating capacity between 1 and 8 persons. Note: Users must keep in mind that ranges in here mean that ALL possible values in this interval are covered. (Sometimes, the actual commitment may be less than that: “We sell cars from 2 - 12 seats” does often not really mean that they have cars with 2,3,4,…12 seats.). Someone renting out two types of rowing boats, one that fits for 1 or 2 people, and another that must be operated by 4 people cannot claim to rent boats with a seating capacity between 1 and 4 people. He or she is offering two boat types for 1-2 and 4 persons. Compatibility with schema.org: This class is a subclass of schema.org/Quantity.

Returns:

  • (RDF::Vocabulary::Term)


112
113
114
# File 'lib/rdf/vocab/gr.rb', line 112

def QuantitativeValueInteger
  @QuantitativeValueInteger
end

#relatedWebServiceRDF::Vocabulary::Term (readonly)

The URI of a SOAP or REST Web Service from which additional information about the gr:BusinessEntity, gr:Offering, gr:PriceSpecification, or gr:ProductOrService, or any other element, can be obtained. The recommended range is xsd:anyURI i.e., the URI of a SOAP or REST Web Service. In principle, any existing or upcoming vocabulary for Web Services can be used in combination with GoodRelations, because the association between (a) the service description and (b) the GoodRelations description can be found via the Web Service URI value used with this gr:relatedWebService property.

Returns:

  • (RDF::Vocabulary::Term)


464
465
466
# File 'lib/rdf/vocab/gr.rb', line 464

def relatedWebService
  @relatedWebService
end

#RepairRDF::Vocabulary::Term (readonly)

This gr:BusinessFunction indicates that the gr:BusinessEntity offers (or seeks) the evaluation of the chances for repairing, and, if positive, repair of the specified gr:ProductOrService. Repairing means actions that restore the originally intended function of a product that suffers from outage or malfunction.

Returns:

  • (RDF::Vocabulary::Term)


648
649
650
# File 'lib/rdf/vocab/gr.rb', line 648

def Repair
  @Repair
end

#ResellerRDF::Vocabulary::Term (readonly)

The gr:BusinessEntityType representing such agents that are purchasing the scope of products included in the gr:Offering for resale on the market. Resellers are also businesses, i.e., they are officially registered with the public administration and strive for profits by their activities.

Returns:

  • (RDF::Vocabulary::Term)


652
653
654
# File 'lib/rdf/vocab/gr.rb', line 652

def Reseller
  @Reseller
end

#SaturdayRDF::Vocabulary::Term (readonly)

Saturday as a day of the week.

Returns:

  • (RDF::Vocabulary::Term)


656
657
658
# File 'lib/rdf/vocab/gr.rb', line 656

def Saturday
  @Saturday
end

#seeksRDF::Vocabulary::Term (readonly)

This links a gr:BusinessEntity to gr:Offering nodes that describe what the business entity is interested in (i.e., the buy side). If you want to express interest in offering something, use gr:offers instead. Note that this substitutes the former gr:BusinessFunction gr:Buy, which is now deprecated.

Returns:

  • (RDF::Vocabulary::Term)


468
469
470
# File 'lib/rdf/vocab/gr.rb', line 468

def seeks
  @seeks
end

#SellRDF::Vocabulary::Term (readonly)

This gr:BusinessFunction indicates that the gr:BusinessEntity offers to permanently transfer all property rights on the specified gr:ProductOrService.

Returns:

  • (RDF::Vocabulary::Term)


660
661
662
# File 'lib/rdf/vocab/gr.rb', line 660

def Sell
  @Sell
end

#serialNumberRDF::Vocabulary::Term (readonly)

The serial number or any alphanumeric identifier of a particular product. Note that serial number are unique only for the same brand or the same model, so you cannot infer from two occurrences of the same serial number that the objects to which they are attached are identical. This property can also be attached to a gr:Offering in cases where the included products are not modeled in more detail.

Returns:

  • (RDF::Vocabulary::Term)


472
473
474
# File 'lib/rdf/vocab/gr.rb', line 472

def serialNumber
  @serialNumber
end

#SomeItemsRDF::Vocabulary::Term (readonly)

A placeholder instance for unknown instances of a mass-produced commodity. This is used as a computationally cheap work-around for such instances that are not individually exposed on the Web but just stated to exist (i.e., which are existentially quantified). Example: An instance of this class can represent an anonymous set of green Siemens1234 phones. It is different from the gr:ProductOrServiceModel Siemens1234, since this refers to the make and model, and it is different from a particular instance of this make and model (e.g. my individual phone) since the latter can be sold only once. Note: This class is the new, shorter form of the former gr:ProductOrServicesSomeInstancesPlaceholder. Compatibility with schema.org: This class is (approximately) a subclass of schema.org/Product.

Returns:

  • (RDF::Vocabulary::Term)


116
117
118
# File 'lib/rdf/vocab/gr.rb', line 116

def SomeItems
  @SomeItems
end

#successorOfRDF::Vocabulary::Term (readonly)

This property indicates that the subject is a newer, often updated or improved variant of the gr:ProductOrServiceModel used as the object. Example: Golf III successorOf Golf II This relation is transitive.

Returns:

  • (RDF::Vocabulary::Term)


476
477
478
# File 'lib/rdf/vocab/gr.rb', line 476

def successorOf
  @successorOf
end

#SundayRDF::Vocabulary::Term (readonly)

Sunday as a day of the week.

Returns:

  • (RDF::Vocabulary::Term)


664
665
666
# File 'lib/rdf/vocab/gr.rb', line 664

def Sunday
  @Sunday
end

#taxIDRDF::Vocabulary::Term (readonly)

The Tax / Fiscal ID of the gr:BusinessEntity, e.g. the TIN in the US or the CIF/NIF in Spain. It is usually assigned by the country of residence

Returns:

  • (RDF::Vocabulary::Term)


480
481
482
# File 'lib/rdf/vocab/gr.rb', line 480

def taxID
  @taxID
end

#ThursdayRDF::Vocabulary::Term (readonly)

Thursday as a day of the week.

Returns:

  • (RDF::Vocabulary::Term)


668
669
670
# File 'lib/rdf/vocab/gr.rb', line 668

def Thursday
  @Thursday
end

#TuesdayRDF::Vocabulary::Term (readonly)

Tuesday as a day of the week.

Returns:

  • (RDF::Vocabulary::Term)


672
673
674
# File 'lib/rdf/vocab/gr.rb', line 672

def Tuesday
  @Tuesday
end

#TypeAndQuantityNodeRDF::Vocabulary::Term (readonly)

This class collates all the information about a gr:ProductOrService included in a bundle. If a gr:Offering contains just one item, you can directly link from the gr:Offering to the gr:ProductOrService using gr:includes. If the offering contains multiple items, use an instance of this class for each component to indicate the quantity, unit of measurement, and type of product, and link from the gr:Offering via gr:includesObject. Example: An offering may include of 100g of Butter and 1 kg of potatoes, or 1 cell phone and 2 headsets.

Returns:

  • (RDF::Vocabulary::Term)


120
121
122
# File 'lib/rdf/vocab/gr.rb', line 120

def TypeAndQuantityNode
  @TypeAndQuantityNode
end

#typeOfGoodRDF::Vocabulary::Term (readonly)

This specifies the gr:ProductOrService that the gr:TypeAndQuantityNode is referring to.

Returns:

  • (RDF::Vocabulary::Term)


484
485
486
# File 'lib/rdf/vocab/gr.rb', line 484

def typeOfGood
  @typeOfGood
end

#UnitPriceSpecificationRDF::Vocabulary::Term (readonly)

A unit price specification is a conceptual entity that specifies the price asked for a given gr:Offering by the respective gr:Business Entity. An offering may be linked to multiple unit price specifications that specify alternative prices for non-overlapping sets of conditions (e.g. quantities or sales regions) or with differing validity periods. A unit price specification is characterized by (1) the lower and upper limits and the unit of measurement of the eligible quantity, (2) by a monetary amount per unit of the product or service, and (3) whether this prices includes local sales taxes, namely VAT. Example: The price, including VAT, for 1 kg of a given material is 5 Euros per kg for 0 - 5 kg and 4 Euros for quantities above 5 kg. The eligible quantity interval for a given price is specified using the object property gr:hasEligibleQuantity, which points to an instance of gr:QuantitativeValue. The currency is specified using the gr:hasCurrency property, which points to an ISO 4217 currency code. The unit of measurement for the eligible quantity is specified using the gr:hasUnitOfMeasurement datatype property, which points to an UN/CEFACT Common Code (3 characters). In most cases, the appropriate unit of measurement is the UN/CEFACT Common Code “C62” for “Unit or piece”, since a gr:Offering is defined by the quantity and unit of measurement of all items included (e.g. “1 kg of bananas plus a 2 kg of apples”). As long at the offering consists of only one item, it is also possible to use an unit of measurement of choice for specifying the price per unit. For bundles, however, only “C62” for “Unit or piece” is a valid unit of measurement. You can assume that the price is given per unit or piece if there is no gr:hasUnitOfMeasurement property attached to the price. Whether VAT and sales taxes are included in this price is specified using the property gr:valueAddedTaxIncluded (xsd:boolean). The price per unit of measurement is specified as a float value of the gr:hasCurrencyValue property. The currency is specified via the gr:hasCurrency datatype property. Whether the price includes VAT or not is indicated by the gr:valueAddedTaxIncluded datatype property. The property priceType can be used to indicate that the price is a retail price recommendation only (i.e. a list price). If the price can only be given as a range, use gr:hasMaxCurrencyValue and gr:hasMinCurrencyValue for the upper and lower bounds. Important: When querying for the price, always use gr:hasMaxCurrencyValue and gr:hasMinCurrencyValue. Note 1: Due to the complexity of pricing scenarios in various industries, it may be necessary to create extensions of this fundamental model of price specifications. Such can be done easily by importing and refining the GoodRelations ontology. Note 2: For Google, attaching a gr:validThrough statement to a gr:UnitPriceSpecification is mandatory.

Returns:

  • (RDF::Vocabulary::Term)


124
125
126
# File 'lib/rdf/vocab/gr.rb', line 124

def UnitPriceSpecification
  @UnitPriceSpecification
end

#UPSRDF::Vocabulary::Term (readonly)

Delivery via the parcel service UPS.

Returns:

  • (RDF::Vocabulary::Term)


676
677
678
# File 'lib/rdf/vocab/gr.rb', line 676

def UPS
  @UPS
end

#validFromRDF::Vocabulary::Term (readonly)

This property specifies the beginning of the validity of the gr:Offering, gr:PriceSpecification, gr:License, or gr:OpeningHoursSpecification. A time-zone should be specified. For a time in GMT/UTC, simply add a “Z” following the time: 2008-05-30T09:30:10Z. Alternatively, you can specify an offset from the UTC time by adding a positive or negative time following the time: 2008-05-30T09:30:10-09:00 or 2008-05-30T09:30:10+09:00. Note: If multiple contradicting instances of a gr:Offering, gr:PriceSpecification, or gr:OpeningHoursSpecification exist, it is a good heuristics to assume that 1. Information with validity information for the respective period of time ranks higher than information without validity information. 2. Among conflicting nodes both having validity information, the one with the shorter validity span ranks higher.

Returns:

  • (RDF::Vocabulary::Term)


488
489
490
# File 'lib/rdf/vocab/gr.rb', line 488

def validFrom
  @validFrom
end

#validThroughRDF::Vocabulary::Term (readonly)

This property specifies the end of the validity of the gr:Offering, gr:PriceSpecification, gr:License, or gr:OpeningHoursSpecification. A time-zone should be specified. For a time in GMT/UTC, simply add a “Z” following the time: 2008-05-30T09:30:10Z. Alternatively, you can specify an offset from the UTC time by adding a positive or negative time following the time: 2008-05-30T09:30:10-09:00 or 2008-05-30T09:30:10+09:00. Note 1: If multiple contradicting instances of a gr:Offering, gr:PriceSpecification, or gr:OpeningHoursSpecification exist, it is a good heuristics to assume that 1. Information with validity information for the respective period of time ranks higher than information without validity information. 2. Among conflicting nodes both having validity information, the one with the shorter validity span ranks higher. Note 2: For Google, attaching a gr:validThrough statement to a gr:UnitPriceSpecification is mandatory.

Returns:

  • (RDF::Vocabulary::Term)


492
493
494
# File 'lib/rdf/vocab/gr.rb', line 492

def validThrough
  @validThrough
end

#valueAddedTaxIncludedRDF::Vocabulary::Term (readonly)

This property specifies whether the applicable value-added tax (VAT) is included in the price of the gr:PriceSpecification or not. Note: This is a simple representation which may not properly reflect all details of local taxation.

Returns:

  • (RDF::Vocabulary::Term)


496
497
498
# File 'lib/rdf/vocab/gr.rb', line 496

def valueAddedTaxIncluded
  @valueAddedTaxIncluded
end

#valueReferenceRDF::Vocabulary::Term (readonly)

The superclass of properties that link a gr:QuantitativeValue or a gr:QualitativeValue to a second gr:QuantitativeValue or a gr:QualitativeValue that provides additional information on the original value. A good modeling practice is to define specializations of this property (e.g. foo:referenceTemperature) for your particular domain.

Returns:

  • (RDF::Vocabulary::Term)


500
501
502
# File 'lib/rdf/vocab/gr.rb', line 500

def valueReference
  @valueReference
end

#vatIDRDF::Vocabulary::Term (readonly)

The Value-added Tax ID of the gr:BusinessEntity. See en.wikipedia.org/wiki/Value_added_tax_identification_number for details.

Returns:

  • (RDF::Vocabulary::Term)


504
505
506
# File 'lib/rdf/vocab/gr.rb', line 504

def vatID
  @vatID
end

#VISARDF::Vocabulary::Term (readonly)

Payment by credit or debit cards issued by the VISA network.

Returns:

  • (RDF::Vocabulary::Term)


680
681
682
# File 'lib/rdf/vocab/gr.rb', line 680

def VISA
  @VISA
end

#WarrantyPromiseRDF::Vocabulary::Term (readonly)

This is a conceptual entity that holds together all aspects of the n-ary relation gr:hasWarrantyPromise. A Warranty promise is an entity representing the duration and scope of services that will be provided to a customer free of charge in case of a defect or malfunction of the gr:ProductOrService. A warranty promise is characterized by its temporal duration (usually starting with the date of purchase) and its gr:WarrantyScope. The warranty scope represents the types of services provided (e.g. labor and parts, just parts) of the warranty included in an gr:Offering. The actual services may be provided by the gr:BusinessEntity making the offering, by the manufacturer of the product, or by a third party. There may be multiple warranty promises associated with a particular offering, which differ in duration and scope (e.g. pick-up service during the first 12 months, just parts and labor for 36 months). Examples: 12 months parts and labor, 36 months parts

Returns:

  • (RDF::Vocabulary::Term)


128
129
130
# File 'lib/rdf/vocab/gr.rb', line 128

def WarrantyPromise
  @WarrantyPromise
end

#WarrantyScopeRDF::Vocabulary::Term (readonly)

The warranty scope represents types of services that will be provided free of charge by the vendor or manufacturer in the case of a defect (e.g. labor and parts, just parts), as part of the warranty included in an gr:Offering. The actual services may be provided by the gr:BusinessEntity making the offering, by the manufacturer of the product, or by a third party. Examples: Parts and Labor, Parts

Returns:

  • (RDF::Vocabulary::Term)


132
133
134
# File 'lib/rdf/vocab/gr.rb', line 132

def WarrantyScope
  @WarrantyScope
end

#WednesdayRDF::Vocabulary::Term (readonly)

Wednesday as a day of the week.

Returns:

  • (RDF::Vocabulary::Term)


684
685
686
# File 'lib/rdf/vocab/gr.rb', line 684

def Wednesday
  @Wednesday
end

#weightRDF::Vocabulary::Term (readonly)

The weight of the gr:ProductOrService. Typical unit code(s): GRM for gram, KGM for kilogram, LBR for pound

Returns:

  • (RDF::Vocabulary::Term)


508
509
510
# File 'lib/rdf/vocab/gr.rb', line 508

def weight
  @weight
end

#widthRDF::Vocabulary::Term (readonly)

The width of the gr:ProductOrService. Typical unit code(s): CMT for centimeters, INH for inches

Returns:

  • (RDF::Vocabulary::Term)


512
513
514
# File 'lib/rdf/vocab/gr.rb', line 512

def width
  @width
end