@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:Portion
  skos:prefLabel "Portion" ;
  skos:definition "1. A part or share of something larger (cambridge dictionary). 2. A part of any whole, either separated from or integrated with it (dictionary.com)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SamplePart ;
  a skos:Concept .

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

