@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:Annealing
  skos:prefLabel "Annealing" ;
  skos:definition """1. A heat treatment that alters the microstructure of a material causing changes in its properties such as strength and hardness (MatPortal, Devices, Experimental scaffolds and Biomaterials Ontology)
2. annealing, treatment of a metal or alloy by heating to a predetermined temperature, holding for a certain time, and then cooling to room temperature to improve ductility and reduce brittleness. (Brittanica) """^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:HeatTreatmentMethod ;
  a skos:Concept .

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

