{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A monetary grant.",
      "rdfs:label" : "MonetaryGrant",
      "rdfs:subClassOf" : "schema:Grant",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : [
         "https://github.com/schemaorg/schemaorg/issues/383",
         "collab:FundInfoCollab"
      ]
   },
   "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:funder" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A person or organization that supports (sponsors) something through some kind of financial contribution.",
         "rdfs:label" : "funder",
         "rdfs:subPropertyOf" : "schema:sponsor",
         "schema:domainIncludes" : [
            "schema:MonetaryGrant",
            "schema:CreativeWork",
            "schema:Event",
            "schema:Organization",
            "schema:Person",
            "schema:Grant"
         ],
         "schema:rangeIncludes" : [
            "schema:Person",
            "schema:Organization"
         ]
      }
   }
}