@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/p070242666> a schema1:Person ;
    rdfs:label "Pellerin, Patrice" ;
    schema1:familyName "Pellerin" ;
    schema1:givenName "Patrice" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f9d02c2a52749f360912e2a6192490c9> ;
    schema1:name "Patrice Pellerin" ;
    schema1:sameAs <http://viaf.org/viaf/2475276>,
        wd:Q2249190,
        <https://isni.org/isni/0000000121178455> .

