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

<http://data.bibliotheken.nl/id/thes/p354920960> a schema1:Person ;
    rdfs:label "Guiton, Edouard" ;
    schema1:familyName "Guiton" ;
    schema1:givenName "Edouard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6a6ef4f5a2b2a41ec36f4899ed4dff81> ;
    schema1:name "Edouard Guiton" ;
    schema1:sameAs <http://viaf.org/viaf/121570788> .

