@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/p278586538> a schema1:Person ;
    rdfs:label "Lefèvre, Edwin (1871-1943)" ;
    schema1:alternateName "Lefèvre, E." ;
    schema1:birthDate "1871" ;
    schema1:deathDate "1943" ;
    schema1:familyName "Lefèvre" ;
    schema1:givenName "Edwin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a9c5c95203c006d850b88eefeb50c761> ;
    schema1:name "Edwin Lefèvre" ;
    schema1:sameAs <http://viaf.org/viaf/79111477>,
        wd:Q2556046,
        <https://isni.org/isni/0000000109190240> .

