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

<http://data.bibliotheken.nl/id/thes/p072401680> a schema1:Person ;
    rdfs:label "Backer, Cornelis Andries (1874-1963)" ;
    schema1:birthDate "1874" ;
    schema1:deathDate "1963" ;
    schema1:familyName "Backer" ;
    schema1:givenName "Cornelis Andries" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fb0033f8972685fa6d2d3980bc033e04> ;
    schema1:name "Cornelis Andries Backer" ;
    schema1:sameAs <http://viaf.org/viaf/93403430>,
        wd:Q5788624,
        <https://isni.org/isni/0000000114953839> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/back062> .

