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

<http://data.bibliotheken.nl/id/thes/p315999055> a schema1:Person ;
    rdfs:label "Kloet, Derk de (1970-)" ;
    schema1:birthDate "1970" ;
    schema1:familyName "de Kloet" ;
    schema1:givenName "Derk" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1f135a5427c7f952b5855243dec48028> ;
    schema1:name "Derk de Kloet" ;
    schema1:sameAs <http://viaf.org/viaf/283782571>,
        <https://isni.org/isni/0000000368860421> .

