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

sampledescriptionvocabulary1:AirCooling
  skos:prefLabel "Air cooling" ;
  skos:definition "Air cooling is a method of dissipating heat. It works by expanding the surface area or increasing the flow of air over the object to be cooled, or both. (Wikipedia)"@en ;
  skos:broader sampledescriptionvocabulary1:CoolingMethod ;
  a skos:Concept .

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

