@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.rkd.nl/thesaurus/90827> a skos:Concept ;
    skos:altLabel "x-ray fluorescence"@en,
        "röntgenfluorescentie"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/64454> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300224161> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/RES_TYPE> ;
    skos:narrower <https://data.rkd.nl/thesaurus/96768> ;
    skos:notation "90827" ;
    skos:prefLabel "XRF"@en,
        "XRF"@nl ;
    skos:scopeNote "Fluorescence stimulated by x-rays; when the emissions are examined by spectrometry, useful in determining chemical composition of a substance."@en,
        "Door röntgenstralen opgewekte fluorescentie; nuttig bij het vaststellen van de chemische samenstelling van een stof als de stralingen door spectrometrie worden onderzocht."@nl ;
    prov:generatedAtTime "2023-07-26T12:07:54+00:00"^^xsd:dateTime .

