@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/p071952101> a schema1:Person ;
    rdfs:label "Bergounioux, Pierre (1949-)" ;
    schema1:birthDate "1949" ;
    schema1:familyName "Bergounioux" ;
    schema1:givenName "Pierre" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7b33d2ad15ff6216a971ecbf1a1eeb7e> ;
    schema1:name "Pierre Bergounioux" ;
    schema1:sameAs <http://viaf.org/viaf/79040774>,
        wd:Q2444124,
        <https://isni.org/isni/0000000121409305> .

