{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment.",
"rdfs:label" : "TradeAction",
"rdfs:subClassOf" : "schema:Action"
},
"properties" : {
"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:priceSpecification" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "One or more detailed price specifications, indicating the unit price and delivery or payment charges.",
"rdfs:label" : "priceSpecification",
"schema:contributor" : "collab:GoodRelationsTerms",
"schema:domainIncludes" : [
"schema:TradeAction",
"schema:Demand",
"schema:Offer"
],
"schema:rangeIncludes" : "schema:PriceSpecification"
}
}
}