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

<http://data.bibliotheken.nl/id/thes/p072254963> a schema1:Person ;
    rdfs:label "Cornelissen, Anthony Joannes Maria (1902-1977)" ;
    schema1:birthDate "1902" ;
    schema1:deathDate "1977" ;
    schema1:description "LR*, LR**",
        "jurist, bibliothecaris KUN" ;
    schema1:familyName "Cornelissen" ;
    schema1:givenName "Anthony Joannes Maria" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d1a1afd5b8694590ac5b7f5ff44717ae> ;
    schema1:name "Anthony Joannes Maria Cornelissen" ;
    schema1:sameAs <http://viaf.org/viaf/33217427>,
        <https://isni.org/isni/0000000046180036> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/corn032> .

