@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/65965> a skos:Concept ;
    skos:altLabel "cut melon"@en,
        "aangesneden meloen"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/65951> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/65963> ;
    skos:notation "65965" ;
    skos:prefLabel "melon"@en,
        "meloen"@nl ;
    skos:scopeNote "cucumis melo"@nl ;
    prov:generatedAtTime "2022-07-27T12:49:50+00:00"^^xsd:dateTime .

