@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:Filament
  skos:prefLabel "Filament" ;
  skos:definition "1. A thin thread or fibre of natural or artificial material (Cambridge dictionary). 2. A very fine thread or threadlike structure; a fiber or fibril (dictionary.com)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SampleShape ;
  a skos:Concept .

sampledescriptionvocabulary1:SampleShape
  skos:prefLabel "Sample shape" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Filament .

