@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/loft>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.loft" ;
  skos:prefLabel "Loft"@en ;
  skos:definition "A dwelling occupying part of a building put up for another purpose, keeping that building's structure, volume and window pattern instead of being replanned to domestic scale."@en ;
  skos:altLabel "loft apartment"@en ;
  skos:altLabel "warehouse conversion"@en ;
  skos:broader <https://taxonomy.materialinstruments.com/typology/apartment> ;
  mi:semanticId "typology.loft" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  skos:scopeNote "NOT the attic sense of the word, which is a room and belongs on SPACE. Heavily used as an aesthetic reference by people who live nowhere near a converted warehouse - the same double duty as `farmhouse`, and the reason there is no `style.loft`."@en .
