@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:PersonalProtectiveEquipment
  skos:prefLabel "Personal protective equipment" ;
  skos:narrower sampledescriptionvocabulary1:EarProtection, sampledescriptionvocabulary1:SafetyShoes, sampledescriptionvocabulary1:Labcoat, sampledescriptionvocabulary1:SafetyGlasses, sampledescriptionvocabulary1:SafetyGloves ;
  skos:definition "1. Protective devices, garments, or coverings (such as respirators, helmets, face shields, boots, or gloves) that are worn especially by workers to minimize exposure to hazards that may cause injury or illness (Britannica). 2. Masks, shields, gloves, gowns, boots, or other equipment used to provide coverage against infectious agents or environmental hazards. (Ontobee, NCI Thesaurus OBO Edition). 2. Laboratory safety equipment that prevents or mitigates adverse laboratory events happening to an experimenter. (Ontobee, Chemical Methods Ontology)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SampleHandling ;
  a skos:Concept .

sampledescriptionvocabulary1:EarProtection
  skos:prefLabel "Ear protection" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:PersonalProtectiveEquipment .

sampledescriptionvocabulary1:SafetyShoes
  skos:prefLabel "Safety shoes" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:PersonalProtectiveEquipment .

sampledescriptionvocabulary1:Labcoat
  skos:prefLabel "Labcoat" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:PersonalProtectiveEquipment .

sampledescriptionvocabulary1:SafetyGlasses
  skos:prefLabel "Safety glasses" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:PersonalProtectiveEquipment .

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

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

