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

<http://data.bibliotheken.nl/id/thes/p288092783> a schema1:Person ;
    rdfs:label "Leistikow, Ian Pjotr (1973-)" ;
    schema1:alternateName "Leistikow, Ian",
        "Leistikow, Ian Pjotr" ;
    schema1:birthDate "1973" ;
    schema1:familyName "Leistikow" ;
    schema1:givenName "Ian Pjotr" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/def400325f67effb91426bc9287c488b> ;
    schema1:name "Ian Pjotr Leistikow" ;
    schema1:sameAs <https://isni.org/isni/0000000391771275> .

