@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/p068647921> a schema1:Person ;
    rdfs:label "Leroux, Gaston (1868-1927)" ;
    schema1:birthDate "1868" ;
    schema1:deathDate "1927" ;
    schema1:description "auteur van 'politieromans'; bekendste boek: \"Het spook van de opera\"" ;
    schema1:familyName "Leroux" ;
    schema1:givenName "Gaston" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f18069484f11dcee76ed8329578367ae> ;
    schema1:name "Gaston Leroux" ;
    schema1:nationality "fr" ;
    schema1:sameAs <http://viaf.org/viaf/19680417>,
        wd:Q298827,
        <https://isni.org/isni/0000000083620213> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/lero022> .

