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

sampledescriptionvocabulary1:Cutting
  skos:prefLabel "Cutting" ;
  skos:narrower sampledescriptionvocabulary1:Mashining, sampledescriptionvocabulary1:CuttingMethod ;
  skos:definition "1. Cutting is the separation or opening of a physical object through the application of an acutely directed force. (Wikipedia)"@en ;
  skos:broader sampledescriptionvocabulary1:MaterialDisintegration ;
  a skos:Concept .

sampledescriptionvocabulary1:Mashining
  skos:prefLabel "Mashining" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Cutting .

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

sampledescriptionvocabulary1:MaterialDisintegration
  skos:prefLabel "Material disintegration" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Cutting .

