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

sampledescriptionvocabulary1:StorageEquipment
  skos:prefLabel "Storage equipment" ;
  skos:narrower sampledescriptionvocabulary1:UHVChamter, sampledescriptionvocabulary1:OpenBench, sampledescriptionvocabulary1:LiquidNdewar, sampledescriptionvocabulary1:GloveBox, sampledescriptionvocabulary1:FumeHood, sampledescriptionvocabulary1:Freezer, sampledescriptionvocabulary1:DryingOver, sampledescriptionvocabulary1:Dessicator, sampledescriptionvocabulary1:Cryostat ;
  skos:broader sampledescriptionvocabulary1:SampleHandling ;
  a skos:Concept .

sampledescriptionvocabulary1:UHVChamter
  skos:prefLabel "UHV chamber" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StorageEquipment .

sampledescriptionvocabulary1:OpenBench
  skos:prefLabel "Open bench" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StorageEquipment .

sampledescriptionvocabulary1:LiquidNdewar
  skos:prefLabel "Liquid N dewar" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StorageEquipment .

sampledescriptionvocabulary1:GloveBox
  skos:prefLabel "Glove box" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StorageEquipment .

sampledescriptionvocabulary1:FumeHood
  skos:prefLabel "Fume hood" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StorageEquipment .

sampledescriptionvocabulary1:Freezer
  skos:prefLabel "Freezer" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StorageEquipment .

sampledescriptionvocabulary1:DryingOver
  skos:prefLabel "Drying over" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StorageEquipment .

sampledescriptionvocabulary1:Dessicator
  skos:prefLabel "Dessicator" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StorageEquipment .

sampledescriptionvocabulary1:Cryostat
  skos:prefLabel "Cryostat" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StorageEquipment .

sampledescriptionvocabulary1:SampleHandling
  skos:prefLabel "Sample handling" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:StorageEquipment .

