@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/p217883737> a schema1:Person ;
    rdfs:label "Vadot, Nicolas (1971-)" ;
    schema1:birthDate "1971" ;
    schema1:familyName "Vadot" ;
    schema1:givenName "Nicolas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f2f8a428f30c30441a11478fa0cfaa5e> ;
    schema1:name "Nicolas Vadot" ;
    schema1:sameAs <http://viaf.org/viaf/2708501>,
        wd:Q3340830,
        <https://isni.org/isni/000000000887503X> .

