@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:Combustive
  skos:prefLabel "Combustive" ;
  skos:definition "1. Supporting combustion (vocabulary.com). 2. Capable of catching or being set on fire (Merriam-webster dictionary). 3. Of, pertaining to, caused by, or partaking in combustion. (Wiktionary.com). 3. Capable of being burnt or consumed by fire, fit for burning, burnable. (Oxford dictionary)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:Hazard ;
  a skos:Concept .

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

