@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:Dimpling
  skos:prefLabel "Dimpling" ;
  skos:definition "1. Having the appearance of an inward pulling. (TIB, NCI Thesaurus OBO Edition). 2. A depression or indentation on a surface (Merriam-webster dictionary)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:MechanicalAndSurfaceTreatmentMethod ;
  a skos:Concept .

sampledescriptionvocabulary1:MechanicalAndSurfaceTreatmentMethod
  skos:prefLabel "Mechanical and surface treatment method" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Dimpling .

