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

<http://data.bibliotheken.nl/id/thes/p129926116> a schema1:Person ;
    rdfs:label "Krijger, Johannes Cornelis (1899-1989)" ;
    schema1:alternateName "Krijger, J.C." ;
    schema1:birthDate "1899" ;
    schema1:deathDate "1989" ;
    schema1:familyName "Krijger" ;
    schema1:givenName "Johannes Cornelis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7422cbfb7f92328f957d505083d0424c> ;
    schema1:name "Johannes Cornelis Krijger" ;
    schema1:sameAs <http://viaf.org/viaf/282707472>,
        <https://isni.org/isni/0000000389306227> .

