@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/64616> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/64510> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300222743> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "64616" ;
    skos:prefLabel "dice game"@en,
        "dobbelspel"@nl ;
    skos:scopeNote "Spellen die worden gespeeld met dobbelstenen, kleine meerzijdige blokjes, meestal kubusvormig, die zijn voorzien van stippen, symbolen of getallen."@en,
        "Games played with dice, which are a small polyhedral objects, usually cubes, that are marked with dots, symbols, or numbers."@nl ;
    prov:generatedAtTime "2023-07-10T14:12:10+00:00"^^xsd:dateTime .

