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

sampledescriptionvocabulary1:SurfaceStructuring
  skos:prefLabel "Surface structuring" ;
  skos:narrower sampledescriptionvocabulary1:SurfaceStructuringMethod ;
  skos:broader sampledescriptionvocabulary1:SurfaceTreatment ;
  a skos:Concept .

sampledescriptionvocabulary1:SurfaceStructuringMethod
  skos:prefLabel "Surface structuring method" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SurfaceStructuring .

sampledescriptionvocabulary1:SurfaceTreatment
  skos:prefLabel "Surface treatment" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:SurfaceStructuring .

sampledescriptionvocabulary1:MechanicalAndSurfaceTreatmentMethod skos:narrower sampledescriptionvocabulary1:SurfaceStructuring .
