@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/64379> a skos:Concept ;
    skos:altLabel "talking"@en,
        "converseren"@nl,
        "praten"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/98344> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300055195> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "64379" ;
    skos:prefLabel "speech (communication function)"@en,
        "spraak (communicatiefunctie)"@nl ;
    skos:scopeNote "Het tot uitdrukking brengen of beschrijven van gedachten, gevoelens of observaties door het uitspreken van woorden."@en,
        "The act of expressing or describing thoughts, feelings, or perceptions by the articulation of words."@nl ;
    prov:generatedAtTime "2023-08-10T14:06:39+00:00"^^xsd:dateTime .

