@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/house>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.house" ;
  skos:prefLabel "House"@en ;
  skos:definition "A whole dwelling occupying its own building from ground to roof, with its own door to the outside. The door and the verticality are the test: a bungalow is a house, a maisonette over a shop is not."@en ;
  skos:altLabel "private house"@en ;
  skos:altLabel "single-family house"@en ;
  skos:altLabel "Single family"@en ;
  skos:altLabel "Living small"@en ;
  skos:hiddenLabel "Single family"@en ;
  skos:hiddenLabel "Living small"@en ;
  mi:semanticId "typology.house" ;
  mi:sourceBasis "evidenced" ;
  dcterms:source "architizer SUBTYPE_RULES" ;
  dcterms:date "2026-08-21" .
