@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/29812> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/80410> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300020627> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/NATIONALITEIT>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "29812" ;
    skos:prefLabel "Cypriote"@en,
        "Cypriotisch"@nl ;
    skos:scopeNote "Refers to the culture of the island of Cyprus, particularly during the Bronze Age from about 2300 to 1050 BCE."@en,
        "Verwijst naar de cultuur van het eiland Cyprus, in het bijzonder gedurende de Bronstijd van circa 2300 tot 1050 v. Chr."@nl ;
    prov:generatedAtTime "2022-10-17T08:20:21+00:00"^^xsd:dateTime .

