{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "The act of providing an object under an agreement that it will be returned at a later date. Reciprocal of BorrowAction.\\n\\nRelated actions:\\n\\n* [[BorrowAction]]: Reciprocal of LendAction.",
"rdfs:label" : "LendAction",
"rdfs:subClassOf" : "schema:TransferAction"
},
"properties" : {
"schema:borrower" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A sub property of participant. The person that borrows the object being lent.",
"rdfs:label" : "borrower",
"rdfs:subPropertyOf" : "schema:participant",
"schema:domainIncludes" : "schema:LendAction",
"schema:rangeIncludes" : "schema:Person"
}
}
}