@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:HotRolling
  skos:prefLabel "Hot rolling" ;
  skos:definition "Hot rolling is a metalworking process that occurs above the recrystallization temperature of the material. After the grains deform during processing, they recrystallize, which maintains an equiaxed microstructure and prevents the metal from work hardening. (Wikipedia)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:ThermoMechanicalProcessingMethod ;
  a skos:Concept .

sampledescriptionvocabulary1:ThermoMechanicalProcessingMethod
  skos:prefLabel "Thermo-mechanical processing method" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:HotRolling .

