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

<http://data.bibliotheken.nl/id/thes/p069519218> a schema1:Person ;
    rdfs:label "Francke, Johannes (1908-1990)" ;
    schema1:birthDate "1908" ;
    schema1:deathDate "1990" ;
    schema1:description "Gereformeerd (later gereformeerd vrijgemaakt) predikant" ;
    schema1:familyName "Francke" ;
    schema1:givenName "Johannes" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e16532d8ba18d0da059efe0d6e667800> ;
    schema1:name "Johannes Francke" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/261770738>,
        <https://isni.org/isni/0000000381671836> .

