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

sampledescriptionvocabulary1:CoatingMethod
  skos:prefLabel "Coating method" ;
  skos:narrower sampledescriptionvocabulary1:PlasmaSpraying, sampledescriptionvocabulary1:IonImplantation, sampledescriptionvocabulary1:Elecroplatting, sampledescriptionvocabulary1:Galvanizing, sampledescriptionvocabulary1:Anodizing, sampledescriptionvocabulary1:ElecrolessPlatting, sampledescriptionvocabulary1:PowderCoating, sampledescriptionvocabulary1:DepositionCoating ;
  skos:broader sampledescriptionvocabulary1:Coating ;
  a skos:Concept .

sampledescriptionvocabulary1:PlasmaSpraying
  skos:prefLabel "Plasma spraying" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CoatingMethod .

sampledescriptionvocabulary1:IonImplantation
  skos:prefLabel "Ion implantation" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CoatingMethod .

sampledescriptionvocabulary1:Elecroplatting
  skos:prefLabel "Electroplatting" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CoatingMethod .

sampledescriptionvocabulary1:Galvanizing
  skos:prefLabel "Galvanization" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CoatingMethod .

sampledescriptionvocabulary1:Anodizing
  skos:prefLabel "Anodization" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CoatingMethod .

sampledescriptionvocabulary1:ElecrolessPlatting
  skos:prefLabel "Elecroless platting" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CoatingMethod .

sampledescriptionvocabulary1:PowderCoating
  skos:prefLabel "Powder coating" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CoatingMethod .

sampledescriptionvocabulary1:DepositionCoating
  skos:prefLabel "Deposition coating" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:CoatingMethod .

sampledescriptionvocabulary1:Coating
  skos:prefLabel "Coating treatment" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:CoatingMethod .

