@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:Biohazard
  skos:prefLabel "Biohazard" ;
  skos:definition "1. A biological agent or condition that is a hazard to humans or the environment (Merriam-Webster dictionary). 2. A pathogen, especially one used in or produced by biological research. (dictionary.com). 3. The health risk posed by the possible release of such a pathogen into the environment. (dictionary.com). "^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:Hazard ;
  a skos:Concept .

sampledescriptionvocabulary1:Hazard
  skos:prefLabel "Hazard" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Biohazard .

