@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:FineTurning
  skos:prefLabel "Fine-turning" ;
  skos:definition "1. to make very small changes to something in order to make it work as well as possible (Cambridge dictionary)."^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:Mashining ;
  a skos:Concept .

sampledescriptionvocabulary1:Mashining
  skos:prefLabel "Mashining" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:FineTurning .

