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

sampledescriptionvocabulary1:HeatingProfile
  skos:prefLabel "Heating profile" ;
  skos:narrower sampledescriptionvocabulary1:Rate, sampledescriptionvocabulary1:Duration, sampledescriptionvocabulary1:Temperature ;
  skos:broader sampledescriptionvocabulary1:HeatTreatmentDescription ;
  a skos:Concept .

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

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

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

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

