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

sampledescriptionvocabulary1:Cooling
  skos:prefLabel "Cooling" ;
  skos:narrower sampledescriptionvocabulary1:CoolingMethod ;
  skos:definition """1. Cooling is removal of heat, usually resulting in a lower temperature and/or phase change. Temperature lowering achieved by any other means may also be called cooling. (Wikipedia).

2. The transfer of thermal energy from a sample to its surrounding environment. (MatPortal, BWMD Domain Ontology)"""^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:Treatment ;
  a skos:Concept .

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

sampledescriptionvocabulary1:Treatment
  skos:prefLabel "Treatment" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Cooling .

