@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:BarClamp
  skos:prefLabel "Bar clamp" ;
  skos:definition "1. a frame consisting of a long bar with two adjustable clamping jaws that is used usually in woodwork or cabinetmaking for holding large work (Merriam-Webster dictionary)."^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:Clamp ;
  a skos:Concept .

sampledescriptionvocabulary1:Clamp
  skos:prefLabel "Clamp" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:BarClamp .

