@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/p074297821> a schema1:Person ;
    rdfs:label "Levy, Deborah (1959-)" ;
    schema1:birthDate "1959" ;
    schema1:familyName "Levy" ;
    schema1:givenName "Deborah" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b00358d6d321f4ed484f2bf8d483c18b> ;
    schema1:name "Deborah Levy" ;
    schema1:sameAs <http://viaf.org/viaf/19937804>,
        wd:Q5248308,
        <https://isni.org/isni/0000000108771211> .

