@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:MicroMachining
  skos:prefLabel "Micro machining" ;
  skos:definition "Micro machining, a term synonymous with precision and ultra-fine detail, refers to a manufacturing process where material is removed from a workpiece on a micrometer scale. This technique is pivotal in producing micro components with high precision, crucial in industries like aerospace, medical devices, and electronics. (https://www.3erp.com/blog/micro-machining/)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SurfaceStructuringMethod ;
  a skos:Concept .

sampledescriptionvocabulary1:SurfaceStructuringMethod
  skos:prefLabel "Surface structuring method" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:MicroMachining .

