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

<http://data.bibliotheken.nl/id/thes/p073930962> a schema1:Person ;
    rdfs:label "Lange, Gerrit Jan de (1950-)" ;
    schema1:birthDate "1950" ;
    schema1:description "KMC 2020, 26142981: Keerzijde titelpagina vermeldt: Prof. Dr.",
        "roepnaam: Gert" ;
    schema1:familyName "de Lange" ;
    schema1:givenName "Gerrit Jan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f5ea497488163ef623e83a2a05a53e70> ;
    schema1:name "Gerrit Jan de Lange" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/288055504>,
        <https://isni.org/isni/0000000393683498> .

