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

<http://data.bibliotheken.nl/id/thes/p067654568> a schema1:Person ;
    rdfs:label "Krop, Frederik Johan (1875-1945)" ;
    schema1:alternateName "F.J.K.",
        "K., F.J.",
        "Krop, Frédéric Jean" ;
    schema1:birthDate "1875" ;
    schema1:deathDate "1945" ;
    schema1:description "theoloog, Ned. Herv. pred. te Rotterdam" ;
    schema1:familyName "Krop" ;
    schema1:givenName "Frederik Johan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/83be6924301f38bcc96d0db8626587ae> ;
    schema1:name "Frederik Johan Krop" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/47129254>,
        <https://isni.org/isni/0000000397701518> .

