@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/80533> a skos:Concept ;
    skos:altLabel "museum library"@en,
        "kunstbibliotheken"@nl,
        "museumbibliotheek"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/80537> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300380247> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "80533" ;
    skos:prefLabel "art library (institution)"@en,
        "kunstbibliotheek (instelling)"@nl ;
    skos:scopeNote "Instellingen die specialistische bronnen bieden voor onderzoek naar kunst, architectuur, design en daaraan gerelateerde onderwerpen."@en,
        "Institutions that provide specialized resources for pursuing investigation and research of topics pertaining to art, architecture and design."@nl ;
    prov:generatedAtTime "2022-07-07T07:09:18+00:00"^^xsd:dateTime .

