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

<http://data.bibliotheken.nl/id/thes/p101228929> a schema1:Person ;
    rdfs:label "Kuik, Foeke" ;
    schema1:familyName "Kuik" ;
    schema1:givenName "Foeke" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fddb684e429b32b1c5a1bd8368fafeee> ;
    schema1:name "Foeke Kuik" ;
    schema1:sameAs <http://viaf.org/viaf/281435693>,
        <https://isni.org/isni/0000000388262066> .

