@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:Soldering
  skos:prefLabel "Soldering" ;
  skos:definition "1. Soldering, process that uses low-melting-point metal alloys to join metallic surfaces without melting them. (Britannica). 2. Soldering is a joining process used to join different types of metals together by melting solder. Solder is a metal alloy usually made of tin and lead which is melted using a hot iron. The iron is heated to temperatures above 600 degrees fahrenheit which then cools to create a strong electrical bond. (https://www.twi-global.com/technical-knowledge/faqs/what-is-soldering)."^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:JoiningMethod ;
  a skos:Concept .

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

