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

sampledescriptionvocabulary1:CarburizingAtmosphere
  skos:prefLabel "Carburizing atmosphere" ;
  skos:narrower sampledescriptionvocabulary1:Methane, sampledescriptionvocabulary1:CarbonMonoxide ;
  skos:broader sampledescriptionvocabulary1:Atmosphere ;
  a skos:Concept .

sampledescriptionvocabulary1:Methane
  skos:prefLabel "Methane" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CarburizingAtmosphere .

sampledescriptionvocabulary1:CarbonMonoxide
  skos:prefLabel "Carbon monoxide" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CarburizingAtmosphere .

sampledescriptionvocabulary1:Atmosphere_1 skos:narrower sampledescriptionvocabulary1:CarburizingAtmosphere .
sampledescriptionvocabulary1:Atmosphere
  skos:prefLabel "Atmosphere" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:CarburizingAtmosphere .

