@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/column>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/element> ;
  skos:notation "element.column" ;
  skos:prefLabel "Column"@en ;
  skos:definition "A vertical structural member carrying load in compression, listed for when it is exposed."@en ;
  skos:altLabel "pillar"@en ;
  skos:altLabel "post"@en ;
  skos:exactMatch <http://vocab.getty.edu/aat/300001571> ;
  skos:relatedMatch <https://taxonomy.materialinstruments.com/ns/uniclass/EF_20_10_30> ;
  mi:semanticId "element.column" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  skos:scopeNote "The Uniclass match is `related`: a column is a component of a framed structure, not a kind of one. The same holds for `beam` and `truss`."@en .
