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

sampledescriptionvocabulary1:MaterialAggregation
  skos:prefLabel "Material aggregation" ;
  skos:narrower sampledescriptionvocabulary1:ModularAssembly, sampledescriptionvocabulary1:Joining, sampledescriptionvocabulary1:Deposition ;
  skos:broader sampledescriptionvocabulary1:Treatment ;
  a skos:Concept .

sampledescriptionvocabulary1:ModularAssembly
  skos:prefLabel "Modular assembly" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:MaterialAggregation .

sampledescriptionvocabulary1:Joining
  skos:prefLabel "Joining" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:MaterialAggregation .

sampledescriptionvocabulary1:Deposition
  skos:prefLabel "Deposition" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:MaterialAggregation .

sampledescriptionvocabulary1:Treatment
  skos:prefLabel "Treatment" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:MaterialAggregation .

