@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/65730> a skos:Concept ;
    skos:altLabel "wooden plate"@en,
        "houten bord"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/65787> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300042991> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/OBJALG>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/57671>,
        <https://data.rkd.nl/thesaurus/93200> ;
    skos:notation "65730" ;
    skos:prefLabel "plate (general, dish)"@en,
        "bord (vaatwerk)"@nl ;
    skos:scopeNote "Shallow, usually circular dishes from which food is eaten."@en,
        "Ondiepe, meestal ronde schalen waarvan wordt gegeten."@nl ;
    prov:generatedAtTime "2023-01-25T09:32:31+00:00"^^xsd:dateTime .

