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

sampledescriptionvocabulary1:Wafer
  skos:prefLabel "Wafer" ;
  skos:broader sampledescriptionvocabulary1:Bulk, sampledescriptionvocabulary1:SampleForm ;
  a skos:Concept .

sampledescriptionvocabulary1:Bulk
  skos:prefLabel "Bulk" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Wafer .

sampledescriptionvocabulary1:SampleForm
  skos:prefLabel "Sample form" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Wafer .

