@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/p06860873X> a schema1:Person ;
    rdfs:label "Deleuze, Gilles (1925-1995)" ;
    schema1:birthDate "1925" ;
    schema1:deathDate "1995" ;
    schema1:familyName "Deleuze" ;
    schema1:givenName "Gilles" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d312b06451fc77f48c9f0a0a61934eea> ;
    schema1:name "Gilles Deleuze" ;
    schema1:sameAs <http://viaf.org/viaf/22140703>,
        wd:Q184226,
        <https://isni.org/isni/000000012277323X> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/dele032> .

