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

<http://data.bibliotheken.nl/id/thes/p254801323> a schema1:Person ;
    rdfs:label "Martinez, Guillaume (1980-)" ;
    schema1:birthDate "1980" ;
    schema1:familyName "Martinez" ;
    schema1:givenName "Guillaume" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c62b3028f7eb0530740e23d4910a3de0> ;
    schema1:name "Guillaume Martinez" ;
    schema1:sameAs <http://viaf.org/viaf/51914921>,
        <https://isni.org/isni/0000000374479571> .

