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

sampledescriptionvocabulary1:SampleHandlingEquipment
  skos:prefLabel "Sample handling equipment" ;
  skos:narrower sampledescriptionvocabulary1:Labwear, sampledescriptionvocabulary1:CleanRoom, sampledescriptionvocabulary1:Tweezer, sampledescriptionvocabulary1:SafetyGloves ;
  skos:broader sampledescriptionvocabulary1:SampleHandling ;
  a skos:Concept .

sampledescriptionvocabulary1:Labwear
  skos:prefLabel "Labwear" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SampleHandlingEquipment .

sampledescriptionvocabulary1:CleanRoom
  skos:prefLabel "Clean room" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SampleHandlingEquipment .

sampledescriptionvocabulary1:Tweezer
  skos:prefLabel "Tweezer" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SampleHandlingEquipment .

sampledescriptionvocabulary1:SafetyGloves
  skos:prefLabel "Safety gloves" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SampleHandlingEquipment .

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

