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

sampledescriptionvocabulary1:Pressed
  skos:prefLabel "Pressed" ;
  skos:narrower sampledescriptionvocabulary1:HotPressed, sampledescriptionvocabulary1:ColdPressed ;
  skos:broader sampledescriptionvocabulary1:Deformed ;
  a skos:Concept .

sampledescriptionvocabulary1:HotPressed
  skos:prefLabel "Hot-pressed" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Pressed .

sampledescriptionvocabulary1:ColdPressed
  skos:prefLabel "Cold-pressed" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Pressed .

sampledescriptionvocabulary1:Deformed
  skos:prefLabel "Deformed" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Pressed .

