@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:Tempering
  skos:prefLabel "Tempering" ;
  skos:definition "Heat treatment process with the scope to reduce the hardness of a prior hardened sample or part (ttps://w3id.org/pmd/hto/Tempering)."^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:HeatTreatmentMethod ;
  a skos:Concept .

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

