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

<http://data.bibliotheken.nl/id/thes/p072559918> a schema1:Person ;
    rdfs:label "Kielstra, Tjepke (1852-1936)" ;
    schema1:birthDate "1852" ;
    schema1:deathDate "1936" ;
    schema1:description "Doopsgezind predikant, schoolopziener" ;
    schema1:familyName "Kielstra" ;
    schema1:givenName "Tjepke" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/732cf49abff2f3fb2d83da586107241a> ;
    schema1:name "Tjepke Kielstra" ;
    schema1:sameAs <http://viaf.org/viaf/62540796>,
        <https://isni.org/isni/0000000014631285> .

