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

<http://data.bibliotheken.nl/id/thes/p074734075> a schema1:Person ;
    rdfs:label "Kloet, Hein de" ;
    schema1:alternateName "Kloet, H.J. de" ;
    schema1:description "Ook: H.J." ;
    schema1:familyName "de Kloet" ;
    schema1:givenName "Hein" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f11d7e0a805fc70f1573f6c4987bc8f5> ;
    schema1:name "Hein de Kloet" ;
    schema1:sameAs <http://viaf.org/viaf/306175190>,
        <https://isni.org/isni/0000000397844797> .

