@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:InkJetDeposition
  skos:prefLabel "Ink jet deposition" ;
  skos:definition "Ink jet material deposition is an emerging manufacturing technique in which inkjet technology is used to deposit materials on substrates. The technique aims to eliminate fixed costs of production and reduce the amount of materials used. (Wikipedia)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:DepositionCoating ;
  a skos:Concept .

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

