@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:DipCoating
  skos:prefLabel "Dip coating" ;
  skos:definition """1. The application of a thin cover to sample by immersing it in a tank containing coating material, allowing it to remain there for a certain 'dwell time', removing the piece from the tank ('withdrawal'), and allowing it to drain. (TIB, Chemical Methods Ontology).
2. Dip coating is commonly used in academic research, where many chemical and nano material engineering research projects use the dip coating technique to create thin-film coatings. (Wikipedia)"""^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:DepositionCoating ;
  a skos:Concept .

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

