@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/balustrade>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/element> ;
  skos:notation "element.balustrade" ;
  skos:prefLabel "Balustrade"@en ;
  skos:definition "The guarding assembly along an open edge, infill and posts; the grip rail is `handrail`."@en ;
  skos:altLabel "railing"@en ;
  skos:altLabel "guarding"@en ;
  skos:exactMatch <http://vocab.getty.edu/aat/300001989> ;
  skos:closeMatch <http://vocab.getty.edu/aat/300002018> ;
  skos:broadMatch <https://taxonomy.materialinstruments.com/ns/uniclass/EF_25_55> ;
  skos:related <https://taxonomy.materialinstruments.com/element/stair> ;
  mi:relation [ mi:predicate "part-of" ; mi:target <https://taxonomy.materialinstruments.com/element/stair> ] ;
  mi:semanticId "element.balustrade" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" .
