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

<http://data.bibliotheken.nl/id/thes/p068917236> a schema1:Person ;
    rdfs:label "Zoete, F.M.E." ;
    schema1:familyName "Zoete" ;
    schema1:givenName "F.M.E." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d813d161b675b8e4085463faa4496836> ;
    schema1:name "F.M.E. Zoete" ;
    schema1:sameAs <http://viaf.org/viaf/21037364>,
        <https://isni.org/isni/0000000026378694> .

