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

<http://data.bibliotheken.nl/id/thes/p07407461X> a schema1:Person ;
    rdfs:label "Verhaak, Chris" ;
    schema1:familyName "Verhaak" ;
    schema1:givenName "Chris" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6c1b67f48899af8da7bde13ca28673ab> ;
    schema1:name "Chris Verhaak" ;
    schema1:sameAs <http://viaf.org/viaf/45989234>,
        <https://isni.org/isni/0000000035906778> .

