@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/p072517662> a schema1:Person ;
    rdfs:label "Dupuy, Philippe (1960-)" ;
    schema1:birthDate "1960" ;
    schema1:description "bron: https://nl.wikipedia.org/wiki/Philippe_Dupuy",
        "stripauteur" ;
    schema1:familyName "Dupuy" ;
    schema1:givenName "Philippe" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b24e5a66d561d0469c4e7aa415640bcd> ;
    schema1:name "Philippe Dupuy" ;
    schema1:nationality "fr" ;
    schema1:sameAs wd:Q2087587,
        <https://isni.org/isni/0000000122775200> .

