@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/p36956586X> a schema1:Person ;
    rdfs:label "Roudier, Emmanuel (1971-)" ;
    schema1:birthDate "1971" ;
    schema1:familyName "Roudier" ;
    schema1:givenName "Emmanuel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cc3e38d9f462dbcca962a09a100f3686> ;
    schema1:name "Emmanuel Roudier" ;
    schema1:sameAs <http://viaf.org/viaf/5151965>,
        wd:Q16631961,
        <https://isni.org/isni/0000000055156185> .

