@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/p068373333> a schema1:Person ;
    rdfs:label "Sayers, Dorothy Leigh (1893-1957)" ;
    schema1:alternateName "Sayers, Dorothy" ;
    schema1:birthDate "1893" ;
    schema1:deathDate "1957" ;
    schema1:familyName "Sayers" ;
    schema1:givenName "Dorothy Leigh" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/17ddac79ca02da10ffff38d7bf891bc3> ;
    schema1:name "Dorothy Leigh Sayers" ;
    schema1:nationality "gb" ;
    schema1:sameAs <http://viaf.org/viaf/29540426>,
        wd:Q106740 ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/saye001> .

