@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/radiator>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/element> ;
  skos:notation "element.radiator" ;
  skos:prefLabel "Radiator"@en ;
  skos:definition "The visible heat emitter in a room, a specified object rather than concealed pipework."@en ;
  skos:exactMatch <http://vocab.getty.edu/aat/300052261> ;
  skos:relatedMatch <https://taxonomy.materialinstruments.com/ns/uniclass/EF_60_40_37> ;
  mi:semanticId "element.radiator" ;
  mi:sourceBasis "authored" ;
  dcterms:source "@instruments/taxonomy ADR 0001" ;
  skos:scopeNote "The Uniclass match is `related`, not `broad`: EF_60_40_37 is the heating FUNCTION, and a radiator is not a kind of function."@en .
