@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/terraced_house>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.terraced_house" ;
  skos:prefLabel "Terraced House"@en ;
  skos:definition "A house in a continuous row, sharing both side walls with its neighbours and taking all its light from the front and back only, which is what governs the plan."@en ;
  skos:altLabel "townhouse"@en ;
  skos:altLabel "row house"@en ;
  skos:altLabel "brownstone"@en ;
  skos:altLabel "rowhouse"@en ;
  skos:altLabel "terrace"@en ;
  skos:hiddenLabel "rowhouse"@en ;
  skos:hiddenLabel "terrace"@en ;
  skos:broader <https://taxonomy.materialinstruments.com/typology/house> ;
  mi:semanticId "typology.terraced-house" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" .
