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

sampledescriptionvocabulary1:DryAir
  skos:prefLabel "Dry air" ;
  skos:definition "1. Dry air is a mechanical mixture of nitrogen, oxygen, argon and several other gases in minor amounts. (The Engineering ToolBox, engineering toolbox.com) 2. dry air is a theoretical sample of air that has no water vapor.  (theweatherprediction.com)"@en ;
  skos:broader sampledescriptionvocabulary1:GasAtmosphere ;
  a skos:Concept .

sampledescriptionvocabulary1:GasAtmosphere
  skos:prefLabel "Gas atmosphere" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:DryAir .

