@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:UltrasonicMachining
  skos:prefLabel "Ultrasonic machining" ;
  skos:definition "1. Ultrasonic machining is a subtractive manufacturing process that removes material from the surface of a part through high frequency, low amplitude vibrations of a tool against the material surface in the presence of fine abrasive particles. (Wikipedia). 2. Ultrasonic Machining (USM) is an advanced machining process that harnesses the power of high-frequency mechanical vibrations to remove material from workpieces. (https://testbook.com/mechanical-engineering/ultrasonic-machining)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SurfaceStructuringMethod ;
  a skos:Concept .

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

