@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/90942> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/90227> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300137616> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/REASON_RES>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT>,
        <https://data.rkd.nl/thesaurus/scheme/accession_process> ;
    skos:narrower <https://data.rkd.nl/thesaurus/74890> ;
    skos:notation "90942" ;
    skos:prefLabel "procurement"@en,
        "verwerving"@nl ;
    prov:generatedAtTime "2023-10-04T08:00:52+00:00"^^xsd:dateTime .

