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

<http://data.bibliotheken.nl/id/thes/p213649837> a schema1:Person ;
    rdfs:label "Gaudelette, Michel" ;
    schema1:familyName "Gaudelette" ;
    schema1:givenName "Michel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f8beb870563353a7f853dffdd5bca4f8> ;
    schema1:name "Michel Gaudelette" ;
    schema1:sameAs <http://viaf.org/viaf/192691472>,
        <https://isni.org/isni/0000000044054319> .

