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

sampledescriptionvocabulary1:ElectricalDischargeMachining
  skos:prefLabel "Electrical discharge machining" ;
  skos:broader sampledescriptionvocabulary1:CuttingMethod ;
  a skos:Concept .

sampledescriptionvocabulary1:CuttingMethod
  skos:prefLabel "Cutting method" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:ElectricalDischargeMachining .

