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

<http://data.bibliotheken.nl/id/thes/p16592120X> a schema1:Person ;
    rdfs:label "Halkes, Koen Michiel (1969-)" ;
    schema1:birthDate "1969" ;
    schema1:familyName "Halkes" ;
    schema1:givenName "Koen Michiel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5e344b2005feef7698e397eb55bd1aa6> ;
    schema1:name "Koen Michiel Halkes" ;
    schema1:sameAs <http://viaf.org/viaf/286980227>,
        <https://isni.org/isni/000000039283360X> .

