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

sampledescriptionvocabulary1:AtmosphereCooling
  skos:prefLabel "Atmosphere cooling" ;
  skos:broader sampledescriptionvocabulary1:CoolingMethod ;
  a skos:Concept .

sampledescriptionvocabulary1:CoolingMethod
  skos:prefLabel "Cooling method" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:AtmosphereCooling .

