@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/p071300805> a schema1:Person ;
    rdfs:label "Audoin, Philippe" ;
    schema1:familyName "Audoin" ;
    schema1:givenName "Philippe" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cc01d4e88622d26986cbca0ee067967c> ;
    schema1:name "Philippe Audoin" ;
    schema1:sameAs <http://viaf.org/viaf/39480628>,
        wd:Q3379257,
        <https://isni.org/isni/0000000121289999> .

