@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/p071238387> a schema1:Person ;
    rdfs:label "Haje, Christian Friedrich (1873-1938)" ;
    schema1:alternateName "Haje, Chr. F." ;
    schema1:birthDate "1873" ;
    schema1:deathDate "1938" ;
    schema1:familyName "Haje" ;
    schema1:givenName "Christian Friedrich" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/750286cf4d0085c4e4f11f9354b357af> ;
    schema1:name "Christian Friedrich Haje" ;
    schema1:sameAs <http://viaf.org/viaf/114939794>,
        <https://isni.org/isni/0000000083198729> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/haje001> .

