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

sampledescriptionvocabulary1:CarrierReference
  skos:prefLabel "Carrier reference" ;
  skos:narrower sampledescriptionvocabulary1:CarrierReferencingElements ;
  skos:broader sampledescriptionvocabulary1:SampleCarrier ;
  a skos:Concept .

sampledescriptionvocabulary1:CarrierReferencingElements
  skos:prefLabel "Carrier referencing element" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CarrierReference .

sampledescriptionvocabulary1:SampleCarrier
  skos:prefLabel "Sample  carrier" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:CarrierReference .

