@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:DryingOver
  skos:prefLabel "Drying over" ;
  skos:definition "In other words, a dryer is a mechanical device that removes water from wet materials by transporting drying fluid through bulk drying materials. (ScienceDirect,  Solar Energy Materials and Solar Cells, 2022)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:StorageEquipment ;
  a skos:Concept .

sampledescriptionvocabulary1:StorageEquipment
  skos:prefLabel "Storage equipment" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:DryingOver .

