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

sampledescriptionvocabulary1:AdditiveManufacturing
  skos:prefLabel "Additive Manufacturing" ;
  skos:definition "process of joining materials to make parts from 3D model data, usually layer upon layer, as opposed to subtractive manufacturing  and formative manufacturing methodologies. (ATOMISTIC_EMMO)"@en ;
  skos:broader sampledescriptionvocabulary1:FabricationProcessingSynthesis ;
  a skos:Concept .

sampledescriptionvocabulary1:FabricationProcessingSynthesis
  skos:prefLabel "Fabrication/Processing/Synthesis" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:AdditiveManufacturing .

