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

<http://data.bibliotheken.nl/id/thes/p17165644X> a schema1:Person ;
    rdfs:label "Kemper, Michael (1966-)" ;
    schema1:birthDate "1966" ;
    schema1:familyName "Kemper" ;
    schema1:givenName "Michael" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5bacff81246d6d1174c5764eb43db7ad> ;
    schema1:name "Michael Kemper" ;
    schema1:sameAs <http://viaf.org/viaf/69074512>,
        <https://isni.org/isni/0000000117687644> .

