@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:Freezer
  skos:prefLabel "Freezer" ;
  skos:definition "A refrigerated cabinet or room for preserving materials at or below 32F (0C). (Ontobee, NCI Thesaurus OBO Edition)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:StorageEquipment ;
  a skos:Concept .

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

