@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/62900> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/97834> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300025579> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/PROPERTY>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "62900" ;
    skos:prefLabel "scholar"@en,
        "geleerde"@nl ;
    skos:scopeNote "Persons who have engaged in advanced study and acquired expertise in some special field along with accuracy and skill in investigation and powers of critical analysis in interpretation of such knowledge."@en,
        "Personen die een gevorderde studie hebben gevolgd, expert op een bepaald gebied zijn, nauwkeurig en vaardig onderzoek doen en opgedane kennis kritisch kunnen analyseren."@nl ;
    prov:generatedAtTime "2023-03-22T08:36:01+00:00"^^xsd:dateTime .

