@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/80208> a skos:Concept ;
    skos:altLabel "weekly"@en,
        "kunsttijdschrift"@nl,
        "periodiek"@nl,
        "weekblad"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/79558> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300026657> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/OBJALG>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT>,
        <https://data.rkd.nl/thesaurus/scheme/type> ;
    skos:narrower <https://data.rkd.nl/thesaurus/79629> ;
    skos:notation "80208" ;
    skos:prefLabel "periodical"@en,
        "tijdschrift"@nl ;
    skos:scopeNote "Publications issued at regular intervals, but not daily, containing articles on various subjects by different authors for the general reader."@en,
        "Publikaties die regelmatig worden uitgegeven met tussenpozen van meer dan één dag."@nl ;
    prov:generatedAtTime "2022-05-25T11:38:12+00:00"^^xsd:dateTime .

