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

<http://data.bibliotheken.nl/id/thes/p400957558> a schema1:Person ;
    rdfs:label "Le Gall, Robin" ;
    schema1:familyName "Le Gall" ;
    schema1:givenName "Robin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c6b99d5303d5941ecfdfb843197c3ff6> ;
    schema1:name "Robin Le Gall" ;
    schema1:sameAs <http://viaf.org/viaf/124147266568335480077>,
        <https://isni.org/isni/0000000468160895> .

