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

sampledescriptionvocabulary1:SurfaceStructuringMethod
  skos:prefLabel "Surface structuring method" ;
  skos:narrower sampledescriptionvocabulary1:WetEtching, sampledescriptionvocabulary1:UltrasonicMachining, sampledescriptionvocabulary1:MicroMachining, sampledescriptionvocabulary1:Deposition, sampledescriptionvocabulary1:Lithography, sampledescriptionvocabulary1:Etching, sampledescriptionvocabulary1:LaserSurfaceTexturing ;
  skos:broader sampledescriptionvocabulary1:SurfaceStructuring ;
  a skos:Concept .

sampledescriptionvocabulary1:WetEtching
  skos:prefLabel "Wet etching" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SurfaceStructuringMethod .

sampledescriptionvocabulary1:UltrasonicMachining
  skos:prefLabel "Ultrasonic machining" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SurfaceStructuringMethod .

sampledescriptionvocabulary1:MicroMachining
  skos:prefLabel "Micro machining" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SurfaceStructuringMethod .

sampledescriptionvocabulary1:Deposition
  skos:prefLabel "Deposition" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SurfaceStructuringMethod .

sampledescriptionvocabulary1:Lithography
  skos:prefLabel "Lithography" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SurfaceStructuringMethod .

sampledescriptionvocabulary1:Etching
  skos:prefLabel "Etching" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SurfaceStructuringMethod .

sampledescriptionvocabulary1:LaserSurfaceTexturing
  skos:prefLabel "Laser surface texturing" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:SurfaceStructuringMethod .

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

