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

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

sampledescriptionvocabulary1:CoolingProfile
  skos:prefLabel "Cooling profile" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Rate .

sampledescriptionvocabulary1:HeatingProfile
  skos:prefLabel "Heating profile" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Rate .

