@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/98286> a skos:Concept ;
    skos:altLabel "award cup"@en,
        "prijsbeker"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/98052> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300225692> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/OBJALG>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/92807> ;
    skos:notation "98286" ;
    skos:prefLabel "prize"@en,
        "prijs (gewonnen object)"@nl ;
    skos:related <https://data.rkd.nl/thesaurus/84465> ;
    skos:scopeNote "Things offered to be competed for, or sometimes won by chance; may include objects, privileges, money, honors, or tokens."@en,
        "Dingen die aangeboden worden voor een wedstrijd, prijsvraag, etc, of soms toevallig worden gewonnen; het kunnen objecten, privileges, geldbedragen, eerbewijzen of symbolische voorwerpen zijn."@nl ;
    prov:generatedAtTime "2023-08-01T10:03:16+00:00"^^xsd:dateTime .

