@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:EarProtection
  skos:prefLabel "Ear protection" ;
  skos:definition "A hearing protection device, also known as a HPD, is an ear protection device worn in or over the ears while exposed to hazardous noise and provide hearing protection to help prevent noise-induced hearing loss. (Wikipedia)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:PersonalProtectiveEquipment ;
  a skos:Concept .

sampledescriptionvocabulary1:PersonalProtectiveEquipment
  skos:prefLabel "Personal protective equipment" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:EarProtection .

