@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/92107> a skos:Concept ;
    skos:altLabel "feast day"@en,
        "seizoenfeest"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/93651> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300069349> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/64337>,
        <https://data.rkd.nl/thesaurus/64339>,
        <https://data.rkd.nl/thesaurus/64340>,
        <https://data.rkd.nl/thesaurus/80979>,
        <https://data.rkd.nl/thesaurus/81800>,
        <https://data.rkd.nl/thesaurus/82706>,
        <https://data.rkd.nl/thesaurus/82755>,
        <https://data.rkd.nl/thesaurus/98361> ;
    skos:notation "92107" ;
    skos:prefLabel "religious holiday"@en,
        "religieuze feestdag"@nl ;
    skos:scopeNote "Feast days or other days that are specified for religious observance."@en,
        "Feestdagen of andere dagen waaraan religieuze activiteiten zijn verbonden."@nl ;
    prov:generatedAtTime "2023-08-14T13:25:05+00:00"^^xsd:dateTime .

