@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:OilQuenching
  skos:prefLabel "Oil quenching" ;
  skos:definition "1. The quenching process is a crucial step in the heat treatment of metals. It’s a process of rapidly cooling a piece of metal in order to achieve or modify specific properties like hardness, strength, or toughness. Oil is frequently used for quenching because it transfers heat very quickly and without causing significant distortions. (Valvoline,https://www.valvolineglobal.com/en-eur/what-is-oil-quenching/)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:Quenching ;
  a skos:Concept .

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

