@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:Doping
  skos:prefLabel "Doping" ;
  skos:definition "Doping is the intentional introduction of a small amount of impurity atoms into a material, typically a semiconductor or crystalline solid, to alter its electrical, optical, or structural properties in a controlled manner. (Wikipedia)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:FabricationProcessingSynthesis ;
  a skos:Concept .

sampledescriptionvocabulary1:FabricationProcessingSynthesis
  skos:prefLabel "Fabrication/Processing/Synthesis" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:Doping .

