{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "A monetary value or range. This type can be used to describe an amount of money such as $50 USD, or a range as in describing a bank account being suitable for a balance between £1,000 and £1,000,000 GBP, or the value of a salary, etc. It is recommended to use [[PriceSpecification]] Types to describe the price of an Offer, Invoice, etc.",
"rdfs:label" : "MonetaryAmount",
"rdfs:subClassOf" : "schema:StructuredValue",
"schema:contributor" : "collab:FIBO"
},
"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"
},
"schema:maxValue" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The upper value of some characteristic or property.",
"rdfs:label" : "maxValue",
"schema:contributor" : "collab:GoodRelationsTerms",
"schema:domainIncludes" : [
"schema:MonetaryAmount",
"schema:PropertyValueSpecification",
"schema:QuantitativeValue",
"schema:PropertyValue"
],
"schema:rangeIncludes" : "schema:Number"
},
"schema:minValue" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The lower value of some characteristic or property.",
"rdfs:label" : "minValue",
"schema:contributor" : "collab:GoodRelationsTerms",
"schema:domainIncludes" : [
"schema:MonetaryAmount",
"schema:PropertyValueSpecification",
"schema:QuantitativeValue",
"schema:PropertyValue"
],
"schema:rangeIncludes" : "schema:Number"
},
"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:value" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The value of a [[QuantitativeValue]] (including [[Observation]]) or property value node.\\n\\n* For [[QuantitativeValue]] and [[MonetaryAmount]], the recommended type for values is 'Number'.\\n* For [[PropertyValue]], it can be 'Text', 'Number', 'Boolean', or 'StructuredValue'.\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.",
"rdfs:label" : "value",
"schema:contributor" : "collab:GoodRelationsTerms",
"schema:domainIncludes" : [
"schema:MonetaryAmount",
"schema:QuantitativeValue",
"schema:PropertyValue"
],
"schema:rangeIncludes" : [
"schema:Number",
"schema:StructuredValue",
"schema:Boolean",
"schema:Text"
]
}
}
}