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

<http://data.bibliotheken.nl/id/thes/p06984710X> a schema1:Person ;
    rdfs:label "Jansen, Jan Gerrit (1930-)" ;
    schema1:birthDate "1930" ;
    schema1:familyName "Jansen" ;
    schema1:givenName "Jan Gerrit" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9d4eb221991b4e1af2e765f81b437019> ;
    schema1:name "Jan Gerrit Jansen" ;
    schema1:sameAs <http://viaf.org/viaf/285413058>,
        <https://isni.org/isni/0000000369165359> .

