@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/64216> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/98810> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300379698> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "64216" ;
    skos:prefLabel "drinking"@en,
        "drinken"@nl ;
    skos:related <https://data.rkd.nl/thesaurus/63471>,
        <https://data.rkd.nl/thesaurus/64214>,
        <https://data.rkd.nl/thesaurus/64215>,
        <https://data.rkd.nl/thesaurus/67696> ;
    skos:scopeNote "Het door de mond consumeren van vloeistoffen."@en,
        "The act of consuming fluids through the mouth."@nl ;
    prov:generatedAtTime "2024-04-18T11:48:17+00:00"^^xsd:dateTime .

