{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A FloorPlan is an explicit representation of a collection of similar accommodations, allowing the provision of common information (room counts, sizes, layout diagrams) and offers for rental or sale. In typical use, some [[ApartmentComplex]] has an [[accommodationFloorPlan]] which is a [[FloorPlan]].  A FloorPlan is always in the context of a particular place, either a larger [[ApartmentComplex]] or a single [[Apartment]]. The visual/spatial aspects of a floor plan (i.e. room layout, [see wikipedia](https://en.wikipedia.org/wiki/Floor_plan)) can be indicated using [[image]]. ",
      "rdfs:label" : "FloorPlan",
      "rdfs:subClassOf" : "schema:Intangible",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2373"
   },
   "properties" : {
      "schema:amenityFeature" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.",
         "rdfs:label" : "amenityFeature",
         "schema:contributor" : "collab:STI_Accommodation_Ontology",
         "schema:domainIncludes" : [
            "schema:FloorPlan",
            "schema:Accommodation",
            "schema:LodgingBusiness",
            "schema:Place"
         ],
         "schema:rangeIncludes" : "schema:LocationFeatureSpecification"
      },
      "schema:floorSize" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The size of the accommodation, e.g. in square meter or squarefoot.\nTypical unit code(s): MTK for square meter, FTK for square foot, or YDK for square yard.",
         "rdfs:label" : "floorSize",
         "schema:contributor" : "collab:STI_Accommodation_Ontology",
         "schema:domainIncludes" : [
            "schema:FloorPlan",
            "schema:Accommodation"
         ],
         "schema:rangeIncludes" : "schema:QuantitativeValue"
      },
      "schema:isPlanForApartment" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Indicates some accommodation that this floor plan describes.",
         "rdfs:label" : "isPlanForApartment",
         "schema:domainIncludes" : "schema:FloorPlan",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Accommodation",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2373"
      },
      "schema:layoutImage" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A schematic image showing the floorplan layout.",
         "rdfs:label" : "layoutImage",
         "rdfs:subPropertyOf" : "schema:image",
         "schema:domainIncludes" : "schema:FloorPlan",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:ImageObject",
            "schema:URL"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2690"
      },
      "schema:numberOfAccommodationUnits" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Indicates the total (available plus unavailable) number of accommodation units in an [[ApartmentComplex]], or the number of accommodation units for a specific [[FloorPlan]] (within its specific [[ApartmentComplex]]). See also [[numberOfAvailableAccommodationUnits]].",
         "rdfs:label" : "numberOfAccommodationUnits",
         "schema:domainIncludes" : [
            "schema:FloorPlan",
            "schema:ApartmentComplex"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:QuantitativeValue",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2373"
      },
      "schema:numberOfAvailableAccommodationUnits" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Indicates the number of available accommodation units in an [[ApartmentComplex]], or the number of accommodation units for a specific [[FloorPlan]] (within its specific [[ApartmentComplex]]). See also [[numberOfAccommodationUnits]].",
         "rdfs:label" : "numberOfAvailableAccommodationUnits",
         "schema:domainIncludes" : [
            "schema:FloorPlan",
            "schema:ApartmentComplex"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:QuantitativeValue",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2373"
      },
      "schema:numberOfBathroomsTotal" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The total integer number of bathrooms in some [[Accommodation]], following real estate conventions as [documented in RESO](https://ddwiki.reso.org/display/DDW17/BathroomsTotalInteger+Field): \"The simple sum of the number of bathrooms. For example for a property with two Full Bathrooms and one Half Bathroom, the Bathrooms Total Integer will be 3.\". See also [[numberOfRooms]].",
         "rdfs:label" : "numberOfBathroomsTotal",
         "schema:domainIncludes" : [
            "schema:Accommodation",
            "schema:FloorPlan"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Integer",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2373"
      },
      "schema:numberOfBedrooms" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The total integer number of bedrooms in a some [[Accommodation]], [[ApartmentComplex]] or [[FloorPlan]].",
         "rdfs:label" : "numberOfBedrooms",
         "schema:domainIncludes" : [
            "schema:Accommodation",
            "schema:FloorPlan",
            "schema:ApartmentComplex"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:Number",
            "schema:QuantitativeValue"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2373"
      },
      "schema:numberOfFullBathrooms" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Number of full bathrooms - The total number of full and ¾ bathrooms in an [[Accommodation]]. This corresponds to the [BathroomsFull field in RESO](https://ddwiki.reso.org/display/DDW17/BathroomsFull+Field).",
         "rdfs:label" : "numberOfFullBathrooms",
         "schema:domainIncludes" : [
            "schema:FloorPlan",
            "schema:Accommodation"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Number",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2373"
      },
      "schema:numberOfPartialBathrooms" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Number of partial bathrooms - The total number of half and ¼ bathrooms in an [[Accommodation]]. This corresponds to the [BathroomsPartial field in RESO](https://ddwiki.reso.org/display/DDW17/BathroomsPartial+Field). ",
         "rdfs:label" : "numberOfPartialBathrooms",
         "schema:domainIncludes" : [
            "schema:FloorPlan",
            "schema:Accommodation"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Number",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2373"
      },
      "schema:numberOfRooms" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue.",
         "rdfs:label" : "numberOfRooms",
         "schema:contributor" : "collab:STI_Accommodation_Ontology",
         "schema:domainIncludes" : [
            "schema:FloorPlan",
            "schema:LodgingBusiness",
            "schema:House",
            "schema:Suite",
            "schema:SingleFamilyResidence",
            "schema:Apartment",
            "schema:Accommodation"
         ],
         "schema:rangeIncludes" : [
            "schema:QuantitativeValue",
            "schema:Number"
         ]
      },
      "schema:petsAllowed" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value.",
         "rdfs:label" : "petsAllowed",
         "schema:contributor" : "collab:STI_Accommodation_Ontology",
         "schema:domainIncludes" : [
            "schema:ApartmentComplex",
            "schema:Accommodation",
            "schema:FloorPlan",
            "schema:LodgingBusiness"
         ],
         "schema:rangeIncludes" : [
            "schema:Boolean",
            "schema:Text"
         ]
      }
   }
}