@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:ModularAssembly
  skos:prefLabel "Modular assembly" ;
  skos:definition "Modular Assembly is a manufacturing process in which individual components or subassemblies are pre-assembled into larger, functional modules that can be quickly integrated into a final product during production. (https://www.buske.com/what-is/modular-assembly)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:MaterialAggregation ;
  a skos:Concept .

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

