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

sampledescriptionvocabulary1:StorageCondition
  skos:prefLabel "Storage condition" ;
  skos:narrower sampledescriptionvocabulary1:VibrationProtection, sampledescriptionvocabulary1:ShockProtection, sampledescriptionvocabulary1:StoragePressure, sampledescriptionvocabulary1:StorageHumidity, sampledescriptionvocabulary1:StorageTemperature, sampledescriptionvocabulary1:GasAtmosphere ;
  skos:broader sampledescriptionvocabulary1:SampleHandling ;
  a skos:Concept .

sampledescriptionvocabulary1:VibrationProtection
  skos:prefLabel "Vibration protection" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StorageCondition .

sampledescriptionvocabulary1:ShockProtection
  skos:prefLabel "Shock protection" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StorageCondition .

sampledescriptionvocabulary1:StoragePressure
  skos:prefLabel "Storage pressure" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StorageCondition .

sampledescriptionvocabulary1:StorageHumidity
  skos:prefLabel "Storage humidity" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StorageCondition .

sampledescriptionvocabulary1:StorageTemperature
  skos:prefLabel "Storage temperature" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StorageCondition .

sampledescriptionvocabulary1:GasAtmosphere
  skos:prefLabel "Gas atmosphere" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:StorageCondition .

sampledescriptionvocabulary1:SampleHandling
  skos:prefLabel "Sample handling" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:StorageCondition .

