@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/288> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/80410> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300018519> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/NATIONALITEIT>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/84549> ;
    skos:notation "288" ;
    skos:prefLabel "Japanese"@en,
        "Japans"@nl ;
    skos:scopeNote "Nationality, periods, cultures, and styles found in Japan, either in historical times or in the present."@en,
        "Nationaliteit, perioden, culturen en stijlen in Japan, in historische tijden of in het heden."@nl ;
    prov:generatedAtTime "2022-10-17T09:02:09+00:00"^^xsd:dateTime .

