@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/glazing>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/element> ;
  skos:notation "element.glazing" ;
  skos:prefLabel "Glazing"@en ;
  skos:definition "The transparent infill held in an opening or frame: the glass, not the opening it fills."@en ;
  skos:related <https://taxonomy.materialinstruments.com/element/window> ;
  skos:related <https://taxonomy.materialinstruments.com/element/curtain_walling> ;
  mi:relation [ mi:predicate "part-of" ; mi:target <https://taxonomy.materialinstruments.com/element/window> ] ;
  mi:relation [ mi:predicate "part-of" ; mi:target <https://taxonomy.materialinstruments.com/element/curtain_walling> ] ;
  mi:semanticId "element.glazing" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  skos:scopeNote "No AAT mapping. AAT carries `glazing` only as processes and `glass` only as a material, and neither of those is this element."@en .
