{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "The place where a person lives.",
      "rdfs:label" : "Residence",
      "rdfs:subClassOf" : "schema:Place"
   },
   "properties" : {
      "schema:accommodationFloorPlan" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A floorplan of some [[Accommodation]].",
         "rdfs:label" : "accommodationFloorPlan",
         "schema:domainIncludes" : [
            "schema:Accommodation",
            "schema:Residence"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:FloorPlan",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2373"
      }
   }
}