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

sampledescriptionvocabulary1:CarrierReferencingElements
  skos:prefLabel "Carrier referencing element" ;
  skos:narrower sampledescriptionvocabulary1:SampleHolderPosition, sampledescriptionvocabulary1:CarrierID, sampledescriptionvocabulary1:Marker, sampledescriptionvocabulary1:SpatialReference ;
  skos:broader sampledescriptionvocabulary1:CarrierReference ;
  a skos:Concept .

sampledescriptionvocabulary1:SampleHolderPosition
  skos:prefLabel "Sample holder position" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CarrierReferencingElements .

sampledescriptionvocabulary1:CarrierID
  skos:prefLabel "Carrier ID" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CarrierReferencingElements .

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

sampledescriptionvocabulary1:Marker
  skos:prefLabel "Marker" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CarrierReferencingElements .

sampledescriptionvocabulary1:SpatialReference
  skos:prefLabel "Spatial reference" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CarrierReferencingElements .

sampledescriptionvocabulary1:SampleHolder skos:broader sampledescriptionvocabulary1:CarrierReferencingElements .
