@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:Joining
  skos:prefLabel "Joining" ;
  skos:narrower sampledescriptionvocabulary1:JoiningMethod ;
  skos:definition "The act or an instance of joining one thing to another. (Merriam-Webster dictionary)."^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:MaterialAggregation ;
  a skos:Concept .

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

sampledescriptionvocabulary1:MaterialAggregation
  skos:prefLabel "Material aggregation" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Joining .

