{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A loan in which property or real estate is used as collateral. (A loan securitized against some real estate.)",
      "rdfs:label" : "MortgageLoan",
      "rdfs:subClassOf" : "schema:LoanOrCredit",
      "schema:contributor" : "collab:FIBO",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1253"
   },
   "properties" : {
      "schema:domiciledMortgage" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Whether borrower is a resident of the jurisdiction where the property is located.",
         "rdfs:label" : "domiciledMortgage",
         "schema:contributor" : "collab:FIBO",
         "schema:domainIncludes" : "schema:MortgageLoan",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Boolean",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1253"
      },
      "schema:loanMortgageMandateAmount" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Amount of mortgage mandate that can be converted into a proper mortgage at a later stage.",
         "rdfs:label" : "loanMortgageMandateAmount",
         "schema:contributor" : "collab:FIBO",
         "schema:domainIncludes" : "schema:MortgageLoan",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:MonetaryAmount",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1253"
      }
   }
}