@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/515> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/1013> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300107965> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/NATIONALITEIT>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "515" ;
    skos:prefLabel "Argentine"@en,
        "Argentijns"@nl ;
    skos:scopeNote "Of or belonging to the nation of Argentina or its people."@en,
        "Van of behorend tot het land Argentinië of de Argentijnen."@nl ;
    prov:generatedAtTime "2021-10-19T14:49:38+00:00"^^xsd:dateTime .

