@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/64498> a skos:Concept ;
    skos:altLabel "food distribution"@en,
        "voedseluitdeling"@nl,
        "voeren"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/98810> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300375121> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "64498" ;
    skos:prefLabel "feeding"@en,
        "voeden"@nl ;
    skos:scopeNote "Describes the action of giving or supplying food to another. For the intake of food by oneself, use \"eating,\" \"drinking,\" \"suckling,\" or another appropriate term.\""@en,
        "Beschrijft de actie van het geven of leveren van voedsel aan een ander."@nl ;
    prov:generatedAtTime "2024-04-18T13:11:28+00:00"^^xsd:dateTime .

