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

sampledescriptionvocabulary1:SampleCarrier
  skos:prefLabel "Sample  carrier" ;
  skos:narrower sampledescriptionvocabulary1:CarrierReference, sampledescriptionvocabulary1:CarrierReferencing, sampledescriptionvocabulary1:SampleCarrierType, sampledescriptionvocabulary1:SampleCarrierSize ;
  skos:broader sampledescriptionvocabulary1:Sample ;
  a skos:Concept .

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

sampledescriptionvocabulary1:SampleCarrierType
  skos:prefLabel "Sample  carrier type" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SampleCarrier .

sampledescriptionvocabulary1:SampleCarrierSize
  skos:prefLabel "Sample carrier size" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SampleCarrier .

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

