@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/element/dado_rail>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/element> ;
  skos:notation "element.dado_rail" ;
  skos:prefLabel "Dado Rail"@en ;
  skos:definition "The horizontal moulding at chair-back height, splitting the wall into dado and field."@en ;
  skos:altLabel "chair rail"@en ;
  skos:exactMatch <http://vocab.getty.edu/aat/300002684> ;
  skos:related <https://taxonomy.materialinstruments.com/element/internal_wall> ;
  mi:relation [ mi:predicate "part-of" ; mi:target <https://taxonomy.materialinstruments.com/element/internal_wall> ] ;
  mi:semanticId "element.dado-rail" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" .
