@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/p070198837> a schema1:Person ;
    rdfs:label "Kroon, Jacobus (1885-1953 ; S.J.)" ;
    schema1:birthDate "1885" ;
    schema1:deathDate "1953" ;
    schema1:description "Jezuiet" ;
    schema1:familyName "Kroon" ;
    schema1:givenName "Jacobus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f49d9f302c0002662a888df2567f6f91> ;
    schema1:name "Jacobus Kroon (S.J.)" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/243656278>,
        <https://isni.org/isni/0000000369588415> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/kroo036> .

