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

<http://data.bibliotheken.nl/id/thes/p436119765> a schema1:Person ;
    rdfs:label "Gijsel, Kenneth" ;
    schema1:familyName "Gijsel" ;
    schema1:givenName "Kenneth" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/70b61d1728a625cf1af13f6650c0a340> ;
    schema1:name "Kenneth Gijsel" ;
    schema1:sameAs <https://isni.org/isni/0000000506823531> .

