@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/64239> a skos:Concept ;
    skos:altLabel "wortel"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/62914> ;
    skos:exactMatch <http://vocab.getty.edu/aat/> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "64239" ;
    skos:prefLabel "carrot"@en,
        "peen"@nl ;
    skos:scopeNote "The edible roots of Daucus carota; these roots are large, tapering, and in cultivation are bright orange-red, fleshy, and sweet."@en ;
    prov:generatedAtTime "2023-10-17T06:39:15+00:00"^^xsd:dateTime .

