@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/p075102285> a schema1:Person ;
    rdfs:label "Lepage, Emmanuël" ;
    schema1:alternateName "Lepage, ...",
        "Lepazh, Emmanyuel'" ;
    schema1:familyName "Lepage" ;
    schema1:givenName "Emmanuël" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a6d86aafccd403594f576c05b08c4228> ;
    schema1:name "Emmanuël Lepage" ;
    schema1:sameAs <http://viaf.org/viaf/34467895>,
        wd:Q3052761,
        <https://isni.org/isni/0000000120661955> .

