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

<http://data.bibliotheken.nl/id/thes/p36435934X> a schema1:Person ;
    rdfs:label "Lente, Gerrit van (1955-)" ;
    schema1:birthDate "1955" ;
    schema1:familyName "van Lente" ;
    schema1:givenName "Gerrit" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5e2ac698085495622378c6066c7d2b78> ;
    schema1:name "Gerrit van Lente" ;
    schema1:sameAs <http://viaf.org/viaf/305828264>,
        <https://isni.org/isni/0000000423182775> .

