@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/1156> a skos:Concept ;
    skos:altLabel "Chinese style"@en,
        "Chinese stijl"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/80410> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300018322> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/NATIONALITEIT>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/79055> ;
    skos:notation "1156" ;
    skos:prefLabel "Chinese"@en,
        "Chinees"@nl ;
    skos:scopeNote "The cultures, styles, and periods characteristic of China. To specifically refer to the cultures of ancient Chine, use \"Ancient Chinese.\""@en,
        "De culturen, stijlen en perioden die kenmerkend zijn voor China. Gebruik 'Oud-Chinees' om specifiek te verwijzen naar de culturen van het oude China."@nl ;
    prov:generatedAtTime "2023-03-22T09:02:35+00:00"^^xsd:dateTime .

