@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/p176951644> a schema1:Person ;
    rdfs:label "Guérineau, Richard (1969-)" ;
    schema1:birthDate "1969" ;
    schema1:familyName "Guérineau" ;
    schema1:givenName "Richard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4fb0c9b0caed54105fc1fb4301210c7e> ;
    schema1:name "Richard Guérineau" ;
    schema1:sameAs <http://viaf.org/viaf/85326161>,
        wd:Q3430828,
        <https://isni.org/isni/0000000121420600> .

