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

sampledescriptionvocabulary1:BackSide
  skos:prefLabel "Back side" ;
  skos:definition "The side or surface opposite the front or face of something : the farthest or reverse side. (Merriam-Webster dictionary)"@en ;
  skos:broader sampledescriptionvocabulary1:SampleIDPosition ;
  a skos:Concept .

sampledescriptionvocabulary1:SampleIDPosition
  skos:prefLabel "Sample ID position" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:BackSide .

