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

<http://data.bibliotheken.nl/id/thes/p218138598> a schema1:Person ;
    rdfs:label "Kleine, Emile de (1971-)" ;
    schema1:birthDate "1971" ;
    schema1:familyName "de Kleine" ;
    schema1:givenName "Emile" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ed7c4bc9516efaf42e694351f634d6b8> ;
    schema1:name "Emile de Kleine" ;
    schema1:sameAs <http://viaf.org/viaf/291203185>,
        <https://isni.org/isni/0000000396306903> .

