@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:SprayCoating
  skos:prefLabel "Spray coating" ;
  skos:definition """1. The application of a thin cover to sample by converting the coating solution to an aerosol then allowing the droplets to settle on the sample surface under the influence of gravity or using an electrostatic field. (TIB, Chemical Methods Ontology).
2. A technique used to deposit uniform thin films onto a substrate by spraying a solution of the material onto the surface. (TIB, Voc4Cat).
3. A suspension of liquid droplets dispersed in a gas through an atomization process. (TIB, EMMO)"""^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:DepositionCoating ;
  a skos:Concept .

sampledescriptionvocabulary1:DepositionCoating
  skos:prefLabel "Deposition coating" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:SprayCoating .

