@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:eBeam
  skos:prefLabel "Focused Electron beam" ;
  skos:definition "1. Electron beams are particle accelerators. In this case, the particles being accelerated are electrons and the beam generated is the equivalent of beta radiation. (https://ebeamservices.com)"^^ns0:None ;
  skos:broader sampledescriptionvocabulary1:FocusedRadiation ;
  a skos:Concept .

sampledescriptionvocabulary1:FocusedRadiation
  skos:prefLabel "Focused radiation" ;
  a skos:Concept ;
  skos:narrower sampledescriptionvocabulary1:eBeam .

