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

<http://data.bibliotheken.nl/id/thes/p073774987> a schema1:Person ;
    rdfs:label "Kroon, Just Emile (1880-1956)" ;
    schema1:birthDate "1880" ;
    schema1:deathDate "1956" ;
    schema1:familyName "Kroon" ;
    schema1:givenName "Just Emile" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2bc1252ded2e4d41f4e8095dcd7a2b8f> ;
    schema1:name "Just Emile Kroon" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/10222099>,
        <https://isni.org/isni/0000000397355715> .

