@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/p06936379X> a schema1:Person ;
    rdfs:label "Keller, Paul (1873-1932)" ;
    schema1:birthDate "1873" ;
    schema1:deathDate "1932" ;
    schema1:description "mb" ;
    schema1:familyName "Keller" ;
    schema1:givenName "Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0ea6c3dfce76fffe7afad2fcf35d0c14> ;
    schema1:name "Paul Keller" ;
    schema1:sameAs <http://viaf.org/viaf/52489633>,
        wd:Q88204,
        <https://isni.org/isni/0000000106543186> .

