{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "The act of obtaining an object under an agreement to return it at a later date. Reciprocal of LendAction.\\n\\nRelated actions:\\n\\n* [[LendAction]]: Reciprocal of BorrowAction.",
      "rdfs:label" : "BorrowAction",
      "rdfs:subClassOf" : "schema:TransferAction"
   },
   "properties" : {
      "schema:lender" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A sub property of participant. The person that lends the object being borrowed.",
         "rdfs:label" : "lender",
         "rdfs:subPropertyOf" : "schema:participant",
         "schema:domainIncludes" : "schema:BorrowAction",
         "schema:rangeIncludes" : [
            "schema:Person",
            "schema:Organization"
         ]
      }
   }
}