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

sampledescriptionvocabulary1:SafetyInformation
  skos:prefLabel "Safety information" ;
  skos:narrower sampledescriptionvocabulary1:Hazard ;
  skos:broader sampledescriptionvocabulary1:SampleHandlingPrecaution ;
  a skos:Concept .

sampledescriptionvocabulary1:Hazard
  skos:prefLabel "Hazard" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SafetyInformation .

sampledescriptionvocabulary1:SampleHandlingPrecaution
  skos:prefLabel "Sample handling precaution" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:SafetyInformation .

