@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:Partition
  skos:prefLabel "Partition" ;
  skos:definition "1. A partition is a collection that is an aggregate part of a larger collection. Each member of the partition is also a member of the larger collection. (https://purl.allotrope.org). 2. The division of something into smaller parts, or something that divides a space (Cambridge Dictionary). 3. a division into or distribution in portions or shares (dictionary.com). 4. A separation, as of two or more things (dictionary.com)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SamplePart ;
  a skos:Concept .

sampledescriptionvocabulary1:SamplePart
  skos:prefLabel "Sample part" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Partition .

