{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A [[RealEstateListing]] is a listing that describes one or more real-estate [[Offer]]s (whose [[businessFunction]] is typically to lease out, or to sell).\n  The [[RealEstateListing]] type itself represents the overall listing, as manifested in some [[WebPage]].\n  ",
      "rdfs:label" : "RealEstateListing",
      "rdfs:subClassOf" : "schema:WebPage",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2348"
   },
   "properties" : {
      "schema:datePosted" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Publication date of an online listing.",
         "rdfs:label" : "datePosted",
         "schema:domainIncludes" : [
            "schema:RealEstateListing",
            "schema:SpecialAnnouncement",
            "schema:JobPosting",
            "schema:CDCPMDRecord"
         ],
         "schema:rangeIncludes" : [
            "schema:DateTime",
            "schema:Date"
         ],
         "schema:source" : [
            "https://github.com/schemaorg/schemaorg/issues/2490",
            "https://github.com/schemaorg/schemaorg/issues/2521"
         ]
      },
      "schema:leaseLength" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Length of the lease for some [[Accommodation]], either particular to some [[Offer]] or in some cases intrinsic to the property.",
         "rdfs:label" : "leaseLength",
         "schema:domainIncludes" : [
            "schema:RealEstateListing",
            "schema:Offer",
            "schema:Accommodation"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:Duration",
            "schema:QuantitativeValue"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2373"
      }
   }
}