@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/84227> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/98339> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300026669> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "84227" ;
    skos:prefLabel "sermon"@en,
        "preek"@nl ;
    skos:scopeNote "Religious discourses delivered as part of a church service, usually delivered from a pulpit, based upon a text of scripture, and with the purpose of giving religious instruction or exhortation."@en,
        "Religieuze voordrachten die deel uitmaken van een kerkdienst."@nl ;
    prov:generatedAtTime "2023-08-14T11:26:46+00:00"^^xsd:dateTime .

