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

sampledescriptionvocabulary1:PowderProcessing
  skos:prefLabel "Powder Processing" ;
  skos:definition "Powder processing is a term that refers to the industrial sintering, pressing compression, rolling, and/ or extrusion of powders (https://nelhydrogen.com/glossary/powder-processing/)."@en ;
  skos:broader sampledescriptionvocabulary1:FabricationProcessingSynthesis ;
  a skos:Concept .

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

