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

<http://data.bibliotheken.nl/id/thes/p073944734> a schema1:Person ;
    rdfs:label "Aalders, Cornelis (1908-1999)" ;
    schema1:birthDate "1908" ;
    schema1:deathDate "1999" ;
    schema1:description "29569420: drs.",
        "29660773: ds." ;
    schema1:familyName "Aalders" ;
    schema1:givenName "Cornelis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/33fa6234a52b71d059a192ad5a3dca64> ;
    schema1:name "Cornelis Aalders" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/3599335>,
        <https://isni.org/isni/0000000397286000> .

