@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/64743> a skos:Concept ;
    skos:altLabel "guild cup"@en,
        "pineapple cup"@en,
        "ananasbeker"@nl,
        "gildebeker"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/67517> ;
    skos:exactMatch <https://www.wikidata.org/entity/Q2299792> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/OBJALG>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/65749>,
        <https://data.rkd.nl/thesaurus/66082>,
        <https://data.rkd.nl/thesaurus/66984> ;
    skos:notation "64743" ;
    skos:prefLabel "ornamental cup"@en,
        "pronkbeker"@nl ;
    prov:generatedAtTime "2022-08-15T07:50:13+00:00"^^xsd:dateTime .

