{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "The act of giving money in return for temporary use, but not ownership, of an object such as a vehicle or property. For example, an agent rents a property from a landlord in exchange for a periodic payment.",
      "rdfs:label" : "RentAction",
      "rdfs:subClassOf" : "schema:TradeAction"
   },
   "properties" : {
      "schema:landlord" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A sub property of participant. The owner of the real estate property.",
         "rdfs:label" : "landlord",
         "rdfs:subPropertyOf" : "schema:participant",
         "schema:domainIncludes" : "schema:RentAction",
         "schema:rangeIncludes" : [
            "schema:Person",
            "schema:Organization"
         ]
      },
      "schema:realEstateAgent" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A sub property of participant. The real estate agent involved in the action.",
         "rdfs:label" : "realEstateAgent",
         "rdfs:subPropertyOf" : "schema:participant",
         "schema:domainIncludes" : "schema:RentAction",
         "schema:rangeIncludes" : "schema:RealEstateAgent"
      }
   }
}