@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/p314997792> a schema1:Person ;
    rdfs:label "Hugault, Romain (1979-)" ;
    schema1:birthDate "1979" ;
    schema1:familyName "Hugault" ;
    schema1:givenName "Romain" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9db8f79291416011d45c5c7a07d7b343> ;
    schema1:name "Romain Hugault" ;
    schema1:nationality "fr" ;
    schema1:sameAs <http://viaf.org/viaf/263458997>,
        wd:Q3440667,
        <https://isni.org/isni/000000038225820X> .

