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

<http://data.bibliotheken.nl/id/thes/p245975071> a schema1:Person ;
    rdfs:label "Vanhaesebrouck, Karel (1978-)" ;
    schema1:birthDate "1978" ;
    schema1:familyName "Vanhaesebrouck" ;
    schema1:givenName "Karel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/78605f9c559e7bac94e49fd571abf4f2> ;
    schema1:name "Karel Vanhaesebrouck" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/34767403>,
        <https://isni.org/isni/0000000035563103> .

