@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p176020640> a schema1:Person ;
    rdfs:label "Parnotte, Joël (1973-)" ;
    schema1:birthDate "1973" ;
    schema1:familyName "Parnotte" ;
    schema1:givenName "Joël" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a0227e3b7686926ab3636d3e41122373> ;
    schema1:name "Joël Parnotte" ;
    schema1:nationality "fr" ;
    schema1:sameAs <http://viaf.org/viaf/19819991>,
        <https://isni.org/isni/0000000001678404> .

