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

<http://data.bibliotheken.nl/id/thes/p217883702> a schema1:Person ;
    rdfs:label "Guéret, Olivier (1970-)" ;
    schema1:birthDate "1970" ;
    schema1:familyName "Guéret" ;
    schema1:givenName "Olivier" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5154f821a7e42783016ecabdb6161930> ;
    schema1:name "Olivier Guéret" ;
    schema1:sameAs <http://viaf.org/viaf/17395230>,
        <https://isni.org/isni/0000000009226808> .

