{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A structured value representing a price or price range. Typically, only the subclasses of this type are used for markup. It is recommended to use [[MonetaryAmount]] to describe independent amounts of money such as a salary, credit card limits, etc.",
      "rdfs:label" : "PriceSpecification",
      "rdfs:subClassOf" : "schema:StructuredValue",
      "schema:contributor" : "collab:GoodRelationsClass"
   },
   "properties" : {
      "schema:eligibleQuantity" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The interval and unit of measurement of ordering quantities for which the offer or price specification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity.",
         "rdfs:label" : "eligibleQuantity",
         "schema:contributor" : "collab:GoodRelationsTerms",
         "schema:domainIncludes" : [
            "schema:Offer",
            "schema:PriceSpecification",
            "schema:Demand"
         ],
         "schema:rangeIncludes" : "schema:QuantitativeValue"
      },
      "schema:eligibleTransactionVolume" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount.",
         "rdfs:label" : "eligibleTransactionVolume",
         "schema:contributor" : "collab:GoodRelationsTerms",
         "schema:domainIncludes" : [
            "schema:Offer",
            "schema:PriceSpecification",
            "schema:Demand"
         ],
         "schema:rangeIncludes" : "schema:PriceSpecification"
      },
      "schema:maxPrice" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The highest price if the price is a range.",
         "rdfs:label" : "maxPrice",
         "schema:contributor" : "collab:GoodRelationsTerms",
         "schema:domainIncludes" : "schema:PriceSpecification",
         "schema:rangeIncludes" : "schema:Number"
      },
      "schema:minPrice" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The lowest price if the price is a range.",
         "rdfs:label" : "minPrice",
         "schema:contributor" : "collab:GoodRelationsTerms",
         "schema:domainIncludes" : "schema:PriceSpecification",
         "schema:rangeIncludes" : "schema:Number"
      },
      "schema:price" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.\\n\\nUsage guidelines:\\n\\n* Use the [[priceCurrency]] property (with standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. \"BTC\"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. \"Ithaca HOUR\") instead of including [ambiguous symbols](http://en.wikipedia.org/wiki/Dollar_sign#Currencies_that_use_the_dollar_or_peso_sign) such as '$' in the value.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\\n* Note that both [RDFa](http://www.w3.org/TR/xhtml-rdfa-primer/#using-the-content-attribute) and Microdata syntax allow the use of a \"content=\" attribute for publishing simple machine-readable values alongside more human-friendly formatting.\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\n      ",
         "rdfs:label" : "price",
         "schema:domainIncludes" : [
            "schema:Offer",
            "schema:PriceSpecification",
            "schema:TradeAction"
         ],
         "schema:rangeIncludes" : [
            "schema:Number",
            "schema:Text"
         ]
      },
      "schema:priceCurrency" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The currency of the price, or a price component when attached to [[PriceSpecification]] and its subtypes.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. \"BTC\"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. \"Ithaca HOUR\".",
         "rdfs:label" : "priceCurrency",
         "schema:domainIncludes" : [
            "schema:Ticket",
            "schema:PriceSpecification",
            "schema:TradeAction",
            "schema:Offer",
            "schema:Reservation"
         ],
         "schema:rangeIncludes" : "schema:Text"
      },
      "schema:validFrom" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The date when the item becomes valid.",
         "rdfs:label" : "validFrom",
         "schema:contributor" : "collab:GoodRelationsTerms",
         "schema:domainIncludes" : [
            "schema:PriceSpecification",
            "schema:Demand",
            "schema:MonetaryAmount",
            "schema:Permit",
            "schema:Offer",
            "schema:LocationFeatureSpecification",
            "schema:OpeningHoursSpecification"
         ],
         "schema:rangeIncludes" : [
            "schema:DateTime",
            "schema:Date"
         ]
      },
      "schema:validThrough" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours.",
         "rdfs:label" : "validThrough",
         "schema:contributor" : "collab:GoodRelationsTerms",
         "schema:domainIncludes" : [
            "schema:Offer",
            "schema:LocationFeatureSpecification",
            "schema:OpeningHoursSpecification",
            "schema:JobPosting",
            "schema:PriceSpecification",
            "schema:MonetaryAmount",
            "schema:Demand"
         ],
         "schema:rangeIncludes" : [
            "schema:DateTime",
            "schema:Date"
         ]
      },
      "schema:valueAddedTaxIncluded" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Specifies whether the applicable value-added tax (VAT) is included in the price specification or not.",
         "rdfs:label" : "valueAddedTaxIncluded",
         "schema:contributor" : "collab:GoodRelationsTerms",
         "schema:domainIncludes" : "schema:PriceSpecification",
         "schema:rangeIncludes" : "schema:Boolean"
      }
   }
}