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

<http://data.bibliotheken.nl/id/thes/p089836030> a schema1:Person ;
    rdfs:label "Lange, Roel de" ;
    schema1:familyName "de Lange" ;
    schema1:givenName "Roel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f77c3b6bce0f0e08b85f31a32aa6597c> ;
    schema1:name "Roel de Lange" ;
    schema1:sameAs <http://viaf.org/viaf/291805967>,
        <https://isni.org/isni/0000000396853958> .

