@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix wd: <http://www.wikidata.org/entity/> .

<http://data.bibliotheken.nl/id/thes/p07351649X> a schema1:Person ;
    rdfs:label "Graaff, Rein de (1942-)" ;
    schema1:birthDate "1942" ;
    schema1:description "pianist" ;
    schema1:familyName "de Graaff" ;
    schema1:givenName "Rein" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c63ffea0f759b4fab7b0d960c4415ea0> ;
    schema1:name "Rein de Graaff" ;
    schema1:sameAs <http://viaf.org/viaf/22333541>,
        wd:Q2021186,
        <https://isni.org/isni/000000003519802X> .

