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

<http://data.bibliotheken.nl/id/thes/p074453483> a schema1:Person ;
    rdfs:label "Dorren, Corneille Jacques Odilon (1880-1970)" ;
    schema1:birthDate "1880" ;
    schema1:deathDate "1970" ;
    schema1:familyName "Dorren" ;
    schema1:givenName "Corneille Jacques Odilon" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b41a153216cd55fe08aca1bc4589c561> ;
    schema1:name "Corneille Jacques Odilon Dorren" ;
    schema1:sameAs <http://viaf.org/viaf/36441763>,
        <https://isni.org/isni/0000000038211234> .

