@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/p329818791> a schema1:Person ;
    rdfs:label "Bresson, Pascal (1969-)" ;
    schema1:birthDate "1969" ;
    schema1:familyName "Bresson" ;
    schema1:givenName "Pascal" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9f27bfd743458556750f759d2b4527de> ;
    schema1:name "Pascal Bresson" ;
    schema1:sameAs <http://viaf.org/viaf/264103518>,
        wd:Q104872100,
        <https://isni.org/isni/0000000368740016> .

