rdf-vocab 3.1.2 → 3.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +69 -45
  4. data/VERSION +1 -1
  5. data/lib/rdf/vocab.rb +60 -40
  6. data/lib/rdf/vocab/acl.rb +104 -61
  7. data/lib/rdf/vocab/as.rb +556 -91
  8. data/lib/rdf/vocab/bf2.rb +1791 -475
  9. data/lib/rdf/vocab/bibframe.rb +1 -2
  10. data/lib/rdf/vocab/bibo.rb +616 -124
  11. data/lib/rdf/vocab/cc.rb +125 -48
  12. data/lib/rdf/vocab/cert.rb +68 -1
  13. data/lib/rdf/vocab/cnt.rb +79 -1
  14. data/lib/rdf/vocab/crm.rb +1543 -776
  15. data/lib/rdf/vocab/datacite.rb +1 -1
  16. data/lib/rdf/vocab/dbo.rb +10463 -1
  17. data/lib/rdf/vocab/dc.rb +485 -99
  18. data/lib/rdf/vocab/dc11.rb +93 -31
  19. data/lib/rdf/vocab/dcat.rb +236 -88
  20. data/lib/rdf/vocab/dcmitype.rb +63 -13
  21. data/lib/rdf/vocab/disco.rb +286 -59
  22. data/lib/rdf/vocab/doap.rb +175 -1
  23. data/lib/rdf/vocab/dwc.rb +941 -189
  24. data/lib/rdf/vocab/earl.rb +324 -0
  25. data/lib/rdf/vocab/ebucore.rb +7255 -2184
  26. data/lib/rdf/vocab/edm.rb +202 -76
  27. data/lib/rdf/vocab/exif.rb +650 -1
  28. data/lib/rdf/vocab/extensions.rb +257 -203
  29. data/lib/rdf/vocab/fcrepo4.rb +398 -22
  30. data/lib/rdf/vocab/foaf.rb +380 -76
  31. data/lib/rdf/vocab/geo.rb +47 -110
  32. data/lib/rdf/vocab/geojson.rb +82 -17
  33. data/lib/rdf/vocab/geonames.rb +1508 -1351
  34. data/lib/rdf/vocab/gr.rb +861 -565
  35. data/lib/rdf/vocab/gs1.rb +1597 -1
  36. data/lib/rdf/vocab/ht.rb +204 -41
  37. data/lib/rdf/vocab/hydra.rb +335 -60
  38. data/lib/rdf/vocab/iana.rb +301 -114
  39. data/lib/rdf/vocab/ical.rb +534 -121
  40. data/lib/rdf/vocab/identifiers.rb +459 -499
  41. data/lib/rdf/vocab/iiif.rb +161 -26
  42. data/lib/rdf/vocab/jsonld.rb +179 -53
  43. data/lib/rdf/vocab/ldp.rb +130 -1
  44. data/lib/rdf/vocab/lrmi.rb +85 -17
  45. data/lib/rdf/vocab/ma.rb +460 -80
  46. data/lib/rdf/vocab/mads.rb +610 -22
  47. data/lib/rdf/vocab/{marc_relators.rb → marcrelators.rb} +813 -4
  48. data/lib/rdf/vocab/mo.rb +1115 -540
  49. data/lib/rdf/vocab/mods.rb +635 -124
  50. data/lib/rdf/vocab/nfo.rb +1 -1
  51. data/lib/rdf/vocab/oa.rb +343 -73
  52. data/lib/rdf/vocab/og.rb +100 -1
  53. data/lib/rdf/vocab/ogc.rb +42 -9
  54. data/lib/rdf/vocab/ore.rb +69 -14
  55. data/lib/rdf/vocab/org.rb +235 -47
  56. data/lib/rdf/vocab/pcdm.rb +58 -34
  57. data/lib/rdf/vocab/pplan.rb +21 -136
  58. data/lib/rdf/vocab/premis.rb +1171 -779
  59. data/lib/rdf/vocab/{premis_event_type.rb → premiseventtype.rb} +156 -2
  60. data/lib/rdf/vocab/prov.rb +700 -107
  61. data/lib/rdf/vocab/ptr.rb +172 -37
  62. data/lib/rdf/vocab/rightsstatements.rb +17 -13
  63. data/lib/rdf/vocab/rsa.rb +30 -1
  64. data/lib/rdf/vocab/rss.rb +52 -11
  65. data/lib/rdf/vocab/schema.rb +14970 -3993
  66. data/lib/rdf/vocab/schemas.rb +27066 -0
  67. data/lib/rdf/vocab/sd.rb +372 -0
  68. data/lib/rdf/vocab/sh.rb +919 -184
  69. data/lib/rdf/vocab/sioc.rb +498 -98
  70. data/lib/rdf/vocab/{sioc_services.rb → siocservices.rb} +46 -9
  71. data/lib/rdf/vocab/sioctypes.rb +434 -0
  72. data/lib/rdf/vocab/skos.rb +160 -44
  73. data/lib/rdf/vocab/skosxl.rb +40 -11
  74. data/lib/rdf/vocab/v.rb +323 -37
  75. data/lib/rdf/vocab/vcard.rb +625 -119
  76. data/lib/rdf/vocab/vmd.rb +323 -37
  77. data/lib/rdf/vocab/void.rb +147 -27
  78. data/lib/rdf/vocab/vs.rb +23 -5
  79. data/lib/rdf/vocab/wdrs.rb +112 -23
  80. data/lib/rdf/vocab/wot.rb +96 -19
  81. data/lib/rdf/vocab/xhtml.rb +2 -1
  82. data/lib/rdf/vocab/xhv.rb +422 -201
  83. data/lib/rdf/vocab/xkos.rb +156 -7
  84. data/spec/extensions_spec.rb +68 -0
  85. data/spec/vocab_spec.rb +10 -0
  86. metadata +20 -11
  87. data/lib/rdf/vocab/sioct.rb +0 -277
@@ -5,25 +5,696 @@ require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
7
7
  # # Vocabulary for <http://purl.org/goodrelations/v1#>
8
+ # #
9
+ # # The GoodRelations Vocabulary for Semantic Web-based E-Commerce
10
+ # #
11
+ # # GoodRelations Ontology
12
+ # #
13
+ # # 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 http://purl.org/goodrelations/ Note: The base URI of GoodRelations is http://purl.org/goodrelations/v1. Please make sure you are only using element identifiers in this namespace, e.g. http://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 http://www.heppnetz.de/publications/
14
+ # # @version V 1.0, Release 2011-10-01
8
15
  # class GR < RDF::StrictVocabulary
16
+ # # DEPRECATED - This class is superseded by gr:Individual. Replace all occurrences of gr:ActualProductOrServiceInstance by gr:Individual, if possible.
17
+ # # @return [RDF::Vocabulary::Term]
18
+ # attr_reader :ActualProductOrServiceInstance
19
+ #
20
+ # # 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 http://en.wikipedia.org/wiki/Brand)
21
+ # # @return [RDF::Vocabulary::Term]
22
+ # attr_reader :Brand
23
+ #
24
+ # # 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 http://schema.org/Person and http://schema.org/Organization.
25
+ # # @return [RDF::Vocabulary::Term]
26
+ # attr_reader :BusinessEntity
27
+ #
28
+ # # 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
29
+ # # @return [RDF::Vocabulary::Term]
30
+ # attr_reader :BusinessEntityType
31
+ #
32
+ # # 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.
33
+ # # @return [RDF::Vocabulary::Term]
34
+ # attr_reader :BusinessFunction
35
+ #
36
+ # # The day of the week, used to specify to which day the opening hours of a gr:OpeningHoursSpecification refer. Examples: Monday, Tuesday, Wednesday,...
37
+ # # @return [RDF::Vocabulary::Term]
38
+ # attr_reader :DayOfWeek
39
+ #
40
+ # # 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.
41
+ # # @return [RDF::Vocabulary::Term]
42
+ # attr_reader :DeliveryChargeSpecification
43
+ #
44
+ # # 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
45
+ # # @return [RDF::Vocabulary::Term]
46
+ # attr_reader :DeliveryMethod
47
+ #
48
+ # # A private parcel service as the delivery mode available for a certain offering. Examples: UPS, DHL
49
+ # # @return [RDF::Vocabulary::Term]
50
+ # attr_reader :DeliveryModeParcelService
51
+ #
52
+ # # 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 http://schema.org/Product.
53
+ # # @return [RDF::Vocabulary::Term]
54
+ # attr_reader :Individual
55
+ #
56
+ # # 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.
57
+ # # @return [RDF::Vocabulary::Term]
58
+ # attr_reader :License
59
+ #
60
+ # # 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 http://schema.org/Place.
61
+ # # @return [RDF::Vocabulary::Term]
62
+ # attr_reader :Location
63
+ #
64
+ # # DEPRECATED - This class is superseded by gr:Location. Replace all occurrences of gr:LocationOfSalesOrServiceProvisioning by gr:Location, if possible.
65
+ # # @return [RDF::Vocabulary::Term]
66
+ # attr_reader :LocationOfSalesOrServiceProvisioning
67
+ #
68
+ # # 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 http://schema.org/Offer, since gr:Offering can also represent demand.
69
+ # # @return [RDF::Vocabulary::Term]
70
+ # attr_reader :Offering
71
+ #
72
+ # # This is a conceptual entity that holds together all information about the opening hours on a given day (gr:DayOfWeek).
73
+ # # @return [RDF::Vocabulary::Term]
74
+ # attr_reader :OpeningHoursSpecification
75
+ #
76
+ # # 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.
77
+ # # @return [RDF::Vocabulary::Term]
78
+ # attr_reader :PaymentChargeSpecification
79
+ #
80
+ # # 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.
81
+ # # @return [RDF::Vocabulary::Term]
82
+ # attr_reader :PaymentMethod
83
+ #
84
+ # # 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.
85
+ # # @return [RDF::Vocabulary::Term]
86
+ # attr_reader :PaymentMethodCreditCard
87
+ #
88
+ # # The superclass of all price specifications.
89
+ # # @return [RDF::Vocabulary::Term]
90
+ # attr_reader :PriceSpecification
91
+ #
92
+ # # 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 http://www.productontology.org. Compatibility with schema.org: This class is (approximately) equivalent to http://schema.org/Product.
93
+ # # @return [RDF::Vocabulary::Term]
94
+ # attr_reader :ProductOrService
95
+ #
96
+ # # 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 http://wiki.goodrelations-vocabulary.org/Axioms for respective rule sets. Compatibility with schema.org: This class is (approximately) a subclass of http://schema.org/Product.
97
+ # # @return [RDF::Vocabulary::Term]
98
+ # attr_reader :ProductOrServiceModel
99
+ #
100
+ # # DEPRECATED - This class is superseded by gr:SomeItems. Replace all occurrences of gr:ProductOrServicesSomeInstancesPlaceholder by gr:SomeItems, if possible.
101
+ # # @return [RDF::Vocabulary::Term]
102
+ # attr_reader :ProductOrServicesSomeInstancesPlaceholder
103
+ #
104
+ # # 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 http://schema.org/Enumeration.
105
+ # # @return [RDF::Vocabulary::Term]
106
+ # attr_reader :QualitativeValue
107
+ #
108
+ # # 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 http://schema.org/Quantity.
109
+ # # @return [RDF::Vocabulary::Term]
110
+ # attr_reader :QuantitativeValue
111
+ #
112
+ # # 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 http://schema.org/Quantity.
113
+ # # @return [RDF::Vocabulary::Term]
114
+ # attr_reader :QuantitativeValueFloat
115
+ #
116
+ # # 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 http://schema.org/Quantity.
117
+ # # @return [RDF::Vocabulary::Term]
118
+ # attr_reader :QuantitativeValueInteger
119
+ #
120
+ # # 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 http://schema.org/Product.
121
+ # # @return [RDF::Vocabulary::Term]
122
+ # attr_reader :SomeItems
123
+ #
124
+ # # 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.
125
+ # # @return [RDF::Vocabulary::Term]
126
+ # attr_reader :TypeAndQuantityNode
127
+ #
128
+ # # 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.
129
+ # # @return [RDF::Vocabulary::Term]
130
+ # attr_reader :UnitPriceSpecification
131
+ #
132
+ # # 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
133
+ # # @return [RDF::Vocabulary::Term]
134
+ # attr_reader :WarrantyPromise
135
+ #
136
+ # # 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
137
+ # # @return [RDF::Vocabulary::Term]
138
+ # attr_reader :WarrantyScope
139
+ #
140
+ # # The gr:PaymentMethod or methods accepted by the gr:BusinessEntity for the given gr:Offering.
141
+ # # @return [RDF::Vocabulary::Term]
142
+ # attr_reader :acceptedPaymentMethods
143
+ #
144
+ # # 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.
145
+ # # @return [RDF::Vocabulary::Term]
146
+ # attr_reader :addOn
147
+ #
148
+ # # 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.
149
+ # # @return [RDF::Vocabulary::Term]
150
+ # attr_reader :advanceBookingRequirement
151
+ #
152
+ # # 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.
153
+ # # @return [RDF::Vocabulary::Term]
154
+ # attr_reader :amountOfThisGood
155
+ #
156
+ # # This property specifies the gr:DeliveryMethod to which the gr:DeliveryChargeSpecification applies.
157
+ # # @return [RDF::Vocabulary::Term]
158
+ # attr_reader :appliesToDeliveryMethod
159
+ #
160
+ # # This property specifies the gr:PaymentMethod to which the gr:PaymentChargeSpecification applies.
161
+ # # @return [RDF::Vocabulary::Term]
162
+ # attr_reader :appliesToPaymentMethod
163
+ #
164
+ # # 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.
165
+ # # @return [RDF::Vocabulary::Term]
166
+ # attr_reader :availabilityEnds
167
+ #
168
+ # # 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.
169
+ # # @return [RDF::Vocabulary::Term]
170
+ # attr_reader :availabilityStarts
171
+ #
172
+ # # This states that a particular gr:Offering is available at or from the given gr:Location (e.g. shop or branch).
173
+ # # @return [RDF::Vocabulary::Term]
174
+ # attr_reader :availableAtOrFrom
175
+ #
176
+ # # This specifies the gr:DeliveryMethod or methods available for a given gr:Offering.
177
+ # # @return [RDF::Vocabulary::Term]
178
+ # attr_reader :availableDeliveryMethods
179
+ #
180
+ # # 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.
181
+ # # @return [RDF::Vocabulary::Term]
182
+ # attr_reader :billingIncrement
183
+ #
184
+ # # 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"
185
+ # # @return [RDF::Vocabulary::Term]
186
+ # attr_reader :category
187
+ #
188
+ # # 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.
189
+ # # @return [RDF::Vocabulary::Term]
190
+ # attr_reader :closes
191
+ #
192
+ # # The color of the product.
193
+ # # @return [RDF::Vocabulary::Term]
194
+ # attr_reader :color
195
+ #
196
+ # # 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)
197
+ # # @return [RDF::Vocabulary::Term]
198
+ # attr_reader :condition
199
+ #
200
+ # # 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.
201
+ # # @return [RDF::Vocabulary::Term]
202
+ # attr_reader :datatypeProductOrServiceProperty
203
+ #
204
+ # # 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).
205
+ # # @return [RDF::Vocabulary::Term]
206
+ # attr_reader :deliveryLeadTime
207
+ #
208
+ # # The depth of the product. Typical unit code(s): CMT for centimeters, INH for inches
209
+ # # @return [RDF::Vocabulary::Term]
210
+ # attr_reader :depth
211
+ #
212
+ # # 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.
213
+ # # @return [RDF::Vocabulary::Term]
214
+ # attr_reader :description
215
+ #
216
+ # # 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.
217
+ # # @return [RDF::Vocabulary::Term]
218
+ # attr_reader :displayPosition
219
+ #
220
+ # # This property specifies the duration of the gr:WarrantyPromise in months.
221
+ # # @return [RDF::Vocabulary::Term]
222
+ # attr_reader :durationOfWarrantyInMonths
223
+ #
224
+ # # The types of customers (gr:BusinessEntityType) for which the given gr:Offering is valid.
225
+ # # @return [RDF::Vocabulary::Term]
226
+ # attr_reader :eligibleCustomerTypes
227
+ #
228
+ # # 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.
229
+ # # @return [RDF::Vocabulary::Term]
230
+ # attr_reader :eligibleDuration
231
+ #
232
+ # # 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!
233
+ # # @return [RDF::Vocabulary::Term]
234
+ # attr_reader :eligibleRegions
235
+ #
236
+ # # 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).
237
+ # # @return [RDF::Vocabulary::Term]
238
+ # attr_reader :eligibleTransactionVolume
239
+ #
240
+ # # This ordering relation for qualitative values indicates that the subject is equal to the object.
241
+ # # @return [RDF::Vocabulary::Term]
242
+ # attr_reader :equal
243
+ #
244
+ # # This ordering relation for qualitative values indicates that the subject is greater than the object.
245
+ # # @return [RDF::Vocabulary::Term]
246
+ # attr_reader :greater
247
+ #
248
+ # # This ordering relation for qualitative values indicates that the subject is greater than or equal to the object.
249
+ # # @return [RDF::Vocabulary::Term]
250
+ # attr_reader :greaterOrEqual
251
+ #
252
+ # # This specifies the brand or brands (gr:Brand) associated with a gr:ProductOrService, or the brand or brands maintained by a gr:BusinessEntity.
253
+ # # @return [RDF::Vocabulary::Term]
254
+ # attr_reader :hasBrand
255
+ #
256
+ # # 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.
257
+ # # @return [RDF::Vocabulary::Term]
258
+ # attr_reader :hasBusinessFunction
259
+ #
260
+ # # The currency for all prices in the gr:PriceSpecification given using the ISO 4217 standard (3 characters).
261
+ # # @return [RDF::Vocabulary::Term]
262
+ # attr_reader :hasCurrency
263
+ #
264
+ # # 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.
265
+ # # @return [RDF::Vocabulary::Term]
266
+ # attr_reader :hasCurrencyValue
267
+ #
268
+ # # 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).
269
+ # # @return [RDF::Vocabulary::Term]
270
+ # attr_reader :hasDUNS
271
+ #
272
+ # # 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.
273
+ # # @return [RDF::Vocabulary::Term]
274
+ # attr_reader :hasEligibleQuantity
275
+ #
276
+ # # 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.
277
+ # # @return [RDF::Vocabulary::Term]
278
+ # attr_reader :hasGlobalLocationNumber
279
+ #
280
+ # # The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular gr:BusinessEntity or gr:Location. See http://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.
281
+ # # @return [RDF::Vocabulary::Term]
282
+ # attr_reader :hasISICv4
283
+ #
284
+ # # 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.
285
+ # # @return [RDF::Vocabulary::Term]
286
+ # attr_reader :hasInventoryLevel
287
+ #
288
+ # # 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 http://en.wikipedia.org/wiki/Part_number
289
+ # # @return [RDF::Vocabulary::Term]
290
+ # attr_reader :hasMPN
291
+ #
292
+ # # 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.
293
+ # # @return [RDF::Vocabulary::Term]
294
+ # attr_reader :hasMakeAndModel
295
+ #
296
+ # # This object property links a gr:ProductOrService to the gr:BusinessEntity that produces it. Mostly used with gr:ProductOrServiceModel.
297
+ # # @return [RDF::Vocabulary::Term]
298
+ # attr_reader :hasManufacturer
299
+ #
300
+ # # 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.
301
+ # # @return [RDF::Vocabulary::Term]
302
+ # attr_reader :hasMaxCurrencyValue
303
+ #
304
+ # # This property captures the upper limit of a gr:QuantitativeValue instance.
305
+ # # @return [RDF::Vocabulary::Term]
306
+ # attr_reader :hasMaxValue
307
+ #
308
+ # # This property captures the upper limit of a gr:QuantitativeValueFloat instance.
309
+ # # @return [RDF::Vocabulary::Term]
310
+ # attr_reader :hasMaxValueFloat
311
+ #
312
+ # # This property captures the upper limit of a gr:QuantitativeValueInteger instance.
313
+ # # @return [RDF::Vocabulary::Term]
314
+ # attr_reader :hasMaxValueInteger
315
+ #
316
+ # # 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.
317
+ # # @return [RDF::Vocabulary::Term]
318
+ # attr_reader :hasMinCurrencyValue
319
+ #
320
+ # # This property captures the lower limit of a gr:QuantitativeValue instance.
321
+ # # @return [RDF::Vocabulary::Term]
322
+ # attr_reader :hasMinValue
323
+ #
324
+ # # This property captures the lower limit of a gr:QuantitativeValueFloat instance.
325
+ # # @return [RDF::Vocabulary::Term]
326
+ # attr_reader :hasMinValueFloat
327
+ #
328
+ # # This property captures the lower limit of a gr:QuantitativeValueInteger instance.
329
+ # # @return [RDF::Vocabulary::Term]
330
+ # attr_reader :hasMinValueInteger
331
+ #
332
+ # # The North American Industry Classification System (NAICS) code for a particular gr:BusinessEntity. See http://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.
333
+ # # @return [RDF::Vocabulary::Term]
334
+ # attr_reader :hasNAICS
335
+ #
336
+ # # 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.
337
+ # # @return [RDF::Vocabulary::Term]
338
+ # attr_reader :hasNext
339
+ #
340
+ # # 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.
341
+ # # @return [RDF::Vocabulary::Term]
342
+ # attr_reader :hasOpeningHoursDayOfWeek
343
+ #
344
+ # # This property links a gr:Location to a gr:OpeningHoursSpecification.
345
+ # # @return [RDF::Vocabulary::Term]
346
+ # attr_reader :hasOpeningHoursSpecification
347
+ #
348
+ # # 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.
349
+ # # @return [RDF::Vocabulary::Term]
350
+ # attr_reader :hasPOS
351
+ #
352
+ # # 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.
353
+ # # @return [RDF::Vocabulary::Term]
354
+ # attr_reader :hasPrevious
355
+ #
356
+ # # 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.
357
+ # # @return [RDF::Vocabulary::Term]
358
+ # attr_reader :hasPriceSpecification
359
+ #
360
+ # # 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 http://en.wikipedia.org/wiki/Stock_Keeping_Unit.
361
+ # # @return [RDF::Vocabulary::Term]
362
+ # attr_reader :hasStockKeepingUnit
363
+ #
364
+ # # The unit of measurement for a gr:QuantitativeValue, a gr:UnitPriceSpecification, or a gr:TypeAndQuantityNode given using the UN/CEFACT Common Code (3 characters).
365
+ # # @return [RDF::Vocabulary::Term]
366
+ # attr_reader :hasUnitOfMeasurement
367
+ #
368
+ # # 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.
369
+ # # @return [RDF::Vocabulary::Term]
370
+ # attr_reader :hasValue
371
+ #
372
+ # # 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.
373
+ # # @return [RDF::Vocabulary::Term]
374
+ # attr_reader :hasValueFloat
375
+ #
376
+ # # 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.
377
+ # # @return [RDF::Vocabulary::Term]
378
+ # attr_reader :hasValueInteger
379
+ #
380
+ # # This specifies the gr:WarrantyPromise made by the gr:BusinessEntity for the given gr:Offering.
381
+ # # @return [RDF::Vocabulary::Term]
382
+ # attr_reader :hasWarrantyPromise
383
+ #
384
+ # # This states the gr:WarrantyScope of a given gr:WarrantyPromise.
385
+ # # @return [RDF::Vocabulary::Term]
386
+ # attr_reader :hasWarrantyScope
387
+ #
388
+ # # The height of the product. Typical unit code(s): CMT for centimeters, INH for inches
389
+ # # @return [RDF::Vocabulary::Term]
390
+ # attr_reader :height
391
+ #
392
+ # # 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.
393
+ # # @return [RDF::Vocabulary::Term]
394
+ # attr_reader :includes
395
+ #
396
+ # # 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.
397
+ # # @return [RDF::Vocabulary::Term]
398
+ # attr_reader :includesObject
399
+ #
400
+ # # This states that a particular gr:ProductOrService is an accessory or spare part for another product or service.
401
+ # # @return [RDF::Vocabulary::Term]
402
+ # attr_reader :isAccessoryOrSparePartFor
403
+ #
404
+ # # This states that a particular gr:ProductOrService is a consumable for another product or service.
405
+ # # @return [RDF::Vocabulary::Term]
406
+ # attr_reader :isConsumableFor
407
+ #
408
+ # # 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.
409
+ # # @return [RDF::Vocabulary::Term]
410
+ # attr_reader :isListPrice
411
+ #
412
+ # # 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.
413
+ # # @return [RDF::Vocabulary::Term]
414
+ # attr_reader :isSimilarTo
415
+ #
416
+ # # 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
417
+ # # @return [RDF::Vocabulary::Term]
418
+ # attr_reader :isVariantOf
419
+ #
420
+ # # The legal name of the gr:BusinessEntity.
421
+ # # @return [RDF::Vocabulary::Term]
422
+ # attr_reader :legalName
423
+ #
424
+ # # This ordering relation for gr:QualitativeValue pairs indicates that the subject is lesser than the object.
425
+ # # @return [RDF::Vocabulary::Term]
426
+ # attr_reader :lesser
427
+ #
428
+ # # This ordering relation for gr:QualitativeValue pairs indicates that the subject is lesser than or equal to the object.
429
+ # # @return [RDF::Vocabulary::Term]
430
+ # attr_reader :lesserOrEqual
431
+ #
432
+ # # 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.
433
+ # # @return [RDF::Vocabulary::Term]
434
+ # attr_reader :name
435
+ #
436
+ # # This ordering relation for gr:QualitativeValue pairs indicates that the subject is not equal to the object.
437
+ # # @return [RDF::Vocabulary::Term]
438
+ # attr_reader :nonEqual
439
+ #
440
+ # # 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.
441
+ # # @return [RDF::Vocabulary::Term]
442
+ # attr_reader :offers
443
+ #
444
+ # # 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.
445
+ # # @return [RDF::Vocabulary::Term]
446
+ # attr_reader :opens
447
+ #
448
+ # # 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.
449
+ # # @return [RDF::Vocabulary::Term]
450
+ # attr_reader :owns
451
+ #
452
+ # # 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.
453
+ # # @return [RDF::Vocabulary::Term]
454
+ # attr_reader :predecessorOf
455
+ #
456
+ # # 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.
457
+ # # @return [RDF::Vocabulary::Term]
458
+ # attr_reader :priceType
459
+ #
460
+ # # 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.
461
+ # # @return [RDF::Vocabulary::Term]
462
+ # attr_reader :qualitativeProductOrServiceProperty
463
+ #
464
+ # # 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.
465
+ # # @return [RDF::Vocabulary::Term]
466
+ # attr_reader :quantitativeProductOrServiceProperty
467
+ #
468
+ # # 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.
469
+ # # @return [RDF::Vocabulary::Term]
470
+ # attr_reader :relatedWebService
471
+ #
472
+ # # 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.
473
+ # # @return [RDF::Vocabulary::Term]
474
+ # attr_reader :seeks
475
+ #
476
+ # # 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.
477
+ # # @return [RDF::Vocabulary::Term]
478
+ # attr_reader :serialNumber
479
+ #
480
+ # # 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.
481
+ # # @return [RDF::Vocabulary::Term]
482
+ # attr_reader :successorOf
483
+ #
484
+ # # 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
485
+ # # @return [RDF::Vocabulary::Term]
486
+ # attr_reader :taxID
487
+ #
488
+ # # This specifies the gr:ProductOrService that the gr:TypeAndQuantityNode is referring to.
489
+ # # @return [RDF::Vocabulary::Term]
490
+ # attr_reader :typeOfGood
491
+ #
492
+ # # 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.
493
+ # # @return [RDF::Vocabulary::Term]
494
+ # attr_reader :validFrom
495
+ #
496
+ # # 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.
497
+ # # @return [RDF::Vocabulary::Term]
498
+ # attr_reader :validThrough
499
+ #
500
+ # # 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.
501
+ # # @return [RDF::Vocabulary::Term]
502
+ # attr_reader :valueAddedTaxIncluded
503
+ #
504
+ # # 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.
505
+ # # @return [RDF::Vocabulary::Term]
506
+ # attr_reader :valueReference
507
+ #
508
+ # # The Value-added Tax ID of the gr:BusinessEntity. See http://en.wikipedia.org/wiki/Value_added_tax_identification_number for details.
509
+ # # @return [RDF::Vocabulary::Term]
510
+ # attr_reader :vatID
511
+ #
512
+ # # The weight of the gr:ProductOrService. Typical unit code(s): GRM for gram, KGM for kilogram, LBR for pound
513
+ # # @return [RDF::Vocabulary::Term]
514
+ # attr_reader :weight
515
+ #
516
+ # # The width of the gr:ProductOrService. Typical unit code(s): CMT for centimeters, INH for inches
517
+ # # @return [RDF::Vocabulary::Term]
518
+ # attr_reader :width
519
+ #
520
+ # # Payment by credit or debit cards issued by the American Express network.
521
+ # # @return [RDF::Vocabulary::Term]
522
+ # attr_reader :AmericanExpress
523
+ #
524
+ # # 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.
525
+ # # @return [RDF::Vocabulary::Term]
526
+ # attr_reader :Business
527
+ #
528
+ # # This gr:BusinessFunction indicates that the gr:BusinessEntity is in general interested in purchasing the specified gr:ProductOrService. DEPRECATED. Use gr:seeks instead.
529
+ # # @return [RDF::Vocabulary::Term]
530
+ # attr_reader :Buy
531
+ #
532
+ # # 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.
533
+ # # @return [RDF::Vocabulary::Term]
534
+ # attr_reader :ByBankTransferInAdvance
535
+ #
536
+ # # 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.
537
+ # # @return [RDF::Vocabulary::Term]
538
+ # attr_reader :ByInvoice
539
+ #
540
+ # # 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.
541
+ # # @return [RDF::Vocabulary::Term]
542
+ # attr_reader :COD
543
+ #
544
+ # # Payment by cash upon delivery or pickup.
545
+ # # @return [RDF::Vocabulary::Term]
546
+ # attr_reader :Cash
547
+ #
548
+ # # 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.
549
+ # # @return [RDF::Vocabulary::Term]
550
+ # attr_reader :CheckInAdvance
551
+ #
552
+ # # 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.
553
+ # # @return [RDF::Vocabulary::Term]
554
+ # attr_reader :ConstructionInstallation
555
+ #
556
+ # # Delivery via the parcel service DHL.
557
+ # # @return [RDF::Vocabulary::Term]
558
+ # attr_reader :DHL
559
+ #
560
+ # # 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.
561
+ # # @return [RDF::Vocabulary::Term]
562
+ # attr_reader :DeliveryModeDirectDownload
563
+ #
564
+ # # Delivery by an unspecified air, sea, or ground freight carrier or cargo company.
565
+ # # @return [RDF::Vocabulary::Term]
566
+ # attr_reader :DeliveryModeFreight
567
+ #
568
+ # # Delivery via regular mail service (private or public postal services).
569
+ # # @return [RDF::Vocabulary::Term]
570
+ # attr_reader :DeliveryModeMail
571
+ #
572
+ # # Delivery of the goods by using a fleet of vehicles either owned and operated or subcontracted by the gr:BusinessEntity.
573
+ # # @return [RDF::Vocabulary::Term]
574
+ # attr_reader :DeliveryModeOwnFleet
575
+ #
576
+ # # 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.
577
+ # # @return [RDF::Vocabulary::Term]
578
+ # attr_reader :DeliveryModePickUp
579
+ #
580
+ # # Payment by credit or debit cards issued by the Diner's Club network.
581
+ # # @return [RDF::Vocabulary::Term]
582
+ # attr_reader :DinersClub
583
+ #
584
+ # # 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.
585
+ # # @return [RDF::Vocabulary::Term]
586
+ # attr_reader :DirectDebit
587
+ #
588
+ # # Payment by credit or debit cards issued by the Discover network.
589
+ # # @return [RDF::Vocabulary::Term]
590
+ # attr_reader :Discover
591
+ #
592
+ # # 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.
593
+ # # @return [RDF::Vocabulary::Term]
594
+ # attr_reader :Dispose
595
+ #
596
+ # # 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.
597
+ # # @return [RDF::Vocabulary::Term]
598
+ # attr_reader :Enduser
599
+ #
600
+ # # Delivery via the parcel service Federal Express.
601
+ # # @return [RDF::Vocabulary::Term]
602
+ # attr_reader :FederalExpress
603
+ #
604
+ # # Friday as a day of the week.
605
+ # # @return [RDF::Vocabulary::Term]
606
+ # attr_reader :Friday
607
+ #
608
+ # # Payment via the Google Checkout payment service.
609
+ # # @return [RDF::Vocabulary::Term]
610
+ # attr_reader :GoogleCheckout
611
+ #
612
+ # # Payment by credit or debit cards issued by the JCB network.
613
+ # # @return [RDF::Vocabulary::Term]
614
+ # attr_reader :JCB
615
+ #
616
+ # # This gr:BusinessFunction indicates that the gr:BusinessEntity offers (or seeks) the temporary right to use the specified gr:ProductOrService.
617
+ # # @return [RDF::Vocabulary::Term]
618
+ # attr_reader :LeaseOut
619
+ #
620
+ # # 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.
621
+ # # @return [RDF::Vocabulary::Term]
622
+ # attr_reader :Maintain
623
+ #
624
+ # # Payment by credit or debit cards issued by the MasterCard network.
625
+ # # @return [RDF::Vocabulary::Term]
626
+ # attr_reader :MasterCard
627
+ #
628
+ # # Monday as a day of the week.
629
+ # # @return [RDF::Vocabulary::Term]
630
+ # attr_reader :Monday
631
+ #
632
+ # # Payment via the PayPal payment service.
633
+ # # @return [RDF::Vocabulary::Term]
634
+ # attr_reader :PayPal
635
+ #
636
+ # # Payment via the PaySwarm distributed micropayment service.
637
+ # # @return [RDF::Vocabulary::Term]
638
+ # attr_reader :PaySwarm
639
+ #
640
+ # # 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".
641
+ # # @return [RDF::Vocabulary::Term]
642
+ # attr_reader :ProvideService
643
+ #
644
+ # # 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.
645
+ # # @return [RDF::Vocabulary::Term]
646
+ # attr_reader :PublicHolidays
647
+ #
648
+ # # The gr:BusinessEntityType representing such agents that are part of the adminstration or owned by the public.
649
+ # # @return [RDF::Vocabulary::Term]
650
+ # attr_reader :PublicInstitution
651
+ #
652
+ # # 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.
653
+ # # @return [RDF::Vocabulary::Term]
654
+ # attr_reader :Repair
655
+ #
656
+ # # 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.
657
+ # # @return [RDF::Vocabulary::Term]
658
+ # attr_reader :Reseller
659
+ #
660
+ # # Saturday as a day of the week.
661
+ # # @return [RDF::Vocabulary::Term]
662
+ # attr_reader :Saturday
663
+ #
664
+ # # This gr:BusinessFunction indicates that the gr:BusinessEntity offers to permanently transfer all property rights on the specified gr:ProductOrService.
665
+ # # @return [RDF::Vocabulary::Term]
666
+ # attr_reader :Sell
667
+ #
668
+ # # Sunday as a day of the week.
669
+ # # @return [RDF::Vocabulary::Term]
670
+ # attr_reader :Sunday
671
+ #
672
+ # # Thursday as a day of the week.
673
+ # # @return [RDF::Vocabulary::Term]
674
+ # attr_reader :Thursday
675
+ #
676
+ # # Tuesday as a day of the week.
677
+ # # @return [RDF::Vocabulary::Term]
678
+ # attr_reader :Tuesday
679
+ #
680
+ # # Delivery via the parcel service UPS.
681
+ # # @return [RDF::Vocabulary::Term]
682
+ # attr_reader :UPS
683
+ #
684
+ # # Payment by credit or debit cards issued by the VISA network.
685
+ # # @return [RDF::Vocabulary::Term]
686
+ # attr_reader :VISA
687
+ #
688
+ # # Wednesday as a day of the week.
689
+ # # @return [RDF::Vocabulary::Term]
690
+ # attr_reader :Wednesday
691
+ #
9
692
  # end
10
- class GR < RDF::StrictVocabulary("http://purl.org/goodrelations/v1#")
693
+ GR = Class.new(RDF::StrictVocabulary("http://purl.org/goodrelations/v1#")) do
11
694
 
12
695
  # Ontology definition
13
696
  ontology :"http://purl.org/goodrelations/v1#",
14
- comment: %(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.
15
-
16
- 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\).
17
-
18
- For more information, see http://purl.org/goodrelations/
19
-
20
- Note: The base URI of GoodRelations is http://purl.org/goodrelations/v1. Please make sure you are only using element identifiers in this namespace, e.g. http://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.
21
-
22
- If you use GoodRelations for scientific purposes, please cite our paper:
23
-
24
- 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.
25
-
26
- PDF at http://www.heppnetz.de/publications/).freeze,
697
+ comment: "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.\n\nGoodRelations 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).\n \nFor more information, see http://purl.org/goodrelations/\n\nNote: The base URI of GoodRelations is http://purl.org/goodrelations/v1. Please make sure you are only using element identifiers in this namespace, e.g. http://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.\n\nIf you use GoodRelations for scientific purposes, please cite our paper:\n\nHepp, 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.\n\nPDF at http://www.heppnetz.de/publications/".freeze,
27
698
  "dc11:contributor": "Work on the GoodRelations ontology and related research and development has been partly supported by the Austrian BMVIT/FFG under the FIT-IT Semantic Systems project myOntology (grant no. 812515/9284), by a Young Researcher's Grant (Nachwuchsfoerderung 2005-2006) from the Leopold-Franzens-Universitaet Innsbruck, by the European Commission under the project SUPER (FP6-026850), and by the German Federal Ministry of Research (BMBF) by a grant under the KMU Innovativ program as part of the Intelligent Match project (FKZ 01IS10022B). The".freeze,
28
699
  "dc11:creator": "Martin Hepp".freeze,
29
700
  "dc11:rights": "The GoodRelations ontology is available under the Creative Commons Attribution 3.0 Unported license; see http://creativecommons.org/licenses/by/3.0/. In a nutshell, you are free to copy, distribute and transmit the work; to remix/adapt the work (e.g. to import the ontology and create specializations of its elements), as long as you attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work). Proper Attribution: Simply include the statement \"This work is based on the GoodRelations ontology, developed by Martin Hepp\" and link back to http://purl.org/goodrelations/".freeze,
@@ -37,7 +708,7 @@ PDF at http://www.heppnetz.de/publications/).freeze,
37
708
 
38
709
  # Class definitions
39
710
  term :ActualProductOrServiceInstance,
40
- comment: %(DEPRECATED - This class is superseded by gr:Individual. Replace all occurrences of gr:ActualProductOrServiceInstance by gr:Individual, if possible.).freeze,
711
+ comment: "DEPRECATED - This class is superseded by gr:Individual. Replace all occurrences of gr:ActualProductOrServiceInstance by gr:Individual, if possible.".freeze,
41
712
  equivalentClass: "gr:Individual".freeze,
42
713
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
43
714
  label: "Actual product or service instance (DEPRECATED)".freeze,
@@ -45,20 +716,13 @@ PDF at http://www.heppnetz.de/publications/).freeze,
45
716
  subClassOf: "gr:ProductOrService".freeze,
46
717
  type: "owl:Class".freeze
47
718
  term :Brand,
48
- comment: %(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.
49
-
50
- \(Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Brand\)).freeze,
719
+ comment: "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.\t\n\n(Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Brand)".freeze,
51
720
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
52
721
  label: "Brand".freeze,
53
722
  "owl:disjointWith": ["gr:BusinessEntity".freeze, "gr:BusinessEntityType".freeze, "gr:BusinessFunction".freeze, "gr:DayOfWeek".freeze, "gr:DeliveryMethod".freeze, "gr:Location".freeze, "gr:Offering".freeze, "gr:OpeningHoursSpecification".freeze, "gr:PaymentMethod".freeze, "gr:PriceSpecification".freeze, "gr:ProductOrService".freeze, "gr:QuantitativeValue".freeze, "gr:TypeAndQuantityNode".freeze, "gr:WarrantyPromise".freeze, "gr:WarrantyScope".freeze],
54
723
  type: "owl:Class".freeze
55
724
  term :BusinessEntity,
56
- comment: %(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.
57
-
58
- Example: Siemens Austria AG, Volkswagen Ltd., Peter Miller's Cell phone Shop LLC
59
-
60
- Compatibility with schema.org: This class is equivalent to the union of http://schema.org/Person and http://schema.org/Organization.
61
- ).freeze,
725
+ comment: "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.\n\t\t\nExample: Siemens Austria AG, Volkswagen Ltd., Peter Miller's Cell phone Shop LLC\n\nCompatibility with schema.org: This class is equivalent to the union of http://schema.org/Person and http://schema.org/Organization.\t\t\n".freeze,
62
726
  equivalentClass: term(
63
727
  type: "owl:Class".freeze,
64
728
  unionOf: list(term(
@@ -74,72 +738,44 @@ Compatibility with schema.org: This class is equivalent to the union of http://s
74
738
  "owl:disjointWith": ["gr:Brand".freeze, "gr:BusinessEntityType".freeze, "gr:BusinessFunction".freeze, "gr:DayOfWeek".freeze, "gr:DeliveryMethod".freeze, "gr:Location".freeze, "gr:Offering".freeze, "gr:OpeningHoursSpecification".freeze, "gr:PaymentMethod".freeze, "gr:PriceSpecification".freeze, "gr:QuantitativeValue".freeze, "gr:TypeAndQuantityNode".freeze, "gr:WarrantyPromise".freeze, "gr:WarrantyScope".freeze],
75
739
  type: "owl:Class".freeze
76
740
  term :BusinessEntityType,
77
- 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 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.
78
-
79
- Examples: Consumers, Retailers, Wholesalers, or Public Institutions).freeze,
741
+ 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 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. \n\nExamples: Consumers, Retailers, Wholesalers, or Public Institutions".freeze,
80
742
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
81
743
  label: "Business entity type".freeze,
82
744
  "owl:disjointWith": ["gr:Brand".freeze, "gr:BusinessEntity".freeze, "gr:BusinessFunction".freeze, "gr:DayOfWeek".freeze, "gr:DeliveryMethod".freeze, "gr:Location".freeze, "gr:Offering".freeze, "gr:OpeningHoursSpecification".freeze, "gr:PaymentMethod".freeze, "gr:PriceSpecification".freeze, "gr:ProductOrService".freeze, "gr:QuantitativeValue".freeze, "gr:TypeAndQuantityNode".freeze, "gr:WarrantyPromise".freeze, "gr:WarrantyScope".freeze],
83
745
  type: "owl:Class".freeze
84
746
  term :BusinessFunction,
85
- comment: %(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.
86
-
87
- Licenses and other proprietary specifications of access rights are also instances of this class.
88
-
89
- 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.).freeze,
747
+ comment: "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.\n\nLicenses and other proprietary specifications of access rights are also instances of this class.\n\nExamples: 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.".freeze,
90
748
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
91
749
  label: "Business function".freeze,
92
750
  "owl:disjointWith": ["gr:Brand".freeze, "gr:BusinessEntity".freeze, "gr:BusinessEntityType".freeze, "gr:DayOfWeek".freeze, "gr:DeliveryMethod".freeze, "gr:Location".freeze, "gr:Offering".freeze, "gr:OpeningHoursSpecification".freeze, "gr:PaymentMethod".freeze, "gr:PriceSpecification".freeze, "gr:ProductOrService".freeze, "gr:QuantitativeValue".freeze, "gr:TypeAndQuantityNode".freeze, "gr:WarrantyPromise".freeze, "gr:WarrantyScope".freeze],
93
751
  type: "owl:Class".freeze
94
752
  term :DayOfWeek,
95
- comment: %(The day of the week, used to specify to which day the opening hours of a gr:OpeningHoursSpecification refer.
96
-
97
- Examples: Monday, Tuesday, Wednesday,...).freeze,
753
+ comment: "The day of the week, used to specify to which day the opening hours of a gr:OpeningHoursSpecification refer.\n\nExamples: Monday, Tuesday, Wednesday,...".freeze,
98
754
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
99
755
  label: "Day of week".freeze,
100
756
  "owl:disjointWith": ["gr:Brand".freeze, "gr:BusinessEntity".freeze, "gr:BusinessEntityType".freeze, "gr:BusinessFunction".freeze, "gr:DeliveryMethod".freeze, "gr:Location".freeze, "gr:Offering".freeze, "gr:OpeningHoursSpecification".freeze, "gr:PaymentMethod".freeze, "gr:PriceSpecification".freeze, "gr:ProductOrService".freeze, "gr:QuantitativeValue".freeze, "gr:TypeAndQuantityNode".freeze, "gr:WarrantyPromise".freeze, "gr:WarrantyScope".freeze],
101
757
  type: "owl:Class".freeze
102
758
  term :DeliveryChargeSpecification,
103
- comment: %(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.
104
- 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.
105
-
106
- 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.
107
-
108
- 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.
109
-
110
- If the price can only be given as a range, use gr:hasMaxCurrencyValue and gr:hasMinCurrencyValue for the upper and lower bounds.
111
-
112
- Important: When querying for the price, always use gr:hasMaxCurrencyValue and gr:hasMinCurrencyValue.).freeze,
759
+ comment: "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.\nA 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.\n\nExamples: 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.\n\nThe 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.\n\nIf the price can only be given as a range, use gr:hasMaxCurrencyValue and gr:hasMinCurrencyValue for the upper and lower bounds.\n\nImportant: When querying for the price, always use gr:hasMaxCurrencyValue and gr:hasMinCurrencyValue.".freeze,
113
760
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
114
761
  label: "Delivery charge specification".freeze,
115
762
  "owl:disjointWith": ["gr:PaymentChargeSpecification".freeze, "gr:UnitPriceSpecification".freeze],
116
763
  subClassOf: "gr:PriceSpecification".freeze,
117
764
  type: "owl:Class".freeze
118
765
  term :DeliveryMethod,
119
- comment: %(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\).
120
-
121
- Examples: Delivery by mail, delivery by direct download, delivery by UPS).freeze,
766
+ comment: "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).\n\nExamples: Delivery by mail, delivery by direct download, delivery by UPS".freeze,
122
767
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
123
768
  label: "Delivery method".freeze,
124
769
  "owl:disjointWith": ["gr:Brand".freeze, "gr:BusinessEntity".freeze, "gr:BusinessEntityType".freeze, "gr:BusinessFunction".freeze, "gr:DayOfWeek".freeze, "gr:Location".freeze, "gr:Offering".freeze, "gr:OpeningHoursSpecification".freeze, "gr:PaymentMethod".freeze, "gr:PriceSpecification".freeze, "gr:ProductOrService".freeze, "gr:QuantitativeValue".freeze, "gr:TypeAndQuantityNode".freeze, "gr:WarrantyPromise".freeze, "gr:WarrantyScope".freeze],
125
770
  type: "owl:Class".freeze
126
771
  term :DeliveryModeParcelService,
127
- comment: %(A private parcel service as the delivery mode available for a certain offering.
128
-
129
- Examples: UPS, DHL).freeze,
772
+ comment: "A private parcel service as the delivery mode available for a certain offering.\n\nExamples: UPS, DHL".freeze,
130
773
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
131
774
  label: "Delivery mode parcel service".freeze,
132
775
  subClassOf: "gr:DeliveryMethod".freeze,
133
776
  type: "owl:Class".freeze
134
777
  term :Individual,
135
- comment: %(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\).
136
-
137
- 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.
138
-
139
- 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.
140
- Note 2: This class is the new, shorter form of the former gr:ActualProductOrServiceInstance.
141
-
142
- Compatibility with schema.org: This class is a subclass of http://schema.org/Product.).freeze,
778
+ comment: "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).\n\nExamples: 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.\n\nNote 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.\nNote 2: This class is the new, shorter form of the former gr:ActualProductOrServiceInstance.\n\nCompatibility with schema.org: This class is a subclass of http://schema.org/Product.".freeze,
143
779
  equivalentClass: "gr:ActualProductOrServiceInstance".freeze,
144
780
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
145
781
  label: "Individual".freeze,
@@ -147,129 +783,83 @@ Compatibility with schema.org: This class is a subclass of http://schema.org/Pro
147
783
  subClassOf: ["gr:ProductOrService".freeze, "schema:Product".freeze],
148
784
  type: "owl:Class".freeze
149
785
  term :License,
150
- comment: %(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.
151
-
152
- 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.).freeze,
786
+ comment: "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.\n\t\nLicenses 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.".freeze,
153
787
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
154
788
  label: "License".freeze,
155
789
  subClassOf: "gr:BusinessFunction".freeze,
156
790
  type: "owl:Class".freeze
157
791
  term :Location,
158
- comment: %(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.
159
-
160
- 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.
161
-
162
- 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.
163
-
164
- Compatibility with schema.org: This class is equivalent to http://schema.org/Place.).freeze,
792
+ comment: "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.\n\t\t\nExample: 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.\n\nNote: 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.\n\t\t\nCompatibility with schema.org: This class is equivalent to http://schema.org/Place.".freeze,
165
793
  equivalentClass: "gr:LocationOfSalesOrServiceProvisioning".freeze,
166
794
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
167
795
  label: "Location".freeze,
168
796
  "owl:disjointWith": ["gr:Brand".freeze, "gr:BusinessEntity".freeze, "gr:BusinessEntityType".freeze, "gr:BusinessFunction".freeze, "gr:DayOfWeek".freeze, "gr:DeliveryMethod".freeze, "gr:Offering".freeze, "gr:OpeningHoursSpecification".freeze, "gr:PaymentMethod".freeze, "gr:PriceSpecification".freeze, "gr:QuantitativeValue".freeze, "gr:TypeAndQuantityNode".freeze, "gr:WarrantyPromise".freeze, "gr:WarrantyScope".freeze],
169
797
  type: "owl:Class".freeze
170
798
  term :LocationOfSalesOrServiceProvisioning,
171
- comment: %(DEPRECATED - This class is superseded by gr:Location. Replace all occurrences of gr:LocationOfSalesOrServiceProvisioning by gr:Location, if possible.).freeze,
799
+ comment: "DEPRECATED - This class is superseded by gr:Location. Replace all occurrences of gr:LocationOfSalesOrServiceProvisioning by gr:Location, if possible.".freeze,
172
800
  equivalentClass: "gr:Location".freeze,
173
801
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
174
802
  label: "Location of sales or service provisioning (DEPRECATED)".freeze,
175
803
  "owl:deprecated": "true".freeze,
176
804
  type: "owl:Class".freeze
177
805
  term :"N-Ary-Relations",
178
- comment: %(This is the superclass for all classes that are placeholders for n-ary relations, which OWL cannot represent.
179
- DEPRECATED. Do not use this class in data or queries.).freeze,
806
+ comment: "This is the superclass for all classes that are placeholders for n-ary relations, which OWL cannot represent.\nDEPRECATED. Do not use this class in data or queries.".freeze,
180
807
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
181
808
  label: "N-ary relations (DEPRECATED)".freeze,
182
809
  "owl:deprecated": "true".freeze,
183
810
  type: "owl:Class".freeze
184
811
  term :Offering,
185
- comment: %(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
186
- \(1\) a clearly specified instance \(gr:Individual\),
187
- \(2\) to a set of anonymous instances of a given type \(gr:SomeItems\),
188
- \(3\) a product model specification \(gr:ProductOrServiceModel\), see also section 3.3.3 of the GoodRelations Technical Report.
189
-
190
- 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.
191
-
192
- Example: Peter Miller offers to repair TV sets made by Siemens, Volkswagen Innsbruck sells a particular instance of a Volkswagen Golf at $10,000.
193
-
194
- Compatibility with schema.org: This class is a superclass to http://schema.org/Offer, since gr:Offering can also represent demand.).freeze,
812
+ comment: "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 \n(1) a clearly specified instance (gr:Individual),\n(2) to a set of anonymous instances of a given type (gr:SomeItems),\n(3) a product model specification (gr:ProductOrServiceModel), see also section 3.3.3 of the GoodRelations Technical Report. \n\nAn 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.\n\nExample: Peter Miller offers to repair TV sets made by Siemens, Volkswagen Innsbruck sells a particular instance of a Volkswagen Golf at $10,000.\n\nCompatibility with schema.org: This class is a superclass to http://schema.org/Offer, since gr:Offering can also represent demand.".freeze,
195
813
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
196
814
  label: "Offering".freeze,
197
815
  "owl:disjointWith": ["gr:Brand".freeze, "gr:BusinessEntity".freeze, "gr:BusinessEntityType".freeze, "gr:BusinessFunction".freeze, "gr:DayOfWeek".freeze, "gr:DeliveryMethod".freeze, "gr:Location".freeze, "gr:OpeningHoursSpecification".freeze, "gr:PaymentMethod".freeze, "gr:PriceSpecification".freeze, "gr:ProductOrService".freeze, "gr:QualitativeValue".freeze, "gr:QuantitativeValue".freeze, "gr:TypeAndQuantityNode".freeze, "gr:WarrantyPromise".freeze, "gr:WarrantyScope".freeze],
198
816
  type: "owl:Class".freeze
199
817
  term :OpeningHoursSpecification,
200
- comment: %(This is a conceptual entity that holds together all information about the opening hours on a given day \(gr:DayOfWeek\).).freeze,
818
+ comment: "This is a conceptual entity that holds together all information about the opening hours on a given day (gr:DayOfWeek).".freeze,
201
819
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
202
820
  label: "Opening hours specification".freeze,
203
821
  "owl:disjointWith": ["gr:Brand".freeze, "gr:BusinessEntity".freeze, "gr:BusinessEntityType".freeze, "gr:BusinessFunction".freeze, "gr:DayOfWeek".freeze, "gr:DeliveryMethod".freeze, "gr:Location".freeze, "gr:Offering".freeze, "gr:PaymentMethod".freeze, "gr:PriceSpecification".freeze, "gr:ProductOrService".freeze, "gr:QuantitativeValue".freeze, "gr:TypeAndQuantityNode".freeze, "gr:WarrantyPromise".freeze, "gr:WarrantyScope".freeze],
204
822
  type: "owl:Class".freeze
205
823
  term :PaymentChargeSpecification,
206
- comment: %(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.
207
- A gr:Offering may be linked to multiple payment charge specifications that specify alternative charges for various payment methods.
208
-
209
- Examples: Payment by VISA or Mastercard costs a fee of 3 Euros including VAT, payment by bank transfer in advance is free of charge.
210
-
211
- 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.
212
-
213
- If the price can only be given as a range, use gr:hasMaxCurrencyValue and gr:hasMinCurrencyValue for the upper and lower bounds.
214
-
215
- Important: When querying for the price, always use gr:hasMaxCurrencyValue and gr:hasMinCurrencyValue.).freeze,
824
+ comment: "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.\nA gr:Offering may be linked to multiple payment charge specifications that specify alternative charges for various payment methods.\n\nExamples: Payment by VISA or Mastercard costs a fee of 3 Euros including VAT, payment by bank transfer in advance is free of charge.\n\nThe 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.\n\nIf the price can only be given as a range, use gr:hasMaxCurrencyValue and gr:hasMinCurrencyValue for the upper and lower bounds.\n\nImportant: When querying for the price, always use gr:hasMaxCurrencyValue and gr:hasMinCurrencyValue.".freeze,
216
825
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
217
826
  label: "Payment charge specification".freeze,
218
827
  "owl:disjointWith": ["gr:DeliveryChargeSpecification".freeze, "gr:UnitPriceSpecification".freeze],
219
828
  subClassOf: "gr:PriceSpecification".freeze,
220
829
  type: "owl:Class".freeze
221
830
  term :PaymentMethod,
222
- 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. This element is mostly used for specifying the types of payment accepted by a gr:BusinessEntity.
223
-
224
- Examples: VISA, MasterCard, Diners, cash, or bank transfer in advance.).freeze,
831
+ 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. This element is mostly used for specifying the types of payment accepted by a gr:BusinessEntity.\n\nExamples: VISA, MasterCard, Diners, cash, or bank transfer in advance.".freeze,
225
832
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
226
833
  label: "Payment method".freeze,
227
834
  "owl:disjointWith": ["gr:Brand".freeze, "gr:BusinessEntity".freeze, "gr:BusinessEntityType".freeze, "gr:BusinessFunction".freeze, "gr:DayOfWeek".freeze, "gr:DeliveryMethod".freeze, "gr:Location".freeze, "gr:Offering".freeze, "gr:OpeningHoursSpecification".freeze, "gr:PriceSpecification".freeze, "gr:QuantitativeValue".freeze, "gr:TypeAndQuantityNode".freeze, "gr:WarrantyPromise".freeze, "gr:WarrantyScope".freeze],
228
835
  type: "owl:Class".freeze
229
836
  term :PaymentMethodCreditCard,
230
- comment: %(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.
231
-
232
- Examples: VISA, MasterCard, or American Express.).freeze,
837
+ comment: "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.\n\nExamples: VISA, MasterCard, or American Express.".freeze,
233
838
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
234
839
  label: "Payment method credit card".freeze,
235
840
  subClassOf: "gr:PaymentMethod".freeze,
236
841
  type: "owl:Class".freeze
237
842
  term :PriceSpecification,
238
- comment: %(The superclass of all price specifications.).freeze,
843
+ comment: "The superclass of all price specifications.".freeze,
239
844
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
240
845
  label: "Price specification".freeze,
241
846
  "owl:disjointWith": ["gr:Brand".freeze, "gr:BusinessEntity".freeze, "gr:BusinessEntityType".freeze, "gr:BusinessFunction".freeze, "gr:DayOfWeek".freeze, "gr:DeliveryMethod".freeze, "gr:Location".freeze, "gr:Offering".freeze, "gr:OpeningHoursSpecification".freeze, "gr:PaymentMethod".freeze, "gr:ProductOrService".freeze, "gr:QuantitativeValue".freeze, "gr:TypeAndQuantityNode".freeze, "gr:WarrantyPromise".freeze, "gr:WarrantyScope".freeze],
242
847
  type: "owl:Class".freeze
243
848
  term :ProductOrService,
244
- comment: %(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.
245
-
246
- Examples:
247
- a\) MyCellphone123, i.e. my personal, tangible cell phone \(gr:Individual\)
248
- b\) Siemens1234, i.e. the Siemens cell phone make and model 1234 \(gr:ProductOrServiceModel\)
249
- c\) dummyCellPhone123 as a placeholder for actual instances of a certain kind of cell phones \(gr:SomeItems\)
250
-
251
- Note: Your first choice for specializations of gr:ProductOrService should be http://www.productontology.org.
252
-
253
- Compatibility with schema.org: This class is \(approximately\) equivalent to http://schema.org/Product.).freeze,
849
+ comment: "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.\n\nExamples: \na) MyCellphone123, i.e. my personal, tangible cell phone (gr:Individual)\nb) Siemens1234, i.e. the Siemens cell phone make and model 1234 (gr:ProductOrServiceModel)\nc) dummyCellPhone123 as a placeholder for actual instances of a certain kind of cell phones (gr:SomeItems)\n\t\nNote: Your first choice for specializations of gr:ProductOrService should be http://www.productontology.org.\n\nCompatibility with schema.org: This class is (approximately) equivalent to http://schema.org/Product.".freeze,
254
850
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
255
851
  label: "Product or service".freeze,
256
852
  "owl:disjointWith": ["gr:Brand".freeze, "gr:BusinessEntityType".freeze, "gr:BusinessFunction".freeze, "gr:DayOfWeek".freeze, "gr:DeliveryMethod".freeze, "gr:Offering".freeze, "gr:OpeningHoursSpecification".freeze, "gr:PriceSpecification".freeze, "gr:QuantitativeValue".freeze, "gr:TypeAndQuantityNode".freeze, "gr:WarrantyPromise".freeze, "gr:WarrantyScope".freeze],
257
853
  type: "owl:Class".freeze
258
854
  term :ProductOrServiceModel,
259
- comment: %(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.
260
-
261
- Examples: Ford T, Volkswagen Golf, Sony Ericsson W123 cell phone
262
-
263
- 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 http://wiki.goodrelations-vocabulary.org/Axioms for respective rule sets.
264
-
265
- Compatibility with schema.org: This class is \(approximately\) a subclass of http://schema.org/Product.).freeze,
855
+ comment: "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.\n\nExamples: Ford T, Volkswagen Golf, Sony Ericsson W123 cell phone\n\nNote: 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 http://wiki.goodrelations-vocabulary.org/Axioms for respective rule sets.\n\t\nCompatibility with schema.org: This class is (approximately) a subclass of http://schema.org/Product.".freeze,
266
856
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
267
857
  label: "Product or service model".freeze,
268
858
  "owl:disjointWith": ["gr:Brand".freeze, "gr:BusinessEntity".freeze, "gr:Individual".freeze, "gr:SomeItems".freeze],
269
859
  subClassOf: ["gr:ProductOrService".freeze, "schema:Product".freeze],
270
860
  type: "owl:Class".freeze
271
861
  term :ProductOrServicesSomeInstancesPlaceholder,
272
- comment: %(DEPRECATED - This class is superseded by gr:SomeItems. Replace all occurrences of gr:ProductOrServicesSomeInstancesPlaceholder by gr:SomeItems, if possible.).freeze,
862
+ comment: "DEPRECATED - This class is superseded by gr:SomeItems. Replace all occurrences of gr:ProductOrServicesSomeInstancesPlaceholder by gr:SomeItems, if possible.".freeze,
273
863
  equivalentClass: "gr:SomeItems".freeze,
274
864
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
275
865
  label: "Product or services some instances placeholder (DEPRECATED)".freeze,
@@ -277,59 +867,33 @@ Compatibility with schema.org: This class is \(approximately\) a subclass of htt
277
867
  subClassOf: "gr:ProductOrService".freeze,
278
868
  type: "owl:Class".freeze
279
869
  term :QualitativeValue,
280
- comment: %(A qualitative value is a predefined value for a product characteristic.
281
-
282
- Examples: the color "green" or the power cord plug type "US"; the garment sizes "S", "M", "L", and "XL".
283
-
284
- Note: Value sets are supported by creating subclasses of this class. Ordinal relations between values \(gr:greater, gr:lesser, ...\) are provided directly by GoodRelations.
285
-
286
- Compatibility with schema.org: This class is equivalent to http://schema.org/Enumeration.).freeze,
870
+ comment: "A qualitative value is a predefined value for a product characteristic. \n\t\nExamples: the color \"green\" or the power cord plug type \"US\"; the garment sizes \"S\", \"M\", \"L\", and \"XL\".\n\t\nNote: Value sets are supported by creating subclasses of this class. Ordinal relations between values (gr:greater, gr:lesser, ...) are provided directly by GoodRelations.\n\nCompatibility with schema.org: This class is equivalent to http://schema.org/Enumeration.".freeze,
287
871
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
288
872
  label: "Qualitative value".freeze,
289
873
  "owl:disjointWith": ["gr:Offering".freeze, "gr:QuantitativeValue".freeze, "gr:TypeAndQuantityNode".freeze],
290
874
  type: "owl:Class".freeze
291
875
  term :QuantitativeValue,
292
- comment: %(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.
293
-
294
- Example: a weight between 10 and 25 kilogramms, a length between 10 and 15 milimeters.
295
-
296
- Compatibility with schema.org: This class is equivalent to http://schema.org/Quantity.).freeze,
876
+ comment: "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.\n\t\nExample: a weight between 10 and 25 kilogramms, a length between 10 and 15 milimeters.\n\nCompatibility with schema.org: This class is equivalent to http://schema.org/Quantity.".freeze,
297
877
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
298
878
  label: "Quantitative value".freeze,
299
879
  "owl:disjointWith": ["gr:Brand".freeze, "gr:BusinessEntity".freeze, "gr:BusinessEntityType".freeze, "gr:BusinessFunction".freeze, "gr:DayOfWeek".freeze, "gr:DeliveryMethod".freeze, "gr:Location".freeze, "gr:Offering".freeze, "gr:OpeningHoursSpecification".freeze, "gr:PaymentMethod".freeze, "gr:PriceSpecification".freeze, "gr:ProductOrService".freeze, "gr:QualitativeValue".freeze, "gr:TypeAndQuantityNode".freeze, "gr:WarrantyPromise".freeze, "gr:WarrantyScope".freeze],
300
880
  type: "owl:Class".freeze
301
881
  term :QuantitativeValueFloat,
302
- comment: %(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.
303
-
304
- Examples: The intervals "between 10.0 and 25.4 kilogramms" or "10.2 and 15.5 milimeters".
305
-
306
- Compatibility with schema.org: This class is a subclass of http://schema.org/Quantity.).freeze,
882
+ comment: "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.\n\nExamples: The intervals \"between 10.0 and 25.4 kilogramms\" or \"10.2 and 15.5 milimeters\".\n\nCompatibility with schema.org: This class is a subclass of http://schema.org/Quantity.".freeze,
307
883
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
308
884
  label: "Quantitative value float".freeze,
309
885
  "owl:disjointWith": "gr:QuantitativeValueInteger".freeze,
310
886
  subClassOf: "gr:QuantitativeValue".freeze,
311
887
  type: "owl:Class".freeze
312
888
  term :QuantitativeValueInteger,
313
- comment: %(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.
314
-
315
- Example: A seating capacity between 1 and 8 persons.
316
-
317
- 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.
318
-
319
- Compatibility with schema.org: This class is a subclass of http://schema.org/Quantity.).freeze,
889
+ comment: "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. \n\nExample: A seating capacity between 1 and 8 persons.\n\nNote: 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.\n\t\t\nCompatibility with schema.org: This class is a subclass of http://schema.org/Quantity.".freeze,
320
890
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
321
891
  label: "Quantitative value integer".freeze,
322
892
  "owl:disjointWith": "gr:QuantitativeValueFloat".freeze,
323
893
  subClassOf: "gr:QuantitativeValue".freeze,
324
894
  type: "owl:Class".freeze
325
895
  term :SomeItems,
326
- comment: %(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\).
327
-
328
- 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.
329
-
330
- Note: This class is the new, shorter form of the former gr:ProductOrServicesSomeInstancesPlaceholder.
331
-
332
- Compatibility with schema.org: This class is \(approximately\) a subclass of http://schema.org/Product.).freeze,
896
+ comment: "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).\n\nExample: 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.\n\nNote: This class is the new, shorter form of the former gr:ProductOrServicesSomeInstancesPlaceholder.\n\t\t\nCompatibility with schema.org: This class is (approximately) a subclass of http://schema.org/Product.".freeze,
333
897
  equivalentClass: "gr:ProductOrServicesSomeInstancesPlaceholder".freeze,
334
898
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
335
899
  label: "Some items".freeze,
@@ -337,59 +901,26 @@ Compatibility with schema.org: This class is \(approximately\) a subclass of htt
337
901
  subClassOf: ["gr:ProductOrService".freeze, "schema:Product".freeze],
338
902
  type: "owl:Class".freeze
339
903
  term :TypeAndQuantityNode,
340
- comment: %(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.
341
-
342
- Example: An offering may include of 100g of Butter and 1 kg of potatoes, or 1 cell phone and 2 headsets.).freeze,
904
+ comment: "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.\n\nExample: An offering may include of 100g of Butter and 1 kg of potatoes, or 1 cell phone and 2 headsets.".freeze,
343
905
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
344
906
  label: "Type and quantity node".freeze,
345
907
  "owl:disjointWith": ["gr:Brand".freeze, "gr:BusinessEntity".freeze, "gr:BusinessEntityType".freeze, "gr:BusinessFunction".freeze, "gr:DayOfWeek".freeze, "gr:DeliveryMethod".freeze, "gr:Location".freeze, "gr:Offering".freeze, "gr:OpeningHoursSpecification".freeze, "gr:PaymentMethod".freeze, "gr:PriceSpecification".freeze, "gr:ProductOrService".freeze, "gr:QualitativeValue".freeze, "gr:QuantitativeValue".freeze, "gr:WarrantyPromise".freeze, "gr:WarrantyScope".freeze],
346
908
  type: "owl:Class".freeze
347
909
  term :UnitPriceSpecification,
348
- comment: %(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.
349
-
350
- 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.
351
-
352
- 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.
353
-
354
- 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\).
355
-
356
- 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.
357
-
358
- You can assume that the price is given per unit or piece if there is no gr:hasUnitOfMeasurement property attached to the price.
359
-
360
- Whether VAT and sales taxes are included in this price is specified using the property gr:valueAddedTaxIncluded \(xsd:boolean\).
361
-
362
- 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.
363
-
364
- The property priceType can be used to indicate that the price is a retail price recommendation only \(i.e. a list price\).
365
-
366
- If the price can only be given as a range, use gr:hasMaxCurrencyValue and gr:hasMinCurrencyValue for the upper and lower bounds.
367
-
368
- Important: When querying for the price, always use gr:hasMaxCurrencyValue and gr:hasMinCurrencyValue.
369
-
370
- 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.
371
-
372
- Note 2: For Google, attaching a gr:validThrough statement to a gr:UnitPriceSpecification is mandatory.
373
- ).freeze,
910
+ comment: "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. \n\nA 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.\n\t\nExample: 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.\n\nThe 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).\n\t\nIn 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.\n\nYou can assume that the price is given per unit or piece if there is no gr:hasUnitOfMeasurement property attached to the price.\n\t\nWhether VAT and sales taxes are included in this price is specified using the property gr:valueAddedTaxIncluded (xsd:boolean).\n\t\nThe 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.\n\nThe property priceType can be used to indicate that the price is a retail price recommendation only (i.e. a list price). \n\nIf the price can only be given as a range, use gr:hasMaxCurrencyValue and gr:hasMinCurrencyValue for the upper and lower bounds.\n\nImportant: When querying for the price, always use gr:hasMaxCurrencyValue and gr:hasMinCurrencyValue.\n\nNote 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.\n\nNote 2: For Google, attaching a gr:validThrough statement to a gr:UnitPriceSpecification is mandatory. \n".freeze,
374
911
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
375
912
  label: "Unit price specification".freeze,
376
913
  "owl:disjointWith": ["gr:DeliveryChargeSpecification".freeze, "gr:PaymentChargeSpecification".freeze],
377
914
  subClassOf: "gr:PriceSpecification".freeze,
378
915
  type: "owl:Class".freeze
379
916
  term :WarrantyPromise,
380
- comment: %(This is a conceptual entity that holds together all aspects of the n-ary relation gr:hasWarrantyPromise.
381
-
382
- 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\).
383
-
384
- Examples: 12 months parts and labor, 36 months parts).freeze,
917
+ comment: "This is a conceptual entity that holds together all aspects of the n-ary relation gr:hasWarrantyPromise.\n\nA 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).\n\nExamples: 12 months parts and labor, 36 months parts".freeze,
385
918
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
386
919
  label: "Warranty promise".freeze,
387
920
  "owl:disjointWith": ["gr:Brand".freeze, "gr:BusinessEntity".freeze, "gr:BusinessEntityType".freeze, "gr:BusinessFunction".freeze, "gr:DayOfWeek".freeze, "gr:DeliveryMethod".freeze, "gr:Location".freeze, "gr:Offering".freeze, "gr:OpeningHoursSpecification".freeze, "gr:PaymentMethod".freeze, "gr:PriceSpecification".freeze, "gr:ProductOrService".freeze, "gr:QuantitativeValue".freeze, "gr:TypeAndQuantityNode".freeze, "gr:WarrantyScope".freeze],
388
921
  type: "owl:Class".freeze
389
922
  term :WarrantyScope,
390
- comment: %(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.
391
-
392
- Examples: Parts and Labor, Parts).freeze,
923
+ comment: "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. \n\nExamples: Parts and Labor, Parts".freeze,
393
924
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
394
925
  label: "Warranty scope".freeze,
395
926
  "owl:disjointWith": ["gr:Brand".freeze, "gr:BusinessEntity".freeze, "gr:BusinessEntityType".freeze, "gr:BusinessFunction".freeze, "gr:DayOfWeek".freeze, "gr:DeliveryMethod".freeze, "gr:Location".freeze, "gr:Offering".freeze, "gr:OpeningHoursSpecification".freeze, "gr:PaymentMethod".freeze, "gr:PriceSpecification".freeze, "gr:ProductOrService".freeze, "gr:QuantitativeValue".freeze, "gr:TypeAndQuantityNode".freeze, "gr:WarrantyPromise".freeze],
@@ -397,7 +928,7 @@ Examples: Parts and Labor, Parts).freeze,
397
928
 
398
929
  # Property definitions
399
930
  property :acceptedPaymentMethods,
400
- comment: %(The gr:PaymentMethod or methods accepted by the gr:BusinessEntity for the given gr:Offering.).freeze,
931
+ comment: "The gr:PaymentMethod or methods accepted by the gr:BusinessEntity for the given gr:Offering.".freeze,
401
932
  domain: term(
402
933
  type: "owl:Class".freeze,
403
934
  unionOf: list("gr:Offering".freeze, term(
@@ -410,7 +941,7 @@ Examples: Parts and Labor, Parts).freeze,
410
941
  range: "gr:PaymentMethod".freeze,
411
942
  type: "owl:ObjectProperty".freeze
412
943
  property :addOn,
413
- comment: %(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.).freeze,
944
+ comment: "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.".freeze,
414
945
  domain: term(
415
946
  type: "owl:Class".freeze,
416
947
  unionOf: list("gr:Offering".freeze, term(
@@ -423,9 +954,7 @@ Examples: Parts and Labor, Parts).freeze,
423
954
  range: "gr:Offering".freeze,
424
955
  type: "owl:ObjectProperty".freeze
425
956
  property :advanceBookingRequirement,
426
- comment: %(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\).
427
-
428
- 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.).freeze,
957
+ comment: "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).\n\nThe 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.".freeze,
429
958
  domain: term(
430
959
  type: "owl:Class".freeze,
431
960
  unionOf: list("gr:Offering".freeze, term(
@@ -438,45 +967,28 @@ The difference to the gr:validFrom and gr:validThrough properties is that those
438
967
  range: "gr:QuantitativeValueInteger".freeze,
439
968
  type: "owl:ObjectProperty".freeze
440
969
  property :amountOfThisGood,
441
- comment: %(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.).freeze,
970
+ comment: "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.".freeze,
442
971
  domain: "gr:TypeAndQuantityNode".freeze,
443
972
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
444
973
  label: "amount of this good (1..1)".freeze,
445
974
  range: "xsd:float".freeze,
446
975
  type: "owl:DatatypeProperty".freeze
447
976
  property :appliesToDeliveryMethod,
448
- comment: %(This property specifies the gr:DeliveryMethod to which the gr:DeliveryChargeSpecification applies.).freeze,
977
+ comment: "This property specifies the gr:DeliveryMethod to which the gr:DeliveryChargeSpecification applies.".freeze,
449
978
  domain: "gr:DeliveryChargeSpecification".freeze,
450
979
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
451
980
  label: "applies to delivery method (0..*)".freeze,
452
981
  range: "gr:DeliveryMethod".freeze,
453
982
  type: "owl:ObjectProperty".freeze
454
983
  property :appliesToPaymentMethod,
455
- comment: %(This property specifies the gr:PaymentMethod to which the gr:PaymentChargeSpecification applies.).freeze,
984
+ comment: "This property specifies the gr:PaymentMethod to which the gr:PaymentChargeSpecification applies.".freeze,
456
985
  domain: "gr:PaymentChargeSpecification".freeze,
457
986
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
458
987
  label: "applies to payment method (1..*)".freeze,
459
988
  range: "gr:PaymentMethod".freeze,
460
989
  type: "owl:ObjectProperty".freeze
461
990
  property :availabilityEnds,
462
- comment: %(This property specifies the end of the availability of the gr:ProductOrService included in the gr:Offering.
463
- 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.
464
-
465
- 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.
466
-
467
- A time-zone should be specified. For a time in GMT/UTC, simply add a "Z" following the time:
468
-
469
- 2008-05-30T09:30:10Z.
470
-
471
- Alternatively, you can specify an offset from the UTC time by adding a positive or negative time following the time:
472
-
473
- 2008-05-30T09:30:10-09:00
474
-
475
- or
476
-
477
- 2008-05-30T09:30:10+09:00.
478
-
479
- 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.).freeze,
991
+ comment: "This property specifies the end of the availability of the gr:ProductOrService included in the gr:Offering.\nThe 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.\n\nExample: 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.\n\nA time-zone should be specified. For a time in GMT/UTC, simply add a \"Z\" following the time:\n\n2008-05-30T09:30:10Z.\n\nAlternatively, you can specify an offset from the UTC time by adding a positive or negative time following the time:\n\n2008-05-30T09:30:10-09:00\n\nor\n\n2008-05-30T09:30:10+09:00.\n\nNote: 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.".freeze,
480
992
  domain: term(
481
993
  type: "owl:Class".freeze,
482
994
  unionOf: list("gr:Offering".freeze, term(
@@ -489,24 +1001,7 @@ Note: There is another property gr:availableAtOrFrom, which is used to indicate
489
1001
  range: "xsd:dateTime".freeze,
490
1002
  type: "owl:DatatypeProperty".freeze
491
1003
  property :availabilityStarts,
492
- comment: %(This property specifies the beginning of the availability of the gr:ProductOrService included in the gr:Offering.
493
- 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.
494
-
495
- 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.
496
-
497
- A time-zone should be specified. For a time in GMT/UTC, simply add a "Z" following the time:
498
-
499
- 2008-05-30T09:30:10Z.
500
-
501
- Alternatively, you can specify an offset from the UTC time by adding a positive or negative time following the time:
502
-
503
- 2008-05-30T09:30:10-09:00
504
-
505
- or
506
-
507
- 2008-05-30T09:30:10+09:00.
508
-
509
- 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.).freeze,
1004
+ comment: "This property specifies the beginning of the availability of the gr:ProductOrService included in the gr:Offering.\nThe 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.\n\nExample: 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.\n\nA time-zone should be specified. For a time in GMT/UTC, simply add a \"Z\" following the time:\n\n2008-05-30T09:30:10Z.\n\nAlternatively, you can specify an offset from the UTC time by adding a positive or negative time following the time:\n\n2008-05-30T09:30:10-09:00\n\nor\n\n2008-05-30T09:30:10+09:00.\n\nNote: 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.".freeze,
510
1005
  domain: term(
511
1006
  type: "owl:Class".freeze,
512
1007
  unionOf: list("gr:Offering".freeze, term(
@@ -519,7 +1014,7 @@ Note: There is another property gr:availableAtOrFrom, which is used to indicate
519
1014
  range: "xsd:dateTime".freeze,
520
1015
  type: "owl:DatatypeProperty".freeze
521
1016
  property :availableAtOrFrom,
522
- comment: %(This states that a particular gr:Offering is available at or from the given gr:Location \(e.g. shop or branch\).).freeze,
1017
+ comment: "This states that a particular gr:Offering is available at or from the given gr:Location (e.g. shop or branch).".freeze,
523
1018
  domain: term(
524
1019
  type: "owl:Class".freeze,
525
1020
  unionOf: list("gr:Offering".freeze, term(
@@ -532,7 +1027,7 @@ Note: There is another property gr:availableAtOrFrom, which is used to indicate
532
1027
  range: "gr:Location".freeze,
533
1028
  type: "owl:ObjectProperty".freeze
534
1029
  property :availableDeliveryMethods,
535
- comment: %(This specifies the gr:DeliveryMethod or methods available for a given gr:Offering.).freeze,
1030
+ comment: "This specifies the gr:DeliveryMethod or methods available for a given gr:Offering.".freeze,
536
1031
  domain: term(
537
1032
  type: "owl:Class".freeze,
538
1033
  unionOf: list("gr:Offering".freeze, term(
@@ -545,25 +1040,14 @@ Note: There is another property gr:availableAtOrFrom, which is used to indicate
545
1040
  range: "gr:DeliveryMethod".freeze,
546
1041
  type: "owl:ObjectProperty".freeze
547
1042
  property :billingIncrement,
548
- comment: %(This property specifies the minimal quantity and rounding increment that will be the basis for the billing.
549
- The unit of measurement is specified by the UN/CEFACT code attached to the gr:UnitPriceSpecification via the gr:hasUnitOfMeasurement property.
550
-
551
- Examples:
552
- - The price for gasoline is 4 USD per gallon at the pump, but you will be charged in units of 0.1 gallons.
553
- - The price for legal consulting is 100 USD per hour, but you will be charged in units of 15 minutes.
554
-
555
- This property makes sense only for instances of gr:Offering that include not more than one type of good or service.).freeze,
1043
+ comment: "This property specifies the minimal quantity and rounding increment that will be the basis for the billing. \nThe unit of measurement is specified by the UN/CEFACT code attached to the gr:UnitPriceSpecification via the gr:hasUnitOfMeasurement property.\n\nExamples: \n- The price for gasoline is 4 USD per gallon at the pump, but you will be charged in units of 0.1 gallons.\n- The price for legal consulting is 100 USD per hour, but you will be charged in units of 15 minutes.\n\nThis property makes sense only for instances of gr:Offering that include not more than one type of good or service.".freeze,
556
1044
  domain: "gr:UnitPriceSpecification".freeze,
557
1045
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
558
1046
  label: "billing increment (0..1)".freeze,
559
1047
  range: "xsd:float".freeze,
560
1048
  type: "owl:DatatypeProperty".freeze
561
1049
  property :category,
562
- comment: %(The name of a category to which this gr:ProductOrService, gr:Offering, gr:BusinessEntity, or gr:Location belongs.
563
-
564
- 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.
565
- Note 2: You can use greater signs or slashes to informally indicate a category hierarchy, e.g. "restaurants/asian_restaurants" or "cables > usb_cables"
566
- ).freeze,
1050
+ comment: "The name of a category to which this gr:ProductOrService, gr:Offering, gr:BusinessEntity, or gr:Location belongs.\n\t\nNote 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.\nNote 2: You can use greater signs or slashes to informally indicate a category hierarchy, e.g. \"restaurants/asian_restaurants\" or \"cables > usb_cables\"\n".freeze,
567
1051
  domain: term(
568
1052
  type: "owl:Class".freeze,
569
1053
  unionOf: list("gr:ProductOrService".freeze, "gr:Offering".freeze, "gr:Location".freeze, "gr:BusinessEntity".freeze, term(
@@ -585,29 +1069,14 @@ Note 2: You can use greater signs or slashes to informally indicate a category h
585
1069
  range: "rdfs:Literal".freeze,
586
1070
  type: "owl:DatatypeProperty".freeze
587
1071
  property :closes,
588
- comment: %(The closing hour of the gr:Location on the given gr:DayOfWeek.
589
- If no time-zone suffix is included, the time is given in the local time valid at the gr:Location.
590
-
591
- For a time in GMT/UTC, simply add a "Z" following the time:
592
-
593
- 09:30:10Z.
594
-
595
- Alternatively, you can specify an offset from the UTC time by adding a positive or negative time following the time:
596
-
597
- 09:30:10-09:00
598
-
599
- 09:30:10+09:00.
600
-
601
- 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.
602
- 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.
603
- 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.).freeze,
1072
+ comment: "The closing hour of the gr:Location on the given gr:DayOfWeek.\nIf no time-zone suffix is included, the time is given in the local time valid at the gr:Location.\n\nFor a time in GMT/UTC, simply add a \"Z\" following the time:\n\n09:30:10Z.\n\nAlternatively, you can specify an offset from the UTC time by adding a positive or negative time following the time:\n\n09:30:10-09:00\n\n09:30:10+09:00.\n\nNote 1: Use 00:00:00 for the first second of the respective day and 23:59:59 for the last second of that day.\nNote 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.\nNote 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.".freeze,
604
1073
  domain: "gr:OpeningHoursSpecification".freeze,
605
1074
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
606
1075
  label: "closes (1..1)".freeze,
607
1076
  range: "xsd:time".freeze,
608
1077
  type: "owl:DatatypeProperty".freeze
609
1078
  property :color,
610
- comment: %(The color of the product.).freeze,
1079
+ comment: "The color of the product.".freeze,
611
1080
  domain: term(
612
1081
  type: "owl:Class".freeze,
613
1082
  unionOf: list("gr:ProductOrService".freeze, term(
@@ -621,7 +1090,7 @@ Note 3: If the shop re-opens on the same day of the week or set of days of the w
621
1090
  subPropertyOf: "gr:datatypeProductOrServiceProperty".freeze,
622
1091
  type: "owl:DatatypeProperty".freeze
623
1092
  property :condition,
624
- comment: %(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\)).freeze,
1093
+ comment: "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)".freeze,
625
1094
  domain: term(
626
1095
  type: "owl:Class".freeze,
627
1096
  unionOf: list("gr:Offering".freeze, "gr:ProductOrService".freeze, term(
@@ -634,9 +1103,7 @@ Note 3: If the shop re-opens on the same day of the week or set of days of the w
634
1103
  range: "rdfs:Literal".freeze,
635
1104
  type: "owl:DatatypeProperty".freeze
636
1105
  property :datatypeProductOrServiceProperty,
637
- comment: %(This property is the super property for all pure datatype properties that can be used to describe a gr:ProductOrService.
638
-
639
- 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.).freeze,
1106
+ comment: "This property is the super property for all pure datatype properties that can be used to describe a gr:ProductOrService.\n\nIn 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.".freeze,
640
1107
  domain: term(
641
1108
  type: "owl:Class".freeze,
642
1109
  unionOf: list("gr:ProductOrService".freeze, term(
@@ -649,9 +1116,7 @@ In products and services ontologies, only such properties that are no quantitati
649
1116
  range: "rdfs:Literal".freeze,
650
1117
  type: "owl:DatatypeProperty".freeze
651
1118
  property :deliveryLeadTime,
652
- comment: %(This property can be used to indicate the promised delay between the receipt of the order and the goods leaving the warehouse.
653
-
654
- 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\).).freeze,
1119
+ comment: "This property can be used to indicate the promised delay between the receipt of the order and the goods leaving the warehouse.\n\nThe 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).".freeze,
655
1120
  domain: term(
656
1121
  type: "owl:Class".freeze,
657
1122
  unionOf: list("gr:Offering".freeze, term(
@@ -664,8 +1129,7 @@ The duration is specified by attaching an instance of gr:QuantitativeValueIntege
664
1129
  range: "gr:QuantitativeValueInteger".freeze,
665
1130
  type: "owl:ObjectProperty".freeze
666
1131
  property :depth,
667
- comment: %(The depth of the product.
668
- Typical unit code\(s\): CMT for centimeters, INH for inches).freeze,
1132
+ comment: "The depth of the product.\nTypical unit code(s): CMT for centimeters, INH for inches".freeze,
669
1133
  domain: term(
670
1134
  type: "owl:Class".freeze,
671
1135
  unionOf: list("gr:ProductOrService".freeze, term(
@@ -679,9 +1143,7 @@ Typical unit code\(s\): CMT for centimeters, INH for inches).freeze,
679
1143
  subPropertyOf: "gr:quantitativeProductOrServiceProperty".freeze,
680
1144
  type: "owl:ObjectProperty".freeze
681
1145
  property :description,
682
- comment: %(A short textual description of the resource.
683
-
684
- This property is semantically equivalent to rdfs:comment and just meant as a handy shortcut for marking up data.).freeze,
1146
+ comment: "A short textual description of the resource. \n\nThis property is semantically equivalent to rdfs:comment and just meant as a handy shortcut for marking up data.".freeze,
685
1147
  domain: term(
686
1148
  type: "owl:Class".freeze,
687
1149
  unionOf: list("owl:Thing".freeze, "gr:Brand".freeze, "gr:BusinessEntity".freeze, "gr:BusinessEntityType".freeze, "gr:BusinessFunction".freeze, "gr:DayOfWeek".freeze, "gr:DeliveryChargeSpecification".freeze, "gr:DeliveryMethod".freeze, "gr:DeliveryModeParcelService".freeze, "gr:Individual".freeze, "gr:Location".freeze, "gr:Offering".freeze, "gr:OpeningHoursSpecification".freeze, "gr:PaymentChargeSpecification".freeze, "gr:PaymentMethod".freeze, "gr:PaymentMethodCreditCard".freeze, "gr:PriceSpecification".freeze, "gr:ProductOrService".freeze, "gr:ProductOrServiceModel".freeze, "gr:QualitativeValue".freeze, "gr:QuantitativeValue".freeze, "gr:QuantitativeValueFloat".freeze, "gr:QuantitativeValueInteger".freeze, "gr:SomeItems".freeze, "gr:TypeAndQuantityNode".freeze, "gr:UnitPriceSpecification".freeze, "gr:WarrantyPromise".freeze, "gr:WarrantyScope".freeze)
@@ -691,22 +1153,19 @@ This property is semantically equivalent to rdfs:comment and just meant as a han
691
1153
  range: "rdfs:Literal".freeze,
692
1154
  type: "owl:DatatypeProperty".freeze
693
1155
  property :displayPosition,
694
- comment: %(The position at which the option or element should be listed in a menu or user dialog, lower numbers come first.
695
-
696
- 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.
697
- Note: Rely on this property only for data originating from a single RDF graph; otherwise, unpredictable results are possible.).freeze,
1156
+ comment: "The position at which the option or element should be listed in a menu or user dialog, lower numbers come first.\n\nThe 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.\nNote: Rely on this property only for data originating from a single RDF graph; otherwise, unpredictable results are possible.".freeze,
698
1157
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
699
1158
  label: "display position (0..1)".freeze,
700
1159
  type: "owl:AnnotationProperty".freeze
701
1160
  property :durationOfWarrantyInMonths,
702
- comment: %(This property specifies the duration of the gr:WarrantyPromise in months.).freeze,
1161
+ comment: "This property specifies the duration of the gr:WarrantyPromise in months.".freeze,
703
1162
  domain: "gr:WarrantyPromise".freeze,
704
1163
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
705
1164
  label: "duration of warranty in months (0..1)".freeze,
706
1165
  range: "xsd:int".freeze,
707
1166
  type: "owl:DatatypeProperty".freeze
708
1167
  property :eligibleCustomerTypes,
709
- comment: %(The types of customers \(gr:BusinessEntityType\) for which the given gr:Offering is valid.).freeze,
1168
+ comment: "The types of customers (gr:BusinessEntityType) for which the given gr:Offering is valid.".freeze,
710
1169
  domain: term(
711
1170
  type: "owl:Class".freeze,
712
1171
  unionOf: list("gr:Offering".freeze, term(
@@ -719,9 +1178,7 @@ Note: Rely on this property only for data originating from a single RDF graph; o
719
1178
  range: "gr:BusinessEntityType".freeze,
720
1179
  type: "owl:ObjectProperty".freeze
721
1180
  property :eligibleDuration,
722
- comment: %(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\).
723
-
724
- 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.).freeze,
1181
+ comment: "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).\n\nThe 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.".freeze,
725
1182
  domain: term(
726
1183
  type: "owl:Class".freeze,
727
1184
  unionOf: list("gr:Offering".freeze, "gr:License".freeze, term(
@@ -734,9 +1191,7 @@ The difference to the gr:validFrom and gr:validThrough properties is that those
734
1191
  range: "gr:QuantitativeValue".freeze,
735
1192
  type: "owl:ObjectProperty".freeze
736
1193
  property :eligibleRegions,
737
- comment: %(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.
738
-
739
- Important: Do NOT use 3-letter ISO 3166-1 codes!).freeze,
1194
+ comment: "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.\n\nImportant: Do NOT use 3-letter ISO 3166-1 codes!".freeze,
740
1195
  domain: term(
741
1196
  type: "owl:Class".freeze,
742
1197
  unionOf: list("gr:DeliveryChargeSpecification".freeze, "gr:Offering".freeze, "gr:License".freeze, term(
@@ -749,9 +1204,7 @@ Important: Do NOT use 3-letter ISO 3166-1 codes!).freeze,
749
1204
  range: "xsd:string".freeze,
750
1205
  type: "owl:DatatypeProperty".freeze
751
1206
  property :eligibleTransactionVolume,
752
- comment: %(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.
753
-
754
- 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\).).freeze,
1207
+ comment: "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.\n\nThe 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).".freeze,
755
1208
  domain: term(
756
1209
  type: "owl:Class".freeze,
757
1210
  unionOf: list("gr:Offering".freeze, "gr:PriceSpecification".freeze, term(
@@ -764,7 +1217,7 @@ The object is a gr:PriceSpecification that uses the properties gr:hasMaxCurrency
764
1217
  range: "gr:PriceSpecification".freeze,
765
1218
  type: "owl:ObjectProperty".freeze
766
1219
  property :equal,
767
- comment: %(This ordering relation for qualitative values indicates that the subject is equal to the object.).freeze,
1220
+ comment: "This ordering relation for qualitative values indicates that the subject is equal to the object.".freeze,
768
1221
  domain: "gr:QualitativeValue".freeze,
769
1222
  inverseOf: "gr:equal".freeze,
770
1223
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
@@ -772,7 +1225,7 @@ The object is a gr:PriceSpecification that uses the properties gr:hasMaxCurrency
772
1225
  range: "gr:QualitativeValue".freeze,
773
1226
  type: ["owl:ObjectProperty".freeze, "owl:SymmetricProperty".freeze, "owl:TransitiveProperty".freeze]
774
1227
  property :greater,
775
- comment: %(This ordering relation for qualitative values indicates that the subject is greater than the object.).freeze,
1228
+ comment: "This ordering relation for qualitative values indicates that the subject is greater than the object.".freeze,
776
1229
  domain: "gr:QualitativeValue".freeze,
777
1230
  inverseOf: "gr:lesser".freeze,
778
1231
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
@@ -780,7 +1233,7 @@ The object is a gr:PriceSpecification that uses the properties gr:hasMaxCurrency
780
1233
  range: "gr:QualitativeValue".freeze,
781
1234
  type: ["owl:ObjectProperty".freeze, "owl:TransitiveProperty".freeze]
782
1235
  property :greaterOrEqual,
783
- comment: %(This ordering relation for qualitative values indicates that the subject is greater than or equal to the object.).freeze,
1236
+ comment: "This ordering relation for qualitative values indicates that the subject is greater than or equal to the object.".freeze,
784
1237
  domain: "gr:QualitativeValue".freeze,
785
1238
  inverseOf: "gr:lesserOrEqual".freeze,
786
1239
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
@@ -788,7 +1241,7 @@ The object is a gr:PriceSpecification that uses the properties gr:hasMaxCurrency
788
1241
  range: "gr:QualitativeValue".freeze,
789
1242
  type: ["owl:ObjectProperty".freeze, "owl:TransitiveProperty".freeze]
790
1243
  property :hasBrand,
791
- comment: %(This specifies the brand or brands \(gr:Brand\) associated with a gr:ProductOrService, or the brand or brands maintained by a gr:BusinessEntity.).freeze,
1244
+ comment: "This specifies the brand or brands (gr:Brand) associated with a gr:ProductOrService, or the brand or brands maintained by a gr:BusinessEntity.".freeze,
792
1245
  domain: term(
793
1246
  type: "owl:Class".freeze,
794
1247
  unionOf: list("gr:BusinessEntity".freeze, "gr:ProductOrService".freeze, term(
@@ -804,9 +1257,7 @@ The object is a gr:PriceSpecification that uses the properties gr:hasMaxCurrency
804
1257
  range: "gr:Brand".freeze,
805
1258
  type: "owl:ObjectProperty".freeze
806
1259
  property :hasBusinessFunction,
807
- comment: %(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.
808
-
809
- 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.).freeze,
1260
+ comment: "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.\n\t\nNote: 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.".freeze,
810
1261
  domain: term(
811
1262
  type: "owl:Class".freeze,
812
1263
  unionOf: list("gr:Offering".freeze, "gr:TypeAndQuantityNode".freeze, term(
@@ -819,20 +1270,14 @@ Note: While it is possible that an entity is offering multiple types of business
819
1270
  range: "gr:BusinessFunction".freeze,
820
1271
  type: "owl:ObjectProperty".freeze
821
1272
  property :hasCurrency,
822
- comment: %(The currency for all prices in the gr:PriceSpecification given using the ISO 4217 standard \(3 characters\).).freeze,
1273
+ comment: "The currency for all prices in the gr:PriceSpecification given using the ISO 4217 standard (3 characters).".freeze,
823
1274
  domain: "gr:PriceSpecification".freeze,
824
1275
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
825
1276
  label: "has currency (1..1)".freeze,
826
1277
  range: "xsd:string".freeze,
827
1278
  type: "owl:DatatypeProperty".freeze
828
1279
  property :hasCurrencyValue,
829
- comment: %(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.
830
-
831
- 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.
832
-
833
- 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.
834
-
835
- 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.).freeze,
1280
+ comment: "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.\n\nFor 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.\n\nGoodRelations 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. \n\nUsing 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.".freeze,
836
1281
  domain: "gr:PriceSpecification".freeze,
837
1282
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
838
1283
  label: "has currency value (0..1)".freeze,
@@ -840,7 +1285,7 @@ Using gr:hasCurrencyValue sets the upper and lower bounds to the same given valu
840
1285
  subPropertyOf: ["gr:hasMaxCurrencyValue".freeze, "gr:hasMinCurrencyValue".freeze],
841
1286
  type: "owl:DatatypeProperty".freeze
842
1287
  property :hasDUNS,
843
- comment: %(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\).).freeze,
1288
+ comment: "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).".freeze,
844
1289
  domain: term(
845
1290
  type: "owl:Class".freeze,
846
1291
  unionOf: list("gr:BusinessEntity".freeze, term(
@@ -853,10 +1298,7 @@ Using gr:hasCurrencyValue sets the upper and lower bounds to the same given valu
853
1298
  range: "xsd:string".freeze,
854
1299
  type: "owl:DatatypeProperty".freeze
855
1300
  property :"hasEAN_UCC-13",
856
- comment: %(The EAN·UCC-13 code of the given gr:ProductOrService or gr:Offering. This code is now officially called GTIN-13 \(Global Trade Identifier Number\) or EAN·UCC-13. Former 12-digit UPC codes can be converted into EAN·UCC-13 code by simply adding a preceeding zero.
857
-
858
- Note 1: When using this property for searching by 12-digit UPC codes, you must add a preceeding zero digit.
859
- Note 2: As of January 1, 2007, the former ISBN numbers for books etc. have been integrated into the EAN·UCC-13 code. For each old ISBN-10 code, there exists a proper translation into EAN·UCC-13 by adding "978" or "979" as prefix. Since the old ISBN-10 is now deprecated, GoodRelations does not provide a property for ISBNs.).freeze,
1301
+ comment: "The EAN·UCC-13 code of the given gr:ProductOrService or gr:Offering. This code is now officially called GTIN-13 (Global Trade Identifier Number) or EAN·UCC-13. Former 12-digit UPC codes can be converted into EAN·UCC-13 code by simply adding a preceeding zero.\n\nNote 1: When using this property for searching by 12-digit UPC codes, you must add a preceeding zero digit.\nNote 2: As of January 1, 2007, the former ISBN numbers for books etc. have been integrated into the EAN·UCC-13 code. For each old ISBN-10 code, there exists a proper translation into EAN·UCC-13 by adding \"978\" or \"979\" as prefix. Since the old ISBN-10 is now deprecated, GoodRelations does not provide a property for ISBNs.".freeze,
860
1302
  domain: term(
861
1303
  type: "owl:Class".freeze,
862
1304
  unionOf: list("gr:Offering".freeze, "gr:ProductOrService".freeze, term(
@@ -870,8 +1312,7 @@ Note 2: As of January 1, 2007, the former ISBN numbers for books etc. have been
870
1312
  subPropertyOf: "schema:productID".freeze,
871
1313
  type: "owl:DatatypeProperty".freeze
872
1314
  property :hasEligibleQuantity,
873
- comment: %(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.
874
- 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.).freeze,
1315
+ comment: "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.\nNote 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.".freeze,
875
1316
  domain: term(
876
1317
  type: "owl:Class".freeze,
877
1318
  unionOf: list("gr:Offering".freeze, "gr:PriceSpecification".freeze, term(
@@ -884,7 +1325,7 @@ Note that if an offering is a bundle, i.e. it consists of more than one unit of
884
1325
  range: "gr:QuantitativeValue".freeze,
885
1326
  type: "owl:ObjectProperty".freeze
886
1327
  property :"hasGTIN-14",
887
- comment: %(The Global Trade Item Number \(GTIN-14\) of the given gr:ProductOrService or gr:Offering.).freeze,
1328
+ comment: "The Global Trade Item Number (GTIN-14) of the given gr:ProductOrService or gr:Offering.".freeze,
888
1329
  domain: term(
889
1330
  type: "owl:Class".freeze,
890
1331
  unionOf: list("gr:Offering".freeze, "gr:ProductOrService".freeze, term(
@@ -898,7 +1339,7 @@ Note that if an offering is a bundle, i.e. it consists of more than one unit of
898
1339
  subPropertyOf: "schema:productID".freeze,
899
1340
  type: "owl:DatatypeProperty".freeze
900
1341
  property :"hasGTIN-8",
901
- comment: %(The 8-digit Global Trade Item Number \(GTIN-8\) of the given gr:ProductOrService or gr:Offering, also known as EAN/UCC-8 \(8-digit EAN\).).freeze,
1342
+ comment: "The 8-digit Global Trade Item Number (GTIN-8) of the given gr:ProductOrService or gr:Offering, also known as EAN/UCC-8 (8-digit EAN).".freeze,
902
1343
  domain: term(
903
1344
  type: "owl:Class".freeze,
904
1345
  unionOf: list("gr:Offering".freeze, "gr:ProductOrService".freeze, term(
@@ -912,8 +1353,7 @@ Note that if an offering is a bundle, i.e. it consists of more than one unit of
912
1353
  subPropertyOf: "schema:productID".freeze,
913
1354
  type: "owl:DatatypeProperty".freeze
914
1355
  property :hasGlobalLocationNumber,
915
- comment: %(The Global Location Number \(GLN, sometimes also referred to as International Location Number or ILN\) of the respective gr:BusinessEntity or gr:Location.
916
- The Global Location Number is a thirteen-digit number used to identify parties and physical locations.).freeze,
1356
+ comment: "The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective gr:BusinessEntity or gr:Location.\nThe Global Location Number is a thirteen-digit number used to identify parties and physical locations.".freeze,
917
1357
  domain: term(
918
1358
  type: "owl:Class".freeze,
919
1359
  unionOf: list("gr:BusinessEntity".freeze, "gr:Location".freeze, term(
@@ -929,9 +1369,7 @@ The Global Location Number is a thirteen-digit number used to identify parties a
929
1369
  range: "xsd:string".freeze,
930
1370
  type: "owl:DatatypeProperty".freeze
931
1371
  property :hasISICv4,
932
- comment: %(The International Standard of Industrial Classification of All Economic Activities \(ISIC\), Revision 4 code for a particular gr:BusinessEntity or gr:Location. See http://unstats.un.org/unsd/cr/registry/isic-4.asp for more information.
933
-
934
- Note: While ISIC codes are sometimes misused for classifying products or services, they are designed and suited only for classifying business establishments.).freeze,
1372
+ comment: "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular gr:BusinessEntity or gr:Location. See http://unstats.un.org/unsd/cr/registry/isic-4.asp for more information.\n\nNote: While ISIC codes are sometimes misused for classifying products or services, they are designed and suited only for classifying business establishments.".freeze,
935
1373
  domain: term(
936
1374
  type: "owl:Class".freeze,
937
1375
  unionOf: list("gr:BusinessEntity".freeze, "gr:Location".freeze, term(
@@ -947,9 +1385,7 @@ Note: While ISIC codes are sometimes misused for classifying products or service
947
1385
  range: "xsd:int".freeze,
948
1386
  type: "owl:DatatypeProperty".freeze
949
1387
  property :hasInventoryLevel,
950
- comment: %(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.
951
-
952
- This property can also be attached to a gr:Offering in cases where the included products are not modeled in more detail.).freeze,
1388
+ comment: "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.\n\nThis property can also be attached to a gr:Offering in cases where the included products are not modeled in more detail.".freeze,
953
1389
  domain: term(
954
1390
  type: "owl:Class".freeze,
955
1391
  unionOf: list("gr:Offering".freeze, "gr:SomeItems".freeze, term(
@@ -962,13 +1398,7 @@ This property can also be attached to a gr:Offering in cases where the included
962
1398
  range: "gr:QuantitativeValueFloat".freeze,
963
1399
  type: "owl:ObjectProperty".freeze
964
1400
  property :hasMPN,
965
- comment: %(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.
966
-
967
- 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.
968
-
969
- Usually, the properties gr:hasEAN_UCC-13 and gr:hasGTIN-14 are much more reliable identifiers, because they are globally unique.
970
-
971
- See also http://en.wikipedia.org/wiki/Part_number).freeze,
1401
+ comment: "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.\n\nImportant: 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. \n\nUsually, the properties gr:hasEAN_UCC-13 and gr:hasGTIN-14 are much more reliable identifiers, because they are globally unique.\n\nSee also http://en.wikipedia.org/wiki/Part_number".freeze,
972
1402
  domain: term(
973
1403
  type: "owl:Class".freeze,
974
1404
  unionOf: list("gr:Offering".freeze, "gr:ProductOrService".freeze, term(
@@ -982,9 +1412,7 @@ See also http://en.wikipedia.org/wiki/Part_number).freeze,
982
1412
  subPropertyOf: "schema:productID".freeze,
983
1413
  type: "owl:DatatypeProperty".freeze
984
1414
  property :hasMakeAndModel,
985
- comment: %(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.
986
-
987
- Example: myFordT hasMakeAndModel FordT.).freeze,
1415
+ comment: "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.\n\nExample: myFordT hasMakeAndModel FordT.".freeze,
988
1416
  domain: term(
989
1417
  type: "owl:Class".freeze,
990
1418
  unionOf: list("gr:Individual".freeze, "gr:SomeItems".freeze, term(
@@ -997,7 +1425,7 @@ Example: myFordT hasMakeAndModel FordT.).freeze,
997
1425
  range: "gr:ProductOrServiceModel".freeze,
998
1426
  type: "owl:ObjectProperty".freeze
999
1427
  property :hasManufacturer,
1000
- comment: %(This object property links a gr:ProductOrService to the gr:BusinessEntity that produces it. Mostly used with gr:ProductOrServiceModel.).freeze,
1428
+ comment: "This object property links a gr:ProductOrService to the gr:BusinessEntity that produces it. Mostly used with gr:ProductOrServiceModel.".freeze,
1001
1429
  domain: term(
1002
1430
  type: "owl:Class".freeze,
1003
1431
  unionOf: list("gr:ProductOrService".freeze, term(
@@ -1010,24 +1438,21 @@ Example: myFordT hasMakeAndModel FordT.).freeze,
1010
1438
  range: "gr:BusinessEntity".freeze,
1011
1439
  type: "owl:ObjectProperty".freeze
1012
1440
  property :hasMaxCurrencyValue,
1013
- comment: %(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.
1014
- 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.
1015
-
1016
- 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.).freeze,
1441
+ comment: "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.\nFor 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.\n\nUsing 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.".freeze,
1017
1442
  domain: "gr:PriceSpecification".freeze,
1018
1443
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1019
1444
  label: "has max currency value (1..1)".freeze,
1020
1445
  range: "xsd:float".freeze,
1021
1446
  type: "owl:DatatypeProperty".freeze
1022
1447
  property :hasMaxValue,
1023
- comment: %(This property captures the upper limit of a gr:QuantitativeValue instance.).freeze,
1448
+ comment: "This property captures the upper limit of a gr:QuantitativeValue instance.".freeze,
1024
1449
  domain: "gr:QuantitativeValue".freeze,
1025
1450
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1026
1451
  label: "has max value (0..1)".freeze,
1027
1452
  range: "rdfs:Literal".freeze,
1028
1453
  type: "owl:DatatypeProperty".freeze
1029
1454
  property :hasMaxValueFloat,
1030
- comment: %(This property captures the upper limit of a gr:QuantitativeValueFloat instance.).freeze,
1455
+ comment: "This property captures the upper limit of a gr:QuantitativeValueFloat instance.".freeze,
1031
1456
  domain: "gr:QuantitativeValueFloat".freeze,
1032
1457
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1033
1458
  label: "has max value float (1..1)".freeze,
@@ -1035,7 +1460,7 @@ Using gr:hasCurrencyValue sets the upper and lower bounds to the same given valu
1035
1460
  subPropertyOf: "gr:hasMaxValue".freeze,
1036
1461
  type: "owl:DatatypeProperty".freeze
1037
1462
  property :hasMaxValueInteger,
1038
- comment: %(This property captures the upper limit of a gr:QuantitativeValueInteger instance.).freeze,
1463
+ comment: "This property captures the upper limit of a gr:QuantitativeValueInteger instance.".freeze,
1039
1464
  domain: "gr:QuantitativeValueInteger".freeze,
1040
1465
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1041
1466
  label: "has max value integer (1..1)".freeze,
@@ -1043,24 +1468,21 @@ Using gr:hasCurrencyValue sets the upper and lower bounds to the same given valu
1043
1468
  subPropertyOf: "gr:hasMaxValue".freeze,
1044
1469
  type: "owl:DatatypeProperty".freeze
1045
1470
  property :hasMinCurrencyValue,
1046
- comment: %(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.
1047
- 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.
1048
-
1049
- 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.).freeze,
1471
+ comment: "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.\nFor 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.\n\nUsing 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.".freeze,
1050
1472
  domain: "gr:PriceSpecification".freeze,
1051
1473
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1052
1474
  label: "has min currency value (1..1)".freeze,
1053
1475
  range: "xsd:float".freeze,
1054
1476
  type: "owl:DatatypeProperty".freeze
1055
1477
  property :hasMinValue,
1056
- comment: %(This property captures the lower limit of a gr:QuantitativeValue instance.).freeze,
1478
+ comment: "This property captures the lower limit of a gr:QuantitativeValue instance.".freeze,
1057
1479
  domain: "gr:QuantitativeValue".freeze,
1058
1480
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1059
1481
  label: "has min value (0..1)".freeze,
1060
1482
  range: "rdfs:Literal".freeze,
1061
1483
  type: "owl:DatatypeProperty".freeze
1062
1484
  property :hasMinValueFloat,
1063
- comment: %(This property captures the lower limit of a gr:QuantitativeValueFloat instance.).freeze,
1485
+ comment: "This property captures the lower limit of a gr:QuantitativeValueFloat instance.".freeze,
1064
1486
  domain: "gr:QuantitativeValueFloat".freeze,
1065
1487
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1066
1488
  label: "has min value float (1..1)".freeze,
@@ -1068,7 +1490,7 @@ Using gr:hasCurrencyValue sets the upper and lower bounds to the same given valu
1068
1490
  subPropertyOf: "gr:hasMinValue".freeze,
1069
1491
  type: "owl:DatatypeProperty".freeze
1070
1492
  property :hasMinValueInteger,
1071
- comment: %(This property captures the lower limit of a gr:QuantitativeValueInteger instance.).freeze,
1493
+ comment: "This property captures the lower limit of a gr:QuantitativeValueInteger instance.".freeze,
1072
1494
  domain: "gr:QuantitativeValueInteger".freeze,
1073
1495
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1074
1496
  label: "has min value integer (1..1)".freeze,
@@ -1076,10 +1498,7 @@ Using gr:hasCurrencyValue sets the upper and lower bounds to the same given valu
1076
1498
  subPropertyOf: "gr:hasMinValue".freeze,
1077
1499
  type: "owl:DatatypeProperty".freeze
1078
1500
  property :hasNAICS,
1079
- comment: %(The North American Industry Classification System \(NAICS\) code for a particular gr:BusinessEntity.
1080
- See http://www.census.gov/eos/www/naics/ for more details.
1081
-
1082
- Note: While NAICS codes are sometimes misused for classifying products or services, they are designed and suited only for classifying business establishments.).freeze,
1501
+ comment: "The North American Industry Classification System (NAICS) code for a particular gr:BusinessEntity.\nSee http://www.census.gov/eos/www/naics/ for more details.\n\nNote: While NAICS codes are sometimes misused for classifying products or services, they are designed and suited only for classifying business establishments.".freeze,
1083
1502
  domain: term(
1084
1503
  type: "owl:Class".freeze,
1085
1504
  unionOf: list("gr:BusinessEntity".freeze, term(
@@ -1092,11 +1511,7 @@ Note: While NAICS codes are sometimes misused for classifying products or servic
1092
1511
  range: "xsd:int".freeze,
1093
1512
  type: "owl:DatatypeProperty".freeze
1094
1513
  property :hasNext,
1095
- comment: %(This ordering relation for gr:DayOfWeek indicates that the subject is directly followed by the object.
1096
-
1097
- Example: Monday hasNext Tuesday
1098
-
1099
- Since days of the week are a cycle, this property is not transitive.).freeze,
1514
+ comment: "This ordering relation for gr:DayOfWeek indicates that the subject is directly followed by the object.\n\nExample: Monday hasNext Tuesday\n\nSince days of the week are a cycle, this property is not transitive.".freeze,
1100
1515
  domain: "gr:DayOfWeek".freeze,
1101
1516
  inverseOf: "gr:hasPrevious".freeze,
1102
1517
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
@@ -1104,16 +1519,14 @@ Since days of the week are a cycle, this property is not transitive.).freeze,
1104
1519
  range: "gr:DayOfWeek".freeze,
1105
1520
  type: "owl:ObjectProperty".freeze
1106
1521
  property :hasOpeningHoursDayOfWeek,
1107
- comment: %(This specifies the gr:DayOfWeek to which the gr:OpeningHoursSpecification is related.
1108
-
1109
- Note: Use multiple instances of gr:OpeningHoursSpecification for specifying the opening hours for multiple days if the opening hours differ.).freeze,
1522
+ comment: "This specifies the gr:DayOfWeek to which the gr:OpeningHoursSpecification is related.\n\nNote: Use multiple instances of gr:OpeningHoursSpecification for specifying the opening hours for multiple days if the opening hours differ.".freeze,
1110
1523
  domain: "gr:OpeningHoursSpecification".freeze,
1111
1524
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1112
1525
  label: "has opening hours day of week (1..*)".freeze,
1113
1526
  range: "gr:DayOfWeek".freeze,
1114
1527
  type: "owl:ObjectProperty".freeze
1115
1528
  property :hasOpeningHoursSpecification,
1116
- comment: %(This property links a gr:Location to a gr:OpeningHoursSpecification.).freeze,
1529
+ comment: "This property links a gr:Location to a gr:OpeningHoursSpecification.".freeze,
1117
1530
  domain: term(
1118
1531
  type: "owl:Class".freeze,
1119
1532
  unionOf: list("gr:Location".freeze, term(
@@ -1126,7 +1539,7 @@ Note: Use multiple instances of gr:OpeningHoursSpecification for specifying the
1126
1539
  range: "gr:OpeningHoursSpecification".freeze,
1127
1540
  type: "owl:ObjectProperty".freeze
1128
1541
  property :hasPOS,
1129
- comment: %(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.).freeze,
1542
+ comment: "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.".freeze,
1130
1543
  domain: term(
1131
1544
  type: "owl:Class".freeze,
1132
1545
  unionOf: list("gr:BusinessEntity".freeze, term(
@@ -1139,11 +1552,7 @@ Note: Use multiple instances of gr:OpeningHoursSpecification for specifying the
1139
1552
  range: "gr:Location".freeze,
1140
1553
  type: "owl:ObjectProperty".freeze
1141
1554
  property :hasPrevious,
1142
- comment: %(This ordering relation for gr:DayOfWeek indicates that the subject is directly preceeded by the object.
1143
-
1144
- Example: Tuesday hasPrevious Monday
1145
-
1146
- Since days of the week are a cycle, this property is not transitive.).freeze,
1555
+ comment: "This ordering relation for gr:DayOfWeek indicates that the subject is directly preceeded by the object.\n\nExample: Tuesday hasPrevious Monday\n\nSince days of the week are a cycle, this property is not transitive.".freeze,
1147
1556
  domain: "gr:DayOfWeek".freeze,
1148
1557
  inverseOf: "gr:hasNext".freeze,
1149
1558
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
@@ -1151,9 +1560,7 @@ Since days of the week are a cycle, this property is not transitive.).freeze,
1151
1560
  range: "gr:DayOfWeek".freeze,
1152
1561
  type: "owl:ObjectProperty".freeze
1153
1562
  property :hasPriceSpecification,
1154
- comment: %(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.
1155
-
1156
- Recommended retail prices etc. can be marked by the gr:priceType property of the gr:UnitPriceSpecification.).freeze,
1563
+ comment: "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.\n\nRecommended retail prices etc. can be marked by the gr:priceType property of the gr:UnitPriceSpecification.".freeze,
1157
1564
  domain: term(
1158
1565
  type: "owl:Class".freeze,
1159
1566
  unionOf: list("gr:Offering".freeze, term(
@@ -1166,18 +1573,7 @@ Recommended retail prices etc. can be marked by the gr:priceType property of the
1166
1573
  range: "gr:PriceSpecification".freeze,
1167
1574
  type: "owl:ObjectProperty".freeze
1168
1575
  property :hasStockKeepingUnit,
1169
- comment: %(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.
1170
- Examples of SKUs are the ordering or parts numbers used by a particular Web shop or catalog.
1171
-
1172
- Consequently, the domain of gr:hasStockKeepingUnit is the union of the classes gr:Offering and gr:ProductOrService.
1173
- 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.
1174
- 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.
1175
-
1176
- 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.
1177
-
1178
- Usually, the properties gr:hasEAN_UCC-13 and gr:hasGTIN-14 are much more reliable identifiers, because they are globally unique.
1179
-
1180
- See also http://en.wikipedia.org/wiki/Stock_Keeping_Unit.).freeze,
1576
+ comment: "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. \nExamples of SKUs are the ordering or parts numbers used by a particular Web shop or catalog.\n\nConsequently, the domain of gr:hasStockKeepingUnit is the union of the classes gr:Offering and gr:ProductOrService. \nIf 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. \nIf 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.\n\nImportant: 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.\n\nUsually, the properties gr:hasEAN_UCC-13 and gr:hasGTIN-14 are much more reliable identifiers, because they are globally unique.\n\nSee also http://en.wikipedia.org/wiki/Stock_Keeping_Unit.".freeze,
1181
1577
  domain: term(
1182
1578
  type: "owl:Class".freeze,
1183
1579
  unionOf: list("gr:Offering".freeze, "gr:ProductOrService".freeze, term(
@@ -1194,7 +1590,7 @@ See also http://en.wikipedia.org/wiki/Stock_Keeping_Unit.).freeze,
1194
1590
  subPropertyOf: "schema:productID".freeze,
1195
1591
  type: "owl:DatatypeProperty".freeze
1196
1592
  property :hasUnitOfMeasurement,
1197
- comment: %(The unit of measurement for a gr:QuantitativeValue, a gr:UnitPriceSpecification, or a gr:TypeAndQuantityNode given using the UN/CEFACT Common Code \(3 characters\).).freeze,
1593
+ comment: "The unit of measurement for a gr:QuantitativeValue, a gr:UnitPriceSpecification, or a gr:TypeAndQuantityNode given using the UN/CEFACT Common Code (3 characters).".freeze,
1198
1594
  domain: term(
1199
1595
  type: "owl:Class".freeze,
1200
1596
  unionOf: list("gr:QuantitativeValue".freeze, "gr:TypeAndQuantityNode".freeze, "gr:UnitPriceSpecification".freeze)
@@ -1204,7 +1600,7 @@ See also http://en.wikipedia.org/wiki/Stock_Keeping_Unit.).freeze,
1204
1600
  range: "xsd:string".freeze,
1205
1601
  type: "owl:DatatypeProperty".freeze
1206
1602
  property :hasValue,
1207
- comment: %(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.).freeze,
1603
+ comment: "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.".freeze,
1208
1604
  domain: "gr:QuantitativeValue".freeze,
1209
1605
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1210
1606
  label: "has value (0..1)".freeze,
@@ -1212,7 +1608,7 @@ See also http://en.wikipedia.org/wiki/Stock_Keeping_Unit.).freeze,
1212
1608
  subPropertyOf: ["gr:hasMaxValue".freeze, "gr:hasMinValue".freeze],
1213
1609
  type: "owl:DatatypeProperty".freeze
1214
1610
  property :hasValueFloat,
1215
- comment: %(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.).freeze,
1611
+ comment: "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.".freeze,
1216
1612
  domain: "gr:QuantitativeValueFloat".freeze,
1217
1613
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1218
1614
  label: "has value float (0..1)".freeze,
@@ -1220,7 +1616,7 @@ See also http://en.wikipedia.org/wiki/Stock_Keeping_Unit.).freeze,
1220
1616
  subPropertyOf: ["gr:hasMaxValueFloat".freeze, "gr:hasMinValueFloat".freeze],
1221
1617
  type: "owl:DatatypeProperty".freeze
1222
1618
  property :hasValueInteger,
1223
- comment: %(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.).freeze,
1619
+ comment: "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.".freeze,
1224
1620
  domain: "gr:QuantitativeValueInteger".freeze,
1225
1621
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1226
1622
  label: "has value integer (0..1)".freeze,
@@ -1228,7 +1624,7 @@ See also http://en.wikipedia.org/wiki/Stock_Keeping_Unit.).freeze,
1228
1624
  subPropertyOf: ["gr:hasMaxValueInteger".freeze, "gr:hasMinValueInteger".freeze],
1229
1625
  type: "owl:DatatypeProperty".freeze
1230
1626
  property :hasWarrantyPromise,
1231
- comment: %(This specifies the gr:WarrantyPromise made by the gr:BusinessEntity for the given gr:Offering.).freeze,
1627
+ comment: "This specifies the gr:WarrantyPromise made by the gr:BusinessEntity for the given gr:Offering.".freeze,
1232
1628
  domain: term(
1233
1629
  type: "owl:Class".freeze,
1234
1630
  unionOf: list("gr:Offering".freeze, term(
@@ -1241,15 +1637,14 @@ See also http://en.wikipedia.org/wiki/Stock_Keeping_Unit.).freeze,
1241
1637
  range: "gr:WarrantyPromise".freeze,
1242
1638
  type: "owl:ObjectProperty".freeze
1243
1639
  property :hasWarrantyScope,
1244
- comment: %(This states the gr:WarrantyScope of a given gr:WarrantyPromise.).freeze,
1640
+ comment: "This states the gr:WarrantyScope of a given gr:WarrantyPromise.".freeze,
1245
1641
  domain: "gr:WarrantyPromise".freeze,
1246
1642
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1247
1643
  label: "has warranty scope (0..1)".freeze,
1248
1644
  range: "gr:WarrantyScope".freeze,
1249
1645
  type: "owl:ObjectProperty".freeze
1250
1646
  property :height,
1251
- comment: %(The height of the product.
1252
- Typical unit code\(s\): CMT for centimeters, INH for inches).freeze,
1647
+ comment: "The height of the product.\nTypical unit code(s): CMT for centimeters, INH for inches".freeze,
1253
1648
  domain: term(
1254
1649
  type: "owl:Class".freeze,
1255
1650
  unionOf: list("gr:ProductOrService".freeze, term(
@@ -1263,21 +1658,14 @@ Typical unit code\(s\): CMT for centimeters, INH for inches).freeze,
1263
1658
  subPropertyOf: "gr:quantitativeProductOrServiceProperty".freeze,
1264
1659
  type: "owl:ObjectProperty".freeze
1265
1660
  property :includes,
1266
- comment: %(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.
1267
-
1268
- 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.
1269
-
1270
- When linking to a gr:ProductOrServiceModel, it is equivalent to
1271
- 1. defining an blank node for a gr:SomeItems
1272
- 2. linking that blank node via gr:hasMakeAndModel to the gr:ProductOrServiceModel, and
1273
- 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.).freeze,
1661
+ comment: "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. \n\nWhen 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.\n\nWhen linking to a gr:ProductOrServiceModel, it is equivalent to \n1. defining an blank node for a gr:SomeItems\n2. linking that blank node via gr:hasMakeAndModel to the gr:ProductOrServiceModel, and\n3. 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.".freeze,
1274
1662
  domain: "gr:Offering".freeze,
1275
1663
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1276
1664
  label: "includes (0..1)".freeze,
1277
1665
  range: "gr:ProductOrService".freeze,
1278
1666
  type: "owl:ObjectProperty".freeze
1279
1667
  property :includesObject,
1280
- comment: %(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.).freeze,
1668
+ comment: "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.".freeze,
1281
1669
  domain: term(
1282
1670
  type: "owl:Class".freeze,
1283
1671
  unionOf: list("gr:Offering".freeze, term(
@@ -1290,7 +1678,7 @@ When linking to a gr:ProductOrServiceModel, it is equivalent to
1290
1678
  range: "gr:TypeAndQuantityNode".freeze,
1291
1679
  type: "owl:ObjectProperty".freeze
1292
1680
  property :isAccessoryOrSparePartFor,
1293
- comment: %(This states that a particular gr:ProductOrService is an accessory or spare part for another product or service.).freeze,
1681
+ comment: "This states that a particular gr:ProductOrService is an accessory or spare part for another product or service.".freeze,
1294
1682
  domain: term(
1295
1683
  type: "owl:Class".freeze,
1296
1684
  unionOf: list("gr:ProductOrService".freeze, term(
@@ -1303,7 +1691,7 @@ When linking to a gr:ProductOrServiceModel, it is equivalent to
1303
1691
  range: "gr:ProductOrService".freeze,
1304
1692
  type: "owl:ObjectProperty".freeze
1305
1693
  property :isConsumableFor,
1306
- comment: %(This states that a particular gr:ProductOrService is a consumable for another product or service.).freeze,
1694
+ comment: "This states that a particular gr:ProductOrService is a consumable for another product or service.".freeze,
1307
1695
  domain: term(
1308
1696
  type: "owl:Class".freeze,
1309
1697
  unionOf: list("gr:ProductOrService".freeze, term(
@@ -1316,8 +1704,7 @@ When linking to a gr:ProductOrServiceModel, it is equivalent to
1316
1704
  range: "gr:ProductOrService".freeze,
1317
1705
  type: "owl:ObjectProperty".freeze
1318
1706
  property :isListPrice,
1319
- comment: %(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.
1320
- DEPRECATED. Use the gr:priceType property instead.).freeze,
1707
+ comment: "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.\nDEPRECATED. Use the gr:priceType property instead.".freeze,
1321
1708
  domain: "gr:UnitPriceSpecification".freeze,
1322
1709
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1323
1710
  label: "is list price (DEPRECATED)".freeze,
@@ -1325,7 +1712,7 @@ DEPRECATED. Use the gr:priceType property instead.).freeze,
1325
1712
  range: "xsd:boolean".freeze,
1326
1713
  type: "owl:DatatypeProperty".freeze
1327
1714
  property :isSimilarTo,
1328
- comment: %(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.).freeze,
1715
+ comment: "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.".freeze,
1329
1716
  domain: term(
1330
1717
  type: "owl:Class".freeze,
1331
1718
  unionOf: list("gr:ProductOrService".freeze, term(
@@ -1338,17 +1725,14 @@ DEPRECATED. Use the gr:priceType property instead.).freeze,
1338
1725
  range: "gr:ProductOrService".freeze,
1339
1726
  type: "owl:ObjectProperty".freeze
1340
1727
  property :isVariantOf,
1341
- comment: %(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.
1342
-
1343
- Example:
1344
- foo:Red_Ford_T_Model gr:isVariantOf foo:Ford_T_Model).freeze,
1728
+ comment: "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.\n\nExample:\nfoo:Red_Ford_T_Model gr:isVariantOf foo:Ford_T_Model".freeze,
1345
1729
  domain: "gr:ProductOrServiceModel".freeze,
1346
1730
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1347
1731
  label: "is variant of (0..1)".freeze,
1348
1732
  range: "gr:ProductOrServiceModel".freeze,
1349
1733
  type: "owl:ObjectProperty".freeze
1350
1734
  property :legalName,
1351
- comment: %(The legal name of the gr:BusinessEntity.).freeze,
1735
+ comment: "The legal name of the gr:BusinessEntity.".freeze,
1352
1736
  domain: term(
1353
1737
  type: "owl:Class".freeze,
1354
1738
  unionOf: list("gr:BusinessEntity".freeze, term(
@@ -1361,7 +1745,7 @@ foo:Red_Ford_T_Model gr:isVariantOf foo:Ford_T_Model).freeze,
1361
1745
  range: "rdfs:Literal".freeze,
1362
1746
  type: "owl:DatatypeProperty".freeze
1363
1747
  property :lesser,
1364
- comment: %(This ordering relation for gr:QualitativeValue pairs indicates that the subject is lesser than the object.).freeze,
1748
+ comment: "This ordering relation for gr:QualitativeValue pairs indicates that the subject is lesser than the object.".freeze,
1365
1749
  domain: "gr:QualitativeValue".freeze,
1366
1750
  inverseOf: "gr:greater".freeze,
1367
1751
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
@@ -1369,7 +1753,7 @@ foo:Red_Ford_T_Model gr:isVariantOf foo:Ford_T_Model).freeze,
1369
1753
  range: "gr:QualitativeValue".freeze,
1370
1754
  type: ["owl:ObjectProperty".freeze, "owl:TransitiveProperty".freeze]
1371
1755
  property :lesserOrEqual,
1372
- comment: %(This ordering relation for gr:QualitativeValue pairs indicates that the subject is lesser than or equal to the object.).freeze,
1756
+ comment: "This ordering relation for gr:QualitativeValue pairs indicates that the subject is lesser than or equal to the object.".freeze,
1373
1757
  domain: "gr:QualitativeValue".freeze,
1374
1758
  inverseOf: "gr:greaterOrEqual".freeze,
1375
1759
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
@@ -1377,9 +1761,7 @@ foo:Red_Ford_T_Model gr:isVariantOf foo:Ford_T_Model).freeze,
1377
1761
  range: "gr:QualitativeValue".freeze,
1378
1762
  type: ["owl:ObjectProperty".freeze, "owl:TransitiveProperty".freeze]
1379
1763
  property :name,
1380
- comment: %(A short text describing the respective resource.
1381
-
1382
- This property is semantically equivalent to dcterms:title and rdfs:label and just meant as a handy shortcut for marking up data.).freeze,
1764
+ comment: "A short text describing the respective resource.\n\nThis property is semantically equivalent to dcterms:title and rdfs:label and just meant as a handy shortcut for marking up data.".freeze,
1383
1765
  domain: term(
1384
1766
  type: "owl:Class".freeze,
1385
1767
  unionOf: list("owl:Thing".freeze, "gr:Brand".freeze, "gr:BusinessEntity".freeze, "gr:BusinessEntityType".freeze, "gr:BusinessFunction".freeze, "gr:DayOfWeek".freeze, "gr:DeliveryChargeSpecification".freeze, "gr:DeliveryMethod".freeze, "gr:DeliveryModeParcelService".freeze, "gr:Individual".freeze, "gr:Location".freeze, "gr:Offering".freeze, "gr:OpeningHoursSpecification".freeze, "gr:PaymentChargeSpecification".freeze, "gr:PaymentMethod".freeze, "gr:PaymentMethodCreditCard".freeze, "gr:PriceSpecification".freeze, "gr:ProductOrService".freeze, "gr:ProductOrServiceModel".freeze, "gr:QualitativeValue".freeze, "gr:QuantitativeValue".freeze, "gr:QuantitativeValueFloat".freeze, "gr:QuantitativeValueInteger".freeze, "gr:SomeItems".freeze, "gr:TypeAndQuantityNode".freeze, "gr:UnitPriceSpecification".freeze, "gr:WarrantyPromise".freeze, "gr:WarrantyScope".freeze)
@@ -1389,7 +1771,7 @@ This property is semantically equivalent to dcterms:title and rdfs:label and jus
1389
1771
  range: "rdfs:Literal".freeze,
1390
1772
  type: "owl:DatatypeProperty".freeze
1391
1773
  property :nonEqual,
1392
- comment: %(This ordering relation for gr:QualitativeValue pairs indicates that the subject is not equal to the object.).freeze,
1774
+ comment: "This ordering relation for gr:QualitativeValue pairs indicates that the subject is not equal to the object.".freeze,
1393
1775
  domain: "gr:QualitativeValue".freeze,
1394
1776
  inverseOf: "gr:nonEqual".freeze,
1395
1777
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
@@ -1397,7 +1779,7 @@ This property is semantically equivalent to dcterms:title and rdfs:label and jus
1397
1779
  range: "gr:QualitativeValue".freeze,
1398
1780
  type: ["owl:ObjectProperty".freeze, "owl:SymmetricProperty".freeze]
1399
1781
  property :offers,
1400
- comment: %(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.).freeze,
1782
+ comment: "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.".freeze,
1401
1783
  domain: term(
1402
1784
  type: "owl:Class".freeze,
1403
1785
  unionOf: list("gr:BusinessEntity".freeze, term(
@@ -1410,35 +1792,14 @@ This property is semantically equivalent to dcterms:title and rdfs:label and jus
1410
1792
  range: "gr:Offering".freeze,
1411
1793
  type: "owl:ObjectProperty".freeze
1412
1794
  property :opens,
1413
- comment: %(The opening hour of the gr:Location on the given gr:DayOfWeek.
1414
- If no time-zone suffix is included, the time is given in the local time valid at the gr:Location.
1415
-
1416
- For a time in GMT/UTC, simply add a "Z" following the time:
1417
-
1418
- 09:30:10Z.
1419
-
1420
- Alternatively, you can specify an offset from the UTC time by adding a positive or negative time following the time:
1421
-
1422
- 09:30:10-09:00
1423
-
1424
- or
1425
-
1426
- 09:30:10+09:00.
1427
-
1428
- 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.
1429
- 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.
1430
- 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.).freeze,
1795
+ comment: "The opening hour of the gr:Location on the given gr:DayOfWeek.\nIf no time-zone suffix is included, the time is given in the local time valid at the gr:Location.\n\nFor a time in GMT/UTC, simply add a \"Z\" following the time:\n\n09:30:10Z.\n\nAlternatively, you can specify an offset from the UTC time by adding a positive or negative time following the time:\n\n09:30:10-09:00\n\nor\n\n09:30:10+09:00.\n\nNote 1: Use 00:00:00 for the first second of the respective day and 23:59:59 for the last second of that day.\nNote 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.\nNote 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.".freeze,
1431
1796
  domain: "gr:OpeningHoursSpecification".freeze,
1432
1797
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1433
1798
  label: "opens (1..1)".freeze,
1434
1799
  range: "xsd:time".freeze,
1435
1800
  type: "owl:DatatypeProperty".freeze
1436
1801
  property :owns,
1437
- comment: %(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.
1438
-
1439
- Note that the product must be an instance of the class gr:Individual.
1440
-
1441
- This property can also be safely applied to foaf:Agent instances.).freeze,
1802
+ comment: "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.\n\nNote that the product must be an instance of the class gr:Individual.\n\nThis property can also be safely applied to foaf:Agent instances.".freeze,
1442
1803
  domain: term(
1443
1804
  type: "owl:Class".freeze,
1444
1805
  unionOf: list("gr:BusinessEntity".freeze, term(
@@ -1454,11 +1815,7 @@ This property can also be safely applied to foaf:Agent instances.).freeze,
1454
1815
  range: "gr:Individual".freeze,
1455
1816
  type: "owl:ObjectProperty".freeze
1456
1817
  property :predecessorOf,
1457
- comment: %(This property indicates that the subject is a previous, often discontinued variant of the gr:ProductOrServiceModel used as the object.
1458
-
1459
- Example: Golf III predecessorOf Golf IV
1460
-
1461
- This relation is transitive.).freeze,
1818
+ comment: "This property indicates that the subject is a previous, often discontinued variant of the gr:ProductOrServiceModel used as the object.\n\nExample: Golf III predecessorOf Golf IV\n\nThis relation is transitive.".freeze,
1462
1819
  domain: "gr:ProductOrServiceModel".freeze,
1463
1820
  inverseOf: "gr:successorOf".freeze,
1464
1821
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
@@ -1466,20 +1823,14 @@ This relation is transitive.).freeze,
1466
1823
  range: "gr:ProductOrServiceModel".freeze,
1467
1824
  type: ["owl:ObjectProperty".freeze, "owl:TransitiveProperty".freeze]
1468
1825
  property :priceType,
1469
- comment: %(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:
1470
-
1471
- The absence of this property marks the actual sales price.
1472
-
1473
- 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.
1474
-
1475
- INVOICE: The invoice price, mostly used in the car industry - this is the price a dealer pays to the manufacturer, excluding rebates and charges.).freeze,
1826
+ comment: "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:\n\nThe absence of this property marks the actual sales price.\n\nSRP: \"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.\n\nINVOICE: The invoice price, mostly used in the car industry - this is the price a dealer pays to the manufacturer, excluding rebates and charges.".freeze,
1476
1827
  domain: "gr:UnitPriceSpecification".freeze,
1477
1828
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1478
1829
  label: "price type (0..1)".freeze,
1479
1830
  range: "xsd:string".freeze,
1480
1831
  type: "owl:DatatypeProperty".freeze
1481
1832
  property :qualitativeProductOrServiceProperty,
1482
- comment: %(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.).freeze,
1833
+ comment: "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.".freeze,
1483
1834
  domain: term(
1484
1835
  type: "owl:Class".freeze,
1485
1836
  unionOf: list("gr:ProductOrService".freeze, term(
@@ -1492,7 +1843,7 @@ INVOICE: The invoice price, mostly used in the car industry - this is the price
1492
1843
  range: "gr:QualitativeValue".freeze,
1493
1844
  type: "owl:ObjectProperty".freeze
1494
1845
  property :quantitativeProductOrServiceProperty,
1495
- comment: %(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.).freeze,
1846
+ comment: "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.".freeze,
1496
1847
  domain: term(
1497
1848
  type: "owl:Class".freeze,
1498
1849
  unionOf: list("gr:ProductOrService".freeze, term(
@@ -1505,14 +1856,12 @@ INVOICE: The invoice price, mostly used in the car industry - this is the price
1505
1856
  range: "gr:QuantitativeValue".freeze,
1506
1857
  type: "owl:ObjectProperty".freeze
1507
1858
  property :relatedWebService,
1508
- comment: %(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.
1509
-
1510
- 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.).freeze,
1859
+ comment: "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.\n\nIn 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.".freeze,
1511
1860
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1512
1861
  label: "related Web Service (0..*)".freeze,
1513
1862
  type: "owl:AnnotationProperty".freeze
1514
1863
  property :seeks,
1515
- comment: %(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.).freeze,
1864
+ comment: "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.".freeze,
1516
1865
  domain: term(
1517
1866
  type: "owl:Class".freeze,
1518
1867
  unionOf: list("gr:BusinessEntity".freeze, term(
@@ -1528,9 +1877,7 @@ In principle, any existing or upcoming vocabulary for Web Services can be used i
1528
1877
  range: "gr:Offering".freeze,
1529
1878
  type: "owl:ObjectProperty".freeze
1530
1879
  property :serialNumber,
1531
- comment: %(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.
1532
-
1533
- This property can also be attached to a gr:Offering in cases where the included products are not modeled in more detail.).freeze,
1880
+ comment: "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.\n\nThis property can also be attached to a gr:Offering in cases where the included products are not modeled in more detail.".freeze,
1534
1881
  domain: term(
1535
1882
  type: "owl:Class".freeze,
1536
1883
  unionOf: list("gr:Individual".freeze, "gr:Offering".freeze, term(
@@ -1543,11 +1890,7 @@ This property can also be attached to a gr:Offering in cases where the included
1543
1890
  range: "xsd:string".freeze,
1544
1891
  type: "owl:DatatypeProperty".freeze
1545
1892
  property :successorOf,
1546
- comment: %(This property indicates that the subject is a newer, often updated or improved variant of the gr:ProductOrServiceModel used as the object.
1547
-
1548
- Example: Golf III successorOf Golf II
1549
-
1550
- This relation is transitive.).freeze,
1893
+ comment: "This property indicates that the subject is a newer, often updated or improved variant of the gr:ProductOrServiceModel used as the object.\n\nExample: Golf III successorOf Golf II\n\nThis relation is transitive.".freeze,
1551
1894
  domain: "gr:ProductOrServiceModel".freeze,
1552
1895
  inverseOf: "gr:predecessorOf".freeze,
1553
1896
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
@@ -1555,7 +1898,7 @@ This relation is transitive.).freeze,
1555
1898
  range: "gr:ProductOrServiceModel".freeze,
1556
1899
  type: ["owl:ObjectProperty".freeze, "owl:TransitiveProperty".freeze]
1557
1900
  property :taxID,
1558
- comment: %(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).freeze,
1901
+ comment: "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".freeze,
1559
1902
  domain: term(
1560
1903
  type: "owl:Class".freeze,
1561
1904
  unionOf: list("gr:BusinessEntity".freeze, term(
@@ -1571,7 +1914,7 @@ This relation is transitive.).freeze,
1571
1914
  range: "xsd:string".freeze,
1572
1915
  type: "owl:DatatypeProperty".freeze
1573
1916
  property :typeOfGood,
1574
- comment: %(This specifies the gr:ProductOrService that the gr:TypeAndQuantityNode is referring to.).freeze,
1917
+ comment: "This specifies the gr:ProductOrService that the gr:TypeAndQuantityNode is referring to.".freeze,
1575
1918
  domain: "gr:TypeAndQuantityNode".freeze,
1576
1919
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1577
1920
  label: "type of good (1..1)".freeze,
@@ -1581,22 +1924,7 @@ This relation is transitive.).freeze,
1581
1924
  ),
1582
1925
  type: "owl:ObjectProperty".freeze
1583
1926
  property :validFrom,
1584
- comment: %(This property specifies the beginning of the validity of the gr:Offering, gr:PriceSpecification, gr:License, or gr:OpeningHoursSpecification.
1585
- A time-zone should be specified. For a time in GMT/UTC, simply add a "Z" following the time:
1586
-
1587
- 2008-05-30T09:30:10Z.
1588
-
1589
- Alternatively, you can specify an offset from the UTC time by adding a positive or negative time following the time:
1590
-
1591
- 2008-05-30T09:30:10-09:00
1592
-
1593
- or
1594
-
1595
- 2008-05-30T09:30:10+09:00.
1596
-
1597
- Note: If multiple contradicting instances of a gr:Offering, gr:PriceSpecification, or gr:OpeningHoursSpecification exist, it is a good heuristics to assume that
1598
- 1. Information with validity information for the respective period of time ranks higher than information without validity information.
1599
- 2. Among conflicting nodes both having validity information, the one with the shorter validity span ranks higher.).freeze,
1927
+ comment: "This property specifies the beginning of the validity of the gr:Offering, gr:PriceSpecification, gr:License, or gr:OpeningHoursSpecification.\nA time-zone should be specified. For a time in GMT/UTC, simply add a \"Z\" following the time:\n\n2008-05-30T09:30:10Z.\n\nAlternatively, you can specify an offset from the UTC time by adding a positive or negative time following the time:\n\n2008-05-30T09:30:10-09:00\n\nor\n\n2008-05-30T09:30:10+09:00.\n\nNote: If multiple contradicting instances of a gr:Offering, gr:PriceSpecification, or gr:OpeningHoursSpecification exist, it is a good heuristics to assume that\n1. Information with validity information for the respective period of time ranks higher than information without validity information.\n2. Among conflicting nodes both having validity information, the one with the shorter validity span ranks higher.".freeze,
1600
1928
  domain: term(
1601
1929
  type: "owl:Class".freeze,
1602
1930
  unionOf: list("gr:Offering".freeze, "gr:OpeningHoursSpecification".freeze, "gr:PriceSpecification".freeze, "gr:License".freeze, term(
@@ -1609,23 +1937,7 @@ Note: If multiple contradicting instances of a gr:Offering, gr:PriceSpecificatio
1609
1937
  range: "xsd:dateTime".freeze,
1610
1938
  type: "owl:DatatypeProperty".freeze
1611
1939
  property :validThrough,
1612
- comment: %(This property specifies the end of the validity of the gr:Offering, gr:PriceSpecification, gr:License, or gr:OpeningHoursSpecification.
1613
- A time-zone should be specified. For a time in GMT/UTC, simply add a "Z" following the time:
1614
-
1615
- 2008-05-30T09:30:10Z.
1616
-
1617
- Alternatively, you can specify an offset from the UTC time by adding a positive or negative time following the time:
1618
-
1619
- 2008-05-30T09:30:10-09:00
1620
-
1621
- or
1622
- 2008-05-30T09:30:10+09:00.
1623
-
1624
- Note 1: If multiple contradicting instances of a gr:Offering, gr:PriceSpecification, or gr:OpeningHoursSpecification exist, it is a good heuristics to assume that
1625
- 1. Information with validity information for the respective period of time ranks higher than information without validity information.
1626
- 2. Among conflicting nodes both having validity information, the one with the shorter validity span ranks higher.
1627
- Note 2: For Google, attaching a gr:validThrough statement to a gr:UnitPriceSpecification is mandatory.
1628
- ).freeze,
1940
+ comment: "This property specifies the end of the validity of the gr:Offering, gr:PriceSpecification, gr:License, or gr:OpeningHoursSpecification.\nA time-zone should be specified. For a time in GMT/UTC, simply add a \"Z\" following the time:\n\n2008-05-30T09:30:10Z.\n\nAlternatively, you can specify an offset from the UTC time by adding a positive or negative time following the time:\n\n2008-05-30T09:30:10-09:00\n\nor\n2008-05-30T09:30:10+09:00.\n\nNote 1: If multiple contradicting instances of a gr:Offering, gr:PriceSpecification, or gr:OpeningHoursSpecification exist, it is a good heuristics to assume that\n1. Information with validity information for the respective period of time ranks higher than information without validity information.\n2. Among conflicting nodes both having validity information, the one with the shorter validity span ranks higher.\nNote 2: For Google, attaching a gr:validThrough statement to a gr:UnitPriceSpecification is mandatory. \n".freeze,
1629
1941
  domain: term(
1630
1942
  type: "owl:Class".freeze,
1631
1943
  unionOf: list("gr:Offering".freeze, "gr:OpeningHoursSpecification".freeze, "gr:PriceSpecification".freeze, "gr:License".freeze, term(
@@ -1638,16 +1950,14 @@ Note 2: For Google, attaching a gr:validThrough statement to a gr:UnitPriceSpeci
1638
1950
  range: "xsd:dateTime".freeze,
1639
1951
  type: "owl:DatatypeProperty".freeze
1640
1952
  property :valueAddedTaxIncluded,
1641
- comment: %(This property specifies whether the applicable value-added tax \(VAT\) is included in the price of the gr:PriceSpecification or not.
1642
-
1643
- Note: This is a simple representation which may not properly reflect all details of local taxation.).freeze,
1953
+ comment: "This property specifies whether the applicable value-added tax (VAT) is included in the price of the gr:PriceSpecification or not.\n\nNote: This is a simple representation which may not properly reflect all details of local taxation.".freeze,
1644
1954
  domain: "gr:PriceSpecification".freeze,
1645
1955
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1646
1956
  label: "value added tax included (0..1)".freeze,
1647
1957
  range: "xsd:boolean".freeze,
1648
1958
  type: "owl:DatatypeProperty".freeze
1649
1959
  property :valueReference,
1650
- comment: %(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.).freeze,
1960
+ comment: "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.".freeze,
1651
1961
  domain: term(
1652
1962
  type: "owl:Class".freeze,
1653
1963
  unionOf: list("gr:QualitativeValue".freeze, "gr:QuantitativeValue".freeze)
@@ -1660,7 +1970,7 @@ Note: This is a simple representation which may not properly reflect all details
1660
1970
  ),
1661
1971
  type: "owl:ObjectProperty".freeze
1662
1972
  property :vatID,
1663
- comment: %(The Value-added Tax ID of the gr:BusinessEntity. See http://en.wikipedia.org/wiki/Value_added_tax_identification_number for details.).freeze,
1973
+ comment: "The Value-added Tax ID of the gr:BusinessEntity. See http://en.wikipedia.org/wiki/Value_added_tax_identification_number for details.".freeze,
1664
1974
  domain: term(
1665
1975
  type: "owl:Class".freeze,
1666
1976
  unionOf: list("gr:BusinessEntity".freeze, term(
@@ -1676,8 +1986,7 @@ Note: This is a simple representation which may not properly reflect all details
1676
1986
  range: "xsd:string".freeze,
1677
1987
  type: "owl:DatatypeProperty".freeze
1678
1988
  property :weight,
1679
- comment: %(The weight of the gr:ProductOrService.
1680
- Typical unit code\(s\): GRM for gram, KGM for kilogram, LBR for pound).freeze,
1989
+ comment: "The weight of the gr:ProductOrService.\nTypical unit code(s): GRM for gram, KGM for kilogram, LBR for pound".freeze,
1681
1990
  domain: term(
1682
1991
  type: "owl:Class".freeze,
1683
1992
  unionOf: list("gr:ProductOrService".freeze, term(
@@ -1691,8 +2000,7 @@ Typical unit code\(s\): GRM for gram, KGM for kilogram, LBR for pound).freeze,
1691
2000
  subPropertyOf: "gr:quantitativeProductOrServiceProperty".freeze,
1692
2001
  type: "owl:ObjectProperty".freeze
1693
2002
  property :width,
1694
- comment: %(The width of the gr:ProductOrService.
1695
- Typical unit code\(s\): CMT for centimeters, INH for inches).freeze,
2003
+ comment: "The width of the gr:ProductOrService.\nTypical unit code(s): CMT for centimeters, INH for inches".freeze,
1696
2004
  domain: term(
1697
2005
  type: "owl:Class".freeze,
1698
2006
  unionOf: list("gr:ProductOrService".freeze, term(
@@ -1708,115 +2016,113 @@ Typical unit code\(s\): CMT for centimeters, INH for inches).freeze,
1708
2016
 
1709
2017
  # Extra definitions
1710
2018
  term :AmericanExpress,
1711
- comment: %(Payment by credit or debit cards issued by the American Express network.).freeze,
2019
+ comment: "Payment by credit or debit cards issued by the American Express network.".freeze,
1712
2020
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1713
2021
  label: "American Express (payment method)".freeze,
1714
2022
  type: "gr:PaymentMethodCreditCard".freeze
1715
2023
  term :Business,
1716
- comment: %(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.).freeze,
2024
+ comment: "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.".freeze,
1717
2025
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1718
2026
  label: "Business (business entity type)".freeze,
1719
2027
  type: "gr:BusinessEntityType".freeze
1720
2028
  term :Buy,
1721
- comment: %(This gr:BusinessFunction indicates that the gr:BusinessEntity is in general interested in purchasing the specified gr:ProductOrService.
1722
- DEPRECATED. Use gr:seeks instead.).freeze,
2029
+ comment: "This gr:BusinessFunction indicates that the gr:BusinessEntity is in general interested in purchasing the specified gr:ProductOrService.\nDEPRECATED. Use gr:seeks instead.".freeze,
1723
2030
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1724
2031
  label: "Buy (business function, DEPRECATED)".freeze,
1725
2032
  "owl:deprecated": "true".freeze,
1726
2033
  type: "gr:BusinessFunction".freeze
1727
2034
  term :ByBankTransferInAdvance,
1728
- comment: %(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.
1729
- This is equivalent to payment by wire transfer.).freeze,
2035
+ comment: "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.\nThis is equivalent to payment by wire transfer.".freeze,
1730
2036
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1731
2037
  label: "By bank transfer in advance (payment method)".freeze,
1732
2038
  type: "gr:PaymentMethod".freeze
1733
2039
  term :ByInvoice,
1734
- comment: %(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.).freeze,
2040
+ comment: "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.".freeze,
1735
2041
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1736
2042
  label: "By invoice (payment method)".freeze,
1737
2043
  type: "gr:PaymentMethod".freeze
1738
2044
  term :COD,
1739
- comment: %(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.).freeze,
2045
+ comment: "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.".freeze,
1740
2046
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1741
2047
  label: "COD (payment method)".freeze,
1742
2048
  type: "gr:PaymentMethod".freeze
1743
2049
  term :Cash,
1744
- comment: %(Payment by cash upon delivery or pickup.).freeze,
2050
+ comment: "Payment by cash upon delivery or pickup.".freeze,
1745
2051
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1746
2052
  label: "Cash (payment method)".freeze,
1747
2053
  type: "gr:PaymentMethod".freeze
1748
2054
  term :CheckInAdvance,
1749
- comment: %(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.).freeze,
2055
+ comment: "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.".freeze,
1750
2056
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1751
2057
  label: "Check in advance (payment method)".freeze,
1752
2058
  type: "gr:PaymentMethod".freeze
1753
2059
  term :ConstructionInstallation,
1754
- comment: %(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.).freeze,
2060
+ comment: "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.".freeze,
1755
2061
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1756
2062
  label: "Construction / installation (business function)".freeze,
1757
2063
  type: "gr:BusinessFunction".freeze
1758
2064
  term :DHL,
1759
- comment: %(Delivery via the parcel service DHL.).freeze,
2065
+ comment: "Delivery via the parcel service DHL.".freeze,
1760
2066
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1761
2067
  label: "DHL (delivery method)".freeze,
1762
2068
  type: "gr:DeliveryModeParcelService".freeze
1763
2069
  term :DeliveryModeDirectDownload,
1764
- comment: %(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.).freeze,
2070
+ comment: "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.".freeze,
1765
2071
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1766
2072
  label: "Delivery mode direct download (delivery method)".freeze,
1767
2073
  type: "gr:DeliveryMethod".freeze
1768
2074
  term :DeliveryModeFreight,
1769
- comment: %(Delivery by an unspecified air, sea, or ground freight carrier or cargo company.).freeze,
2075
+ comment: "Delivery by an unspecified air, sea, or ground freight carrier or cargo company.".freeze,
1770
2076
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1771
2077
  label: "Delivery mode freight (delivery method)".freeze,
1772
2078
  type: "gr:DeliveryMethod".freeze
1773
2079
  term :DeliveryModeMail,
1774
- comment: %(Delivery via regular mail service \(private or public postal services\).).freeze,
2080
+ comment: "Delivery via regular mail service (private or public postal services).".freeze,
1775
2081
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1776
2082
  label: "Delivery mode mail (delivery method)".freeze,
1777
2083
  type: "gr:DeliveryMethod".freeze
1778
2084
  term :DeliveryModeOwnFleet,
1779
- comment: %(Delivery of the goods by using a fleet of vehicles either owned and operated or subcontracted by the gr:BusinessEntity.).freeze,
2085
+ comment: "Delivery of the goods by using a fleet of vehicles either owned and operated or subcontracted by the gr:BusinessEntity.".freeze,
1780
2086
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1781
2087
  label: "Delivery mode own fleet (delivery method)".freeze,
1782
2088
  type: "gr:DeliveryMethod".freeze
1783
2089
  term :DeliveryModePickUp,
1784
- comment: %(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.).freeze,
2090
+ comment: "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.".freeze,
1785
2091
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1786
2092
  label: "Delivery mode pick up (delivery method)".freeze,
1787
2093
  type: "gr:DeliveryMethod".freeze
1788
2094
  term :DinersClub,
1789
- comment: %(Payment by credit or debit cards issued by the Diner's Club network.).freeze,
2095
+ comment: "Payment by credit or debit cards issued by the Diner's Club network.".freeze,
1790
2096
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1791
2097
  label: "Diners Club (payment method)".freeze,
1792
2098
  type: "gr:PaymentMethodCreditCard".freeze
1793
2099
  term :DirectDebit,
1794
- comment: %(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.).freeze,
2100
+ comment: "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.".freeze,
1795
2101
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1796
2102
  label: "Direct debit (payment method)".freeze,
1797
2103
  type: "gr:PaymentMethod".freeze
1798
2104
  term :Discover,
1799
- comment: %(Payment by credit or debit cards issued by the Discover network.).freeze,
2105
+ comment: "Payment by credit or debit cards issued by the Discover network.".freeze,
1800
2106
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1801
2107
  label: "Discover (payment method)".freeze,
1802
2108
  type: "gr:PaymentMethodCreditCard".freeze
1803
2109
  term :Dispose,
1804
- comment: %(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.).freeze,
2110
+ comment: "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.".freeze,
1805
2111
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1806
2112
  label: "Dispose (business function)".freeze,
1807
2113
  type: "gr:BusinessFunction".freeze
1808
2114
  term :Enduser,
1809
- comment: %(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.).freeze,
2115
+ comment: "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.".freeze,
1810
2116
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1811
2117
  label: "Enduser (business entity type)".freeze,
1812
2118
  type: "gr:BusinessEntityType".freeze
1813
2119
  term :FederalExpress,
1814
- comment: %(Delivery via the parcel service Federal Express.).freeze,
2120
+ comment: "Delivery via the parcel service Federal Express.".freeze,
1815
2121
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1816
2122
  label: "Federal Express (delivery method)".freeze,
1817
2123
  type: "gr:DeliveryModeParcelService".freeze
1818
2124
  term :Friday,
1819
- comment: %(Friday as a day of the week.).freeze,
2125
+ comment: "Friday as a day of the week.".freeze,
1820
2126
  "gr:displayPosition": "5".freeze,
1821
2127
  "gr:hasNext": "gr:Saturday".freeze,
1822
2128
  "gr:hasPrevious": "gr:Thursday".freeze,
@@ -1824,39 +2130,37 @@ This is equivalent to payment by wire transfer.).freeze,
1824
2130
  label: "Friday (day of week)".freeze,
1825
2131
  type: "gr:DayOfWeek".freeze
1826
2132
  term :GoogleCheckout,
1827
- comment: %(Payment via the Google Checkout payment service.).freeze,
2133
+ comment: "Payment via the Google Checkout payment service.".freeze,
1828
2134
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1829
2135
  label: "Google Checkout (payment method)".freeze,
1830
2136
  type: "gr:PaymentMethod".freeze
1831
2137
  term :JCB,
1832
- comment: %(Payment by credit or debit cards issued by the JCB network.).freeze,
2138
+ comment: "Payment by credit or debit cards issued by the JCB network.".freeze,
1833
2139
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1834
2140
  label: "JCB (payment method)".freeze,
1835
2141
  type: "gr:PaymentMethodCreditCard".freeze
1836
2142
  term :"Labor-BringIn",
1837
- comment: %(In case of a defect or malfunction, the buying party has the right to transport the good to a service location determined by the the selling gr:BusinessEntity and will be charged only for parts and materials needed to fix the problem. Labor will be covered by the selling business entity or one of its partnering business entities.
1838
-
1839
- Note: This is just a rough classification for filtering offers. It is up to the buying party to check the exact scope and terms and conditions of the gr:WarrantyPromise.).freeze,
2143
+ comment: "In case of a defect or malfunction, the buying party has the right to transport the good to a service location determined by the the selling gr:BusinessEntity and will be charged only for parts and materials needed to fix the problem. Labor will be covered by the selling business entity or one of its partnering business entities.\n\nNote: This is just a rough classification for filtering offers. It is up to the buying party to check the exact scope and terms and conditions of the gr:WarrantyPromise.".freeze,
1840
2144
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1841
2145
  label: "Labor / bring-in (warranty scope)".freeze,
1842
2146
  type: "gr:WarrantyScope".freeze
1843
2147
  term :LeaseOut,
1844
- comment: %(This gr:BusinessFunction indicates that the gr:BusinessEntity offers \(or seeks\) the temporary right to use the specified gr:ProductOrService.).freeze,
2148
+ comment: "This gr:BusinessFunction indicates that the gr:BusinessEntity offers (or seeks) the temporary right to use the specified gr:ProductOrService.".freeze,
1845
2149
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1846
2150
  label: "Lease Out (business function)".freeze,
1847
2151
  type: "gr:BusinessFunction".freeze
1848
2152
  term :Maintain,
1849
- comment: %(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.).freeze,
2153
+ comment: "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.".freeze,
1850
2154
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1851
2155
  label: "Maintain (business function)".freeze,
1852
2156
  type: "gr:BusinessFunction".freeze
1853
2157
  term :MasterCard,
1854
- comment: %(Payment by credit or debit cards issued by the MasterCard network.).freeze,
2158
+ comment: "Payment by credit or debit cards issued by the MasterCard network.".freeze,
1855
2159
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1856
2160
  label: "MasterCard (payment method)".freeze,
1857
2161
  type: "gr:PaymentMethodCreditCard".freeze
1858
2162
  term :Monday,
1859
- comment: %(Monday as a day of the week.).freeze,
2163
+ comment: "Monday as a day of the week.".freeze,
1860
2164
  "gr:displayPosition": "1".freeze,
1861
2165
  "gr:hasNext": "gr:Tuesday".freeze,
1862
2166
  "gr:hasPrevious": "gr:Sunday".freeze,
@@ -1864,61 +2168,53 @@ Note: This is just a rough classification for filtering offers. It is up to the
1864
2168
  label: "Monday (day of week)".freeze,
1865
2169
  type: "gr:DayOfWeek".freeze
1866
2170
  term :"PartsAndLabor-BringIn",
1867
- comment: %(In case of a defect or malfunction, the buying party has the right to transport the good to a service location determined by the the selling gr:BusinessEntity and will not be be charged for labor, parts, and materials needed to fix the problem. All those costs will be covered by the selling business entity or one of its partnering business entities.
1868
-
1869
- Note: This is just a rough classification for filtering offers. It is up to the buying party to check the exact scope and terms and conditions of the gr:WarrantyPromise.).freeze,
2171
+ comment: "In case of a defect or malfunction, the buying party has the right to transport the good to a service location determined by the the selling gr:BusinessEntity and will not be be charged for labor, parts, and materials needed to fix the problem. All those costs will be covered by the selling business entity or one of its partnering business entities.\n\nNote: This is just a rough classification for filtering offers. It is up to the buying party to check the exact scope and terms and conditions of the gr:WarrantyPromise.".freeze,
1870
2172
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1871
2173
  label: "Parts and labor / bring-in (warranty scope)".freeze,
1872
2174
  type: "gr:WarrantyScope".freeze
1873
2175
  term :"PartsAndLabor-PickUp",
1874
- comment: %(In case of a defect or malfunction, the buying party has the right to request from the selling gr:Business Entity to pick-up the good from its current location to a suitable service location, where the functionality of the good will be restored. All transportation, labor, parts, and materials needed to fix the problem will be covered by the selling business entity or one of its partnering business entities.
1875
-
1876
- Note: This is just a rough classification for filtering offers. It is up to the buying party to check the exact scope and terms and conditions of the gr:WarrantyPromise.).freeze,
2176
+ comment: "In case of a defect or malfunction, the buying party has the right to request from the selling gr:Business Entity to pick-up the good from its current location to a suitable service location, where the functionality of the good will be restored. All transportation, labor, parts, and materials needed to fix the problem will be covered by the selling business entity or one of its partnering business entities.\n \nNote: This is just a rough classification for filtering offers. It is up to the buying party to check the exact scope and terms and conditions of the gr:WarrantyPromise.".freeze,
1877
2177
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1878
2178
  label: "Parts and labor / pick up (warranty scope)".freeze,
1879
2179
  type: "gr:WarrantyScope".freeze
1880
2180
  term :PayPal,
1881
- comment: %(Payment via the PayPal payment service.).freeze,
2181
+ comment: "Payment via the PayPal payment service.".freeze,
1882
2182
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1883
2183
  label: "PayPal (payment method)".freeze,
1884
2184
  type: "gr:PaymentMethod".freeze
1885
2185
  term :PaySwarm,
1886
- comment: %(Payment via the PaySwarm distributed micropayment service.).freeze,
2186
+ comment: "Payment via the PaySwarm distributed micropayment service.".freeze,
1887
2187
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1888
2188
  label: "PaySwarm (payment method)".freeze,
1889
2189
  type: "gr:PaymentMethod".freeze
1890
2190
  term :ProvideService,
1891
- comment: %(This gr:BusinessFunction indicates that the gr:BusinessEntity offers \(or seeks\) the respective type of service.
1892
-
1893
- 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.
1894
-
1895
- Example: Car maintenance could be expressed both as "provide the service car maintenance" or "maintain cars".).freeze,
2191
+ comment: "This gr:BusinessFunction indicates that the gr:BusinessEntity offers (or seeks) the respective type of service.\n\nNote: 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.\n\nExample: Car maintenance could be expressed both as \"provide the service car maintenance\" or \"maintain cars\".".freeze,
1896
2192
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1897
2193
  label: "Provide service (business function)".freeze,
1898
2194
  type: "gr:BusinessFunction".freeze
1899
2195
  term :PublicHolidays,
1900
- comment: %(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.).freeze,
2196
+ comment: "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.".freeze,
1901
2197
  "gr:displayPosition": "8".freeze,
1902
2198
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1903
2199
  label: "Public holidays (day of week)".freeze,
1904
2200
  type: "gr:DayOfWeek".freeze
1905
2201
  term :PublicInstitution,
1906
- comment: %(The gr:BusinessEntityType representing such agents that are part of the adminstration or owned by the public.).freeze,
2202
+ comment: "The gr:BusinessEntityType representing such agents that are part of the adminstration or owned by the public.".freeze,
1907
2203
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1908
2204
  label: "Public institution (business entity type)".freeze,
1909
2205
  type: "gr:BusinessEntityType".freeze
1910
2206
  term :Repair,
1911
- comment: %(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.).freeze,
2207
+ comment: "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.".freeze,
1912
2208
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1913
2209
  label: "Repair (business function)".freeze,
1914
2210
  type: "gr:BusinessFunction".freeze
1915
2211
  term :Reseller,
1916
- comment: %(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.).freeze,
2212
+ comment: "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.".freeze,
1917
2213
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1918
2214
  label: "Reseller (business entity type)".freeze,
1919
2215
  type: "gr:BusinessEntityType".freeze
1920
2216
  term :Saturday,
1921
- comment: %(Saturday as a day of the week.).freeze,
2217
+ comment: "Saturday as a day of the week.".freeze,
1922
2218
  "gr:displayPosition": "6".freeze,
1923
2219
  "gr:hasNext": "gr:Sunday".freeze,
1924
2220
  "gr:hasPrevious": "gr:Friday".freeze,
@@ -1926,12 +2222,12 @@ Example: Car maintenance could be expressed both as "provide the service car mai
1926
2222
  label: "Saturday (day of week)".freeze,
1927
2223
  type: "gr:DayOfWeek".freeze
1928
2224
  term :Sell,
1929
- comment: %(This gr:BusinessFunction indicates that the gr:BusinessEntity offers to permanently transfer all property rights on the specified gr:ProductOrService.).freeze,
2225
+ comment: "This gr:BusinessFunction indicates that the gr:BusinessEntity offers to permanently transfer all property rights on the specified gr:ProductOrService.".freeze,
1930
2226
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1931
2227
  label: "Sell (business function)".freeze,
1932
2228
  type: "gr:BusinessFunction".freeze
1933
2229
  term :Sunday,
1934
- comment: %(Sunday as a day of the week.).freeze,
2230
+ comment: "Sunday as a day of the week.".freeze,
1935
2231
  "gr:displayPosition": "7".freeze,
1936
2232
  "gr:hasNext": "gr:Monday".freeze,
1937
2233
  "gr:hasPrevious": "gr:Saturday".freeze,
@@ -1939,7 +2235,7 @@ Example: Car maintenance could be expressed both as "provide the service car mai
1939
2235
  label: "Sunday (day of week)".freeze,
1940
2236
  type: "gr:DayOfWeek".freeze
1941
2237
  term :Thursday,
1942
- comment: %(Thursday as a day of the week.).freeze,
2238
+ comment: "Thursday as a day of the week.".freeze,
1943
2239
  "gr:displayPosition": "4".freeze,
1944
2240
  "gr:hasNext": "gr:Friday".freeze,
1945
2241
  "gr:hasPrevious": "gr:Wednesday".freeze,
@@ -1947,7 +2243,7 @@ Example: Car maintenance could be expressed both as "provide the service car mai
1947
2243
  label: "Thursday (day of week)".freeze,
1948
2244
  type: "gr:DayOfWeek".freeze
1949
2245
  term :Tuesday,
1950
- comment: %(Tuesday as a day of the week.).freeze,
2246
+ comment: "Tuesday as a day of the week.".freeze,
1951
2247
  "gr:displayPosition": "2".freeze,
1952
2248
  "gr:hasNext": "gr:Wednesday".freeze,
1953
2249
  "gr:hasPrevious": "gr:Monday".freeze,
@@ -1955,17 +2251,17 @@ Example: Car maintenance could be expressed both as "provide the service car mai
1955
2251
  label: "Tuesday (day of week)".freeze,
1956
2252
  type: "gr:DayOfWeek".freeze
1957
2253
  term :UPS,
1958
- comment: %(Delivery via the parcel service UPS.).freeze,
2254
+ comment: "Delivery via the parcel service UPS.".freeze,
1959
2255
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1960
2256
  label: "UPS (delivery method)".freeze,
1961
2257
  type: "gr:DeliveryModeParcelService".freeze
1962
2258
  term :VISA,
1963
- comment: %(Payment by credit or debit cards issued by the VISA network.).freeze,
2259
+ comment: "Payment by credit or debit cards issued by the VISA network.".freeze,
1964
2260
  isDefinedBy: "http://purl.org/goodrelations/v1".freeze,
1965
2261
  label: "VISA (payment method)".freeze,
1966
2262
  type: "gr:PaymentMethodCreditCard".freeze
1967
2263
  term :Wednesday,
1968
- comment: %(Wednesday as a day of the week.).freeze,
2264
+ comment: "Wednesday as a day of the week.".freeze,
1969
2265
  "gr:displayPosition": "3".freeze,
1970
2266
  "gr:hasNext": "gr:Thursday".freeze,
1971
2267
  "gr:hasPrevious": "gr:Tuesday".freeze,