@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/80661> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/62899> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300054467> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/98867> ;
    skos:notation "80661" ;
    skos:prefLabel "botany"@en,
        "botanie"@nl ;
    skos:scopeNote "The scientific study of all plant life, including their structure, properties, and biochemical processes."@en,
        "De wetenschappelijke bestudering van alle plantaardig leven, inclusief structuur, eigenschappen en biochemische processen."@nl ;
    prov:generatedAtTime "2024-05-07T14:38:29+00:00"^^xsd:dateTime .

