{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A statistical distribution of monetary amounts.",
      "rdfs:label" : "MonetaryAmountDistribution",
      "rdfs:subClassOf" : "schema:QuantitativeValueDistribution",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1698"
   },
   "properties" : {
      "schema:currency" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The currency in which the monetary amount is expressed.\\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" : "currency",
         "schema:domainIncludes" : [
            "schema:MonetaryAmountDistribution",
            "schema:ExchangeRateSpecification",
            "schema:DatedMoneySpecification",
            "schema:MonetaryAmount",
            "schema:LoanOrCredit"
         ],
         "schema:rangeIncludes" : "schema:Text",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1253"
      }
   }
}