{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "A DatedMoneySpecification represents monetary values with optional start and end dates. For example, this could represent an employee's salary over a specific period of time. __Note:__ This type has been superseded by [[MonetaryAmount]], use of that type is recommended.",
"rdfs:label" : "DatedMoneySpecification",
"rdfs:subClassOf" : "schema:StructuredValue",
"schema:supersededBy" : "schema:MonetaryAmount"
},
"properties" : {
"schema:amount" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The amount of money.",
"rdfs:label" : "amount",
"schema:domainIncludes" : [
"schema:InvestmentOrDeposit",
"schema:MonetaryGrant",
"schema:DatedMoneySpecification",
"schema:MoneyTransfer",
"schema:LoanOrCredit"
],
"schema:rangeIncludes" : [
"schema:MonetaryAmount",
"schema:Number"
],
"schema:source" : [
"https://github.com/schemaorg/schemaorg/issues/1698",
"https://github.com/schemaorg/schemaorg/issues/1253"
]
},
"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:endDate" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The end date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).",
"rdfs:label" : "endDate",
"schema:domainIncludes" : [
"schema:EducationalOccupationalProgram",
"schema:Schedule",
"schema:MerchantReturnPolicySeasonalOverride",
"schema:DatedMoneySpecification",
"schema:CreativeWorkSeries",
"schema:Role",
"schema:CreativeWorkSeason",
"schema:Event"
],
"schema:rangeIncludes" : [
"schema:DateTime",
"schema:Date"
],
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2486"
},
"schema:startDate" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The start date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).",
"rdfs:label" : "startDate",
"schema:domainIncludes" : [
"schema:CreativeWorkSeries",
"schema:Role",
"schema:CreativeWorkSeason",
"schema:Event",
"schema:EducationalOccupationalProgram",
"schema:Schedule",
"schema:MerchantReturnPolicySeasonalOverride",
"schema:DatedMoneySpecification"
],
"schema:rangeIncludes" : [
"schema:Date",
"schema:DateTime"
],
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2486"
}
}
}