@prefix sampledescriptionvocabulary1: <https://purls.helmholtz-metadaten.de/skosmos/sdv/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://server/unset-base/> .

sampledescriptionvocabulary1:AirQuenching
  skos:prefLabel "Air quenching" ;
  skos:definition "1. Air quenching is the process of cooling metal using air or inert gas. This rapid cooling process occurs after metal has been heated, to attain the desired properties. The air or gas is forced over the metal to cool down the material. (https://jfheattreatinginc.com/2019/09/what-is-air-quenching/). "^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:Quenching ;
  a skos:Concept .

sampledescriptionvocabulary1:Quenching
  skos:prefLabel "Quenching" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:AirQuenching .

