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

sampledescriptionvocabulary1:CoolingProfile
  skos:prefLabel "Cooling profile" ;
  skos:narrower sampledescriptionvocabulary1:Speed, sampledescriptionvocabulary1:Rate, sampledescriptionvocabulary1:Duration, sampledescriptionvocabulary1:Temperature ;
  skos:broader sampledescriptionvocabulary1:HeatTreatmentDescription ;
  a skos:Concept .

sampledescriptionvocabulary1:Speed
  skos:prefLabel "Speed" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CoolingProfile .

sampledescriptionvocabulary1:Rate
  skos:prefLabel "Rate" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CoolingProfile .

sampledescriptionvocabulary1:Duration
  skos:prefLabel "Duration/Dwell time/holding time" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CoolingProfile .

sampledescriptionvocabulary1:Temperature
  skos:prefLabel "Temperature " ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CoolingProfile .

sampledescriptionvocabulary1:HeatTreatmentDescription
  skos:prefLabel "Heat-treatment  description" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:CoolingProfile .

