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

sampledescriptionvocabulary1:SamplePart
  skos:prefLabel "Sample part" ;
  skos:narrower sampledescriptionvocabulary1:Substrate, sampledescriptionvocabulary1:Segment, sampledescriptionvocabulary1:Slice, sampledescriptionvocabulary1:Section, sampledescriptionvocabulary1:Portion, sampledescriptionvocabulary1:Partition, sampledescriptionvocabulary1:Layer, sampledescriptionvocabulary1:Fragment ;
  skos:definition "A physically distinct portion of the sample."^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SampleDescription ;
  a skos:Concept .

sampledescriptionvocabulary1:Substrate
  skos:prefLabel "Substrate" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SamplePart .

sampledescriptionvocabulary1:Segment
  skos:prefLabel "Segment" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SamplePart .

sampledescriptionvocabulary1:Slice
  skos:prefLabel "Slice" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SamplePart .

sampledescriptionvocabulary1:Section
  skos:prefLabel "Section" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SamplePart .

sampledescriptionvocabulary1:Portion
  skos:prefLabel "Portion" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SamplePart .

sampledescriptionvocabulary1:Partition
  skos:prefLabel "Partition" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SamplePart .

sampledescriptionvocabulary1:Layer
  skos:prefLabel "Layer" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SamplePart .

sampledescriptionvocabulary1:Fragment
  skos:prefLabel "Fragment" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SamplePart .

sampledescriptionvocabulary1:SampleDescription
  skos:prefLabel "Sample description" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:SamplePart .

