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

<http://data.bibliotheken.nl/id/thes/p068427646> a schema1:Person ;
    rdfs:label "Kroon, Kleijs Hendrik (1904-1983)" ;
    schema1:alternateName "Kroon, Kleis Hendrik",
        "Kroon, Kleys Hendrik" ;
    schema1:birthDate "1904" ;
    schema1:deathDate "1983" ;
    schema1:description "hervormd predikant" ;
    schema1:familyName "Kroon" ;
    schema1:givenName "Kleijs Hendrik" ;
    schema1:hasOccupation "predikant" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6d088e6d48277fdfe9c60d78317d16de> ;
    schema1:name "Kleijs Hendrik Kroon" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/98385331>,
        <https://isni.org/isni/0000000068673499> .

