@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/p072973587> a schema1:Person ;
    rdfs:label "Arnoux, Erik (1956-)" ;
    schema1:birthDate "1956" ;
    schema1:familyName "Arnoux" ;
    schema1:givenName "Erik" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b16880e3ee1b8b2e95cafa0c8a0aebe1> ;
    schema1:name "Erik Arnoux" ;
    schema1:sameAs <http://viaf.org/viaf/19689655>,
        wd:Q3056532,
        <https://isni.org/isni/0000000120994805> .

