{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "The act of transferring money from one place to another place. This may occur electronically or physically.",
      "rdfs:label" : "MoneyTransfer",
      "rdfs:subClassOf" : "schema:TransferAction",
      "schema:contributor" : "collab:FIBO",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1253"
   },
   "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:beneficiaryBank" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A bank or bank’s branch, financial institution or international financial institution operating the beneficiary’s bank account or releasing funds for the beneficiary.",
         "rdfs:label" : "beneficiaryBank",
         "schema:contributor" : "collab:FIBO",
         "schema:domainIncludes" : "schema:MoneyTransfer",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:Text",
            "schema:BankOrCreditUnion"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1253"
      }
   }
}