@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/p067465595> a schema1:Person ;
    rdfs:label "Doornenbal, Jacobus Teunis (1909-1975)" ;
    schema1:birthDate "1909" ;
    schema1:deathDate "1975" ;
    schema1:description "auteur",
        "bron: https://nl.wikipedia.org/wiki/Jacobus_Teunis_Doornenbal",
        "predikant" ;
    schema1:familyName "Doornenbal" ;
    schema1:givenName "Jacobus Teunis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/26b306f660d7fde64be4863141ce5e7e> ;
    schema1:name "Jacobus Teunis Doornenbal" ;
    schema1:nationality "nl" ;
    schema1:sameAs wd:Q2173558,
        <https://isni.org/isni/0000000079520156> .

