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

<http://data.bibliotheken.nl/id/thes/p241879663> a schema1:Person ;
    rdfs:label "Evenhuis, Chris (1978-)" ;
    schema1:birthDate "1978" ;
    schema1:description "ill." ;
    schema1:familyName "Evenhuis" ;
    schema1:givenName "Chris" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/62ac1568a25af4198a1de41694aa2b70> ;
    schema1:name "Chris Evenhuis" ;
    schema1:sameAs <https://isni.org/isni/0000000077937994> .

