{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "Residence type: Apartment complex.",
      "rdfs:label" : "ApartmentComplex",
      "rdfs:subClassOf" : "schema:Residence"
   },
   "properties" : {
      "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: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: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"
         ]
      },
      "schema:tourBookingPage" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]] or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate.",
         "rdfs:label" : "tourBookingPage",
         "schema:domainIncludes" : [
            "schema:Accommodation",
            "schema:Place",
            "schema:ApartmentComplex"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:URL",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2373"
      }
   }
}