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

sampledescriptionvocabulary1:AnnealingHomogenization
  skos:prefLabel "Annealing homogenization" ;
  skos:definition "Annealing homogenization is a heat treatment process used to improve the microstructure of materials, particularly alloys. During annealing homogenization, the material is heated to a specific temperature and then slowly cooled to allow for the redistribution of atoms within the material. This process helps to reduce or eliminate chemical segregation and inconsistencies in the material's composition, resulting in a more uniform microstructure. "@en ;
  skos:broader sampledescriptionvocabulary1:HeatTreatmentMethod ;
  a skos:Concept .

sampledescriptionvocabulary1:HeatTreatmentMethod
  skos:prefLabel "Heat-treatment method" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:AnnealingHomogenization .

