@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:IonBeamDeposition
  skos:prefLabel "Ion Beam deposition" ;
  skos:definition """1. Ion beam deposition (IBD) is a process of applying materials to a target through the application of an ion beam. (Wikipedia).
2. Ion beam deposition (IBD) is a thin film deposition method that produces the highest quality films with excellent precision. Also referred to as ion beam sputtering (IBS), it’s a process that’s used when tight control over film thickness and stoichiometry is needed. (https://www.dentonvacuum.com/what-is-ion-beam-deposition/)"""^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:DepositionCoating ;
  a skos:Concept .

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

