@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix mi: <https://taxonomy.materialinstruments.com/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://taxonomy.materialinstruments.com/typology/apartment>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.apartment" ;
  skos:prefLabel "Apartment"@en ;
  skos:definition "A self-contained dwelling occupying part of a larger building, reached through circulation shared with other dwellings. The tenancy, not the block that holds it."@en ;
  skos:altLabel "flat"@en ;
  skos:altLabel "condominium"@en ;
  skos:altLabel "condo"@en ;
  skos:altLabel "Multi-unit housing"@en ;
  skos:altLabel "Affordable housing"@en ;
  skos:hiddenLabel "condo"@en ;
  skos:hiddenLabel "Multi-unit housing"@en ;
  skos:hiddenLabel "Affordable housing"@en ;
  mi:semanticId "typology.apartment" ;
  mi:sourceBasis "evidenced" ;
  dcterms:source "architizer SUBTYPE_RULES" ;
  dcterms:date "2026-08-21" ;
  skos:scopeNote "Architizer's `Multi-unit housing` and `Affordable housing` actually name the containing building, for which this axis has no term - they are in `seenAs` because that is where a crosswalk will land them today, not because they are correct. See the header's gap list."@en .
