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

<http://data.bibliotheken.nl/id/thes/p068824483> a schema1:Person ;
    rdfs:label "Blankestijn, Cathrinus (1922-2002)" ;
    schema1:alternateName "Blankestijn, Lex" ;
    schema1:birthDate "1922" ;
    schema1:deathDate "2002" ;
    schema1:familyName "Blankestijn" ;
    schema1:givenName "Cathrinus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d9286d5c4e387bfff2e95ac621b3c971> ;
    schema1:name "Cathrinus Blankestijn" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/11801334>,
        <https://isni.org/isni/0000000037396855> .

