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

sampledescriptionvocabulary1:ThermoMechanicalProcessingMethod
  skos:prefLabel "Thermo-mechanical processing method" ;
  skos:narrower sampledescriptionvocabulary1:HotIsostaticPressing, sampledescriptionvocabulary1:Austempering, sampledescriptionvocabulary1:ColdRolling, sampledescriptionvocabulary1:HotRolling, sampledescriptionvocabulary1:Forging ;
  skos:broader sampledescriptionvocabulary1:ThermoMechanicalProcessing ;
  a skos:Concept .

sampledescriptionvocabulary1:HotIsostaticPressing
  skos:prefLabel "Hot isostatic pressing" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:ThermoMechanicalProcessingMethod .

sampledescriptionvocabulary1:Austempering
  skos:prefLabel "Austempering" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:ThermoMechanicalProcessingMethod .

sampledescriptionvocabulary1:ColdRolling
  skos:prefLabel "Cold rolling" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:ThermoMechanicalProcessingMethod .

sampledescriptionvocabulary1:HotRolling
  skos:prefLabel "Hot rolling" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:ThermoMechanicalProcessingMethod .

sampledescriptionvocabulary1:Forging
  skos:prefLabel "Forging" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:ThermoMechanicalProcessingMethod .

sampledescriptionvocabulary1:ThermoMechanicalProcessing
  skos:prefLabel "Thermo-mechanical treatment" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:ThermoMechanicalProcessingMethod .

