@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/p173734588> a schema1:Person ;
    rdfs:label "Richaud, Frédéric (1966-)" ;
    schema1:birthDate "1966" ;
    schema1:familyName "Richaud" ;
    schema1:givenName "Frédéric" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9d74eca4614127f79b99beceebf08c7b> ;
    schema1:name "Frédéric Richaud" ;
    schema1:sameAs <http://viaf.org/viaf/79137928>,
        wd:Q3090159,
        <https://isni.org/isni/0000000056632809> .

