@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/79407> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/91301> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300149026> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT>,
        <https://data.rkd.nl/thesaurus/scheme/type> ;
    skos:notation "79407" ;
    skos:prefLabel "electronic mail"@en,
        "e-mail"@nl ;
    skos:scopeNote "Communication by means of a system that allows computer users to exchange messages in electronic format on a network, often but not always comprising messages from one individual to one or many others via telecommunications links between computers or terminals."@en,
        "Berichten die door het ene individu aan het andere worden verstuurd via telecommunicatieverbindingen tussen computers of terminals."@nl ;
    prov:generatedAtTime "2023-08-03T06:43:21+00:00"^^xsd:dateTime .

