@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/p157374114> a schema1:Person ;
    rdfs:label "Pellet, Philippe (1970-)" ;
    schema1:birthDate "1970" ;
    schema1:familyName "Pellet" ;
    schema1:givenName "Philippe" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/99be1ccb1323f27c1f3d0b145bf51984> ;
    schema1:name "Philippe Pellet" ;
    schema1:sameAs <http://viaf.org/viaf/80399311>,
        wd:Q3380508,
        <https://isni.org/isni/0000000403599389> .

