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

<http://data.bibliotheken.nl/id/thes/p108439402> a schema1:Person ;
    rdfs:label "Kool, F." ;
    schema1:familyName "Kool" ;
    schema1:givenName "F." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2c9394d08b5f9e4acb3a2f16514ffb37> ;
    schema1:name "F. Kool" ;
    schema1:sameAs <http://viaf.org/viaf/20694030>,
        <https://isni.org/isni/0000000018360144> .

