@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/95570> a skos:Concept ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/RES_TYPE> ;
    skos:narrower <https://data.rkd.nl/thesaurus/54043>,
        <https://data.rkd.nl/thesaurus/90904>,
        <https://data.rkd.nl/thesaurus/90906> ;
    skos:notation "95570" ;
    skos:prefLabel "infrared examination"@en,
        "infraroodonderzoek"@nl ;
    prov:generatedAtTime "2020-10-13T07:24:44+00:00"^^xsd:dateTime .

