@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:Corrosive
  skos:prefLabel "Corrosive" ;
  skos:definition "1. Tending or having the power to corrode (Merriam-Webster dictionary). 2. A property of materials which can destroy other materials they come into contact with (https://www.ecoonline.com/en-us/glossary/corrosive/). 3. A chemical that causes visible destruction of, or irreversible alterations in living tissue by chemical action at the site of contact. (Cornell Univercity). 4. A corrosive substance causes damage by chemical action (Cambridge dictionary)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:Hazard ;
  a skos:Concept .

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

