@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p336599021> a schema1:Person ;
    rdfs:label "Corentin, Rouge" ;
    schema1:familyName "Corentin" ;
    schema1:givenName "Rouge" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/90dbfddfef094856852199c72496934a> ;
    schema1:name "Rouge Corentin" ;
    schema1:sameAs <http://viaf.org/viaf/9299161211690740070002>,
        <https://isni.org/isni/0000000390391123> .

