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

sampledescriptionvocabulary1:HeatTreatmentDescription
  skos:prefLabel "Heat-treatment  description" ;
  skos:narrower sampledescriptionvocabulary1:CoolingProfile, sampledescriptionvocabulary1:Atmosphere, sampledescriptionvocabulary1:HeatingProfile, sampledescriptionvocabulary1:Pressure ;
  skos:broader sampledescriptionvocabulary1:HeatTreatment ;
  a skos:Concept .

sampledescriptionvocabulary1:CoolingProfile
  skos:prefLabel "Cooling profile" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:HeatTreatmentDescription .

sampledescriptionvocabulary1:Atmosphere
  skos:prefLabel "Atmosphere" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:HeatTreatmentDescription .

sampledescriptionvocabulary1:HeatingProfile
  skos:prefLabel "Heating profile" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:HeatTreatmentDescription .

sampledescriptionvocabulary1:Pressure
  skos:prefLabel "Pressure" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:HeatTreatmentDescription .

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

