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

sampledescriptionvocabulary1:CuttingMethod
  skos:prefLabel "Cutting method" ;
  skos:narrower sampledescriptionvocabulary1:IonBeam, sampledescriptionvocabulary1:ElectricalDischargeMachining, sampledescriptionvocabulary1:LaserCutting, sampledescriptionvocabulary1:WaterJetCutting ;
  skos:broader sampledescriptionvocabulary1:Cutting ;
  a skos:Concept .

sampledescriptionvocabulary1:IonBeam
  skos:prefLabel "Ion Beam" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CuttingMethod .

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

sampledescriptionvocabulary1:LaserCutting
  skos:prefLabel "Laser cutting" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CuttingMethod .

sampledescriptionvocabulary1:WaterJetCutting
  skos:prefLabel "Water jet cutting" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CuttingMethod .

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

