@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/p069429316> a schema1:Person ;
    rdfs:label "Auclair, Claude (1943-1990)" ;
    schema1:birthDate "1943" ;
    schema1:deathDate "1990" ;
    schema1:familyName "Auclair" ;
    schema1:givenName "Claude" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cc00bf9aa7f469f14ad5337aabc755b6> ;
    schema1:name "Claude Auclair" ;
    schema1:sameAs <http://viaf.org/viaf/27060200>,
        wd:Q1096460,
        <https://isni.org/isni/0000000120228246> .

