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

<http://data.bibliotheken.nl/id/thes/p071632727> a schema1:Person ;
    rdfs:label "Zaat, Jonnie" ;
    schema1:familyName "Zaat" ;
    schema1:givenName "Jonnie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5435b98da00b7447669a1bdbe5114037> ;
    schema1:name "Jonnie Zaat" ;
    schema1:sameAs <http://viaf.org/viaf/3932841>,
        <https://isni.org/isni/0000000034678582> .

