@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/p29665311X> a schema1:Person ;
    rdfs:label "Pessl, Marisha (1977-)" ;
    schema1:alternateName "Pessl, Mariša",
        "Пессл, Маріша" ;
    schema1:birthDate "1977" ;
    schema1:familyName "Pessl" ;
    schema1:givenName "Marisha" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4b69f54cb30327c603138ddc66bfb200> ;
    schema1:name "Marisha Pessl" ;
    schema1:sameAs <http://viaf.org/viaf/34770086>,
        wd:Q289812,
        <https://isni.org/isni/0000000110533386> .

