@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/80511> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/94095> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300201056> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "80511" ;
    skos:prefLabel "bestiary"@en,
        "bestiarium"@nl ;
    skos:scopeNote "Books or other media containing collections of moralized fables, especially as written in the Middle Ages, about actual or mythical animals."@en,
        "Verzamelingen moraliserende vertellingen, zoals die in de middeleeuwen veel werden geschreven, over bestaande of mythische dieren."@nl ;
    prov:generatedAtTime "2023-07-11T11:25:27+00:00"^^xsd:dateTime .

