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

<http://data.bibliotheken.nl/id/thes/p435169947> a schema1:Person ;
    rdfs:label "Grabowski, Guénaël (1987-)" ;
    schema1:birthDate "1987" ;
    schema1:familyName "Grabowski" ;
    schema1:givenName "Guénaël" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1aee76c2987ffe5dd1ae8a9455b66c0f> ;
    schema1:name "Guénaël Grabowski" ;
    schema1:nationality "fr" ;
    schema1:sameAs <http://viaf.org/viaf/11162299262720060521>,
        <https://isni.org/isni/0000000502647315> .

