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

<http://data.bibliotheken.nl/id/thes/p073447110> a schema1:Person ;
    rdfs:label "Lange, Gerrit de" ;
    schema1:description "orthopedagoog",
        "zie ook: Frank Matthijsen" ;
    schema1:familyName "de Lange" ;
    schema1:givenName "Gerrit" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/84dadb67be506dbb135981e8298a0fde> ;
    schema1:name "Gerrit de Lange" ;
    schema1:sameAs <http://data.bibliotheken.nl/id/thes/p085474487>,
        <http://viaf.org/viaf/91141685>,
        <https://isni.org/isni/0000000064479541> .

