@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/handrail>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/element> ;
  skos:notation "element.handrail" ;
  skos:prefLabel "Handrail"@en ;
  skos:definition "The continuous rail sized to be gripped while moving, on a balustrade or fixed to a wall."@en ;
  skos:exactMatch <http://vocab.getty.edu/aat/300002022> ;
  skos:related <https://taxonomy.materialinstruments.com/element/balustrade> ;
  mi:relation [ mi:predicate "part-of" ; mi:target <https://taxonomy.materialinstruments.com/element/balustrade> ] ;
  mi:semanticId "element.handrail" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" .
