@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:GasAtmosphere
  skos:prefLabel "Gas atmosphere" ;
  skos:narrower sampledescriptionvocabulary1:Argon, sampledescriptionvocabulary1:Vacuum, sampledescriptionvocabulary1:DryAir, sampledescriptionvocabulary1:Air, sampledescriptionvocabulary1:Nitrogen ;
  skos:definition "Atmospheric gas refers to the gases present in the Earth's atmosphere, such as nitrogen, oxygen, carbon dioxide, methane, and ozone, which have the capacity to absorb heat and contribute to the greenhouse effect. (ScienceDirect, AI generated definition based on: Climate Change and Soil Interactions, 2020)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:StorageCondition ;
  a skos:Concept .

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

sampledescriptionvocabulary1:Vacuum
  skos:prefLabel "Vacuum" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:GasAtmosphere .

sampledescriptionvocabulary1:DryAir
  skos:prefLabel "Dry air" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:GasAtmosphere .

sampledescriptionvocabulary1:Air
  skos:prefLabel "Air" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:GasAtmosphere .

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

sampledescriptionvocabulary1:StorageCondition
  skos:prefLabel "Storage condition" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:GasAtmosphere .

