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

<http://data.bibliotheken.nl/id/thes/p07220463X> a schema1:Person ;
    rdfs:label "Jonge, G. de" ;
    schema1:description "Dr." ;
    schema1:familyName "de Jonge" ;
    schema1:givenName "G." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dd364b5b3dc999135b8f2d9a02698578> ;
    schema1:name "G. de Jonge" ;
    schema1:sameAs <http://viaf.org/viaf/274203993>,
        <https://isni.org/isni/0000000398480921> .

