@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:Teratogenic
  skos:prefLabel "Teratogenic" ;
  skos:definition "1. A teratogenic drug or other substance is one that causes a physical problem with a body part or process that is present when a baby is born (Cambridge dictionary). 2. of, relating to, or causing developmental malformations (Merriam-Webster dictionary)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:Hazard ;
  a skos:Concept .

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

