@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/p370486803> a schema1:Person ;
    rdfs:label "Rouge, Corentin (1983-)" ;
    schema1:birthDate "1983" ;
    schema1:familyName "Rouge" ;
    schema1:givenName "Corentin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/55235af38c930bfa69b10a90a1a0b8cd> ;
    schema1:name "Corentin Rouge" ;
    schema1:sameAs <http://viaf.org/viaf/259781151>,
        wd:Q2997249,
        <https://isni.org/isni/0000000380518717> .

