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

<http://data.bibliotheken.nl/id/thes/p421537337> a schema1:Person ;
    rdfs:label "Gautier, Guy-Pierre (1924-)" ;
    schema1:birthDate "1924" ;
    schema1:familyName "Gautier" ;
    schema1:givenName "Guy-Pierre" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ae01cd1abc00789f68b4a8571a0f9cdd> ;
    schema1:name "Guy-Pierre Gautier" ;
    schema1:sameAs <https://isni.org/isni/000000046100040X> .

