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

sampledescriptionvocabulary1:InertAtmosphere
  skos:prefLabel "Inert atmosphere" ;
  skos:narrower sampledescriptionvocabulary1:Helium, sampledescriptionvocabulary1:Argon, sampledescriptionvocabulary1:Nitrogen ;
  skos:broader sampledescriptionvocabulary1:Atmosphere ;
  a skos:Concept .

sampledescriptionvocabulary1:Helium
  skos:prefLabel "Helium" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:InertAtmosphere .

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

sampledescriptionvocabulary1:Argon
  skos:prefLabel "Argon" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:InertAtmosphere .

sampledescriptionvocabulary1:Nitrogen
  skos:prefLabel "Nitrogen" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:InertAtmosphere .

