@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/84537> a skos:Concept ;
    skos:altLabel "fruit farming"@en,
        "fruitteelt"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/64882> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300054512> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/96752> ;
    skos:notation "84537" ;
    skos:prefLabel "horticulture"@en,
        "tuinbouw"@nl ;
    skos:scopeNote "Intensive and extensive cultivation of garden plants including fruits, vegetables, flower crops, and landscape and nursery crops."@en,
        "Het intensief en extensief verbouwen van tuinplanten, waaronder vruchten, groenten, bloementeelt en landschaps- en kwekerijgewassen."@nl ;
    prov:generatedAtTime "2022-07-05T08:42:58+00:00"^^xsd:dateTime .

