@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/74883> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/90621> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300055715> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/ATELIER>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "74883" ;
    skos:prefLabel "finance"@en,
        "financiën"@nl ;
    skos:scopeNote "Branch of economics concerning the management or use of funds and credit by a government, business, or individual."@en,
        "Tak van de economie die zich bezighoudt met het beheer of gebruik van kapitaal en kredieten door een regering, bedrijf of individu."@nl ;
    prov:generatedAtTime "2023-10-04T07:53:38+00:00"^^xsd:dateTime .

