@prefix sampledescriptionvocabulary1: <https://purls.helmholtz-metadaten.de/skosmos/sdv/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

sampledescriptionvocabulary1:JoiningMethod
  skos:prefLabel "Joining method" ;
  skos:narrower sampledescriptionvocabulary1:WireBonding, sampledescriptionvocabulary1:Brazing, sampledescriptionvocabulary1:Soldering, sampledescriptionvocabulary1:Clamping, sampledescriptionvocabulary1:AdhesiveBonding, sampledescriptionvocabulary1:Welding ;
  skos:broader sampledescriptionvocabulary1:Joining ;
  a skos:Concept .

sampledescriptionvocabulary1:WireBonding
  skos:prefLabel "Wire bonding" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:JoiningMethod .

sampledescriptionvocabulary1:Brazing
  skos:prefLabel "Brazing" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:JoiningMethod .

sampledescriptionvocabulary1:Soldering
  skos:prefLabel "Soldering" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:JoiningMethod .

sampledescriptionvocabulary1:Clamping
  skos:prefLabel "Clamping" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:JoiningMethod .

sampledescriptionvocabulary1:AdhesiveBonding
  skos:prefLabel "Adhesive bonding" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:JoiningMethod .

sampledescriptionvocabulary1:Welding
  skos:prefLabel "Welding" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:JoiningMethod .

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

