@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/barn>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/typology> ;
  skos:notation "typology.barn" ;
  skos:prefLabel "Barn"@en ;
  skos:definition "A large single-volume agricultural building for crop or stock, unheated and top-lit or unlit by design, with the roof structure exposed because nothing was ever fixed below it."@en ;
  mi:semanticId "typology.barn" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  skos:scopeNote "NOT parented to `house`. A barn is an agricultural building; the residential barn everyone means is a conversion, which is a change of use and not a change of what the building is. The dwelling in it is a house that happens to be in a barn."@en .
