@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/64883> a skos:Concept ;
    skos:altLabel "fruitkwekerij"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/96716> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300008890> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "64883" ;
    skos:prefLabel "orchard"@en,
        "boomgaard"@nl ;
    skos:related <https://data.rkd.nl/thesaurus/64874> ;
    skos:scopeNote "Farms devoted to the cultivation of fruit or nut trees."@en,
        "Een fruitkwekerij of boomgaard is een kunstmatig beplant stuk grond waar vruchten- of notenbomen op gekweekt worden om voedsel te produceren."@nl ;
    prov:generatedAtTime "2022-06-14T14:27:20+00:00"^^xsd:dateTime .

