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

sampledescriptionvocabulary1:PressureCondition
  skos:prefLabel "Pressure condition" ;
  skos:narrower sampledescriptionvocabulary1:Vacuum ;
  skos:broader sampledescriptionvocabulary1:Pressure ;
  a skos:Concept .

sampledescriptionvocabulary1:Pressure
  skos:prefLabel "Pressure" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:PressureCondition .

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

