@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:Aging
  skos:prefLabel "Aging" ;
  skos:definition "Aging is a time repentant process causing structural changes in the material and its chemical composition leading to changes in the properties. In metals aging is a material hardening method, where the oversaturated or solutionized metallic solid solution hardens at room (natural aging) or is heat treated at elevated temperatures (artificial aging) for hours to allow precipitation formation."^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:HeatTreatmentMethod ;
  a skos:Concept .

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

