@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/54776> a skos:Concept ;
    skos:altLabel "Daily newspaper"@en,
        "newspaper (depicted)"@en,
        "dagblad"@nl,
        "krant (in de voorstelling)"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/79558> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300026656> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/OBJALG>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT>,
        <https://data.rkd.nl/thesaurus/scheme/type> ;
    skos:notation "54776" ;
    skos:prefLabel "newspaper"@en,
        "krant"@nl ;
    skos:scopeNote "Serials published at stated, frequent intervals, such as daily or weekly, and containing news, editorials, features, advertisements, and other items of current interest."@en,
        "Bladen die regelmatig en met frequente tussenpozen, zoals dagelijks of wekelijks, worden gedrukt en verspreid, en die nieuws, redactioneel commentaar, hoofdartikelen, advertenties en ander actueel materiaal."@nl ;
    prov:generatedAtTime "2023-08-10T06:22:47+00:00"^^xsd:dateTime .

