@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:Coating
  skos:prefLabel "Coating treatment" ;
  skos:narrower sampledescriptionvocabulary1:CoatingMethod ;
  skos:definition """A coating is a covering that is applied to the surface of an object, or substrate. (Wikipedia)

Surface coating, any mixture of film-forming materials plus pigments, solvents, and other additives, which, when applied to a surface and cured or dried. (Brittanica)

The application of a thin cover to a material. (CHMO)"""^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:SurfaceTreatment, sampledescriptionvocabulary1:MechanicalAndSurfaceTreatmentMethod ;
  a skos:Concept .

sampledescriptionvocabulary1:CoatingMethod
  skos:prefLabel "Coating method" ;
  a skos:Concept ;
  skos:broader sampledescriptionvocabulary1:Coating .

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

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

