@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/p184651794> a schema1:Person ;
    rdfs:label "Thirault, Philippe (1967-)" ;
    schema1:birthDate "1967" ;
    schema1:familyName "Thirault" ;
    schema1:givenName "Philippe" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7a9e8e408e8f4877da1b892996e36518> ;
    schema1:name "Philippe Thirault" ;
    schema1:sameAs <http://viaf.org/viaf/61691577>,
        wd:Q3380770,
        <https://isni.org/isni/0000000110656933> .

