@prefix actris_vocab: <https://vocabulary.actris.nilu.no/actris_vocab/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .

actris_vocab:aerosolinsitu
  skos:prefLabel "aerosol in situ"@en ;
  a skos:Concept .

actris_vocab:Rutherfordbackscatteringspectrometry
  skos:related actris_vocab:aerosolinsitu ;
  skos:definition "Determines the elemental composition of the surface layer of a sample by exposing atoms to a beam of MeV ions. The energy of the elastically scattered ions is measured. Since kinetic energy in elastic scattering is conserved in the centre of mass frame, but not in the lab frame, the energy deposited in the sample is characteristic for the elemental composition of the sample. Here, only particles scattered into the backward direction are measured. The energy is limited so particles interact with the shell of sample atoms or molecules."@en ;
  skos:broader actris_vocab:ionbeamanalysis ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "Rutherford backscattering spectrometry"@en ;
  dc:creator <https://orcid.org/0000-0002-3380-3470> ;
  dc:contributor <https://orcid.org/0000-0001-6993-3149> ;
  a skos:Concept .

actris_vocab:
  skos:prefLabel "ACTRIS Vocabulary"@en ;
  a skos:ConceptScheme .

actris_vocab:ionbeamanalysis
  skos:prefLabel "ion beam analysis"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:Rutherfordbackscatteringspectrometry .

