@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:Clamping
  skos:prefLabel "Clamping" ;
  skos:definition "1. To fasten, grip, or support with or as if with a clamp. (Ontobee, NCI Thesaurus OBO Edition)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:JoiningMethod ;
  a skos:Concept .

sampledescriptionvocabulary1:JoiningMethod
  skos:prefLabel "Joining method" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Clamping .

