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

<http://data.bibliotheken.nl/id/thes/p429159072> a schema1:Person ;
    rdfs:label "Philippe, Sébastien (1977-)" ;
    schema1:birthDate "1977" ;
    schema1:description "striptekenaar" ;
    schema1:familyName "Philippe" ;
    schema1:givenName "Sébastien" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fe9d33961d16bc598600107172a63205> ;
    schema1:name "Sébastien Philippe" ;
    schema1:nationality "fr" ;
    schema1:sameAs <http://viaf.org/viaf/101032926>,
        <https://isni.org/isni/000000007329600X> .

