@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:HeatTreatment
  skos:prefLabel "Heat-treatment" ;
  skos:narrower sampledescriptionvocabulary1:HeatTreatmentDescription, sampledescriptionvocabulary1:HeatTreatmentMethod ;
  skos:definition "Heat treatment is a process that involves controlled heating and cooling of a material to modify its microstructure and enhance its mechanical properties such as tensile strength, hardness, toughness, and ductility. (Science Direct, 2024, Comprehensive Materials Processing)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:Treatment ;
  a skos:Concept .

sampledescriptionvocabulary1:HeatTreatmentDescription
  skos:prefLabel "Heat-treatment  description" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:HeatTreatment .

sampledescriptionvocabulary1:HeatTreatmentMethod
  skos:prefLabel "Heat-treatment method" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:HeatTreatment .

sampledescriptionvocabulary1:Treatment
  skos:prefLabel "Treatment" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:HeatTreatment .

