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

sampledescriptionvocabulary1:coating2
  skos:prefLabel "Coating" ;
  skos:definition "1. A coating is a covering that is applied to the surface of an object, or substrate. The purpose of applying the coating may be decorative, functional, or both. (Wikipedia) 2. Any mixture of film-forming materials plus pigments, solvents, and other additives, which, when applied to a surface and cured or dried, yields a thin film that is functional and often decorative. (Britannica) 3.  A layer of material spread over a surface. (Merriam-Webster dictionary)"@en ;
  skos:broader sampledescriptionvocabulary1:MaterialForm, sampledescriptionvocabulary1:MaterialType ;
  a skos:Concept .

sampledescriptionvocabulary1:MaterialForm
  skos:prefLabel "Material form" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:coating2 .

sampledescriptionvocabulary1:MaterialType
  skos:prefLabel "Material type" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:coating2 .

