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

<http://data.bibliotheken.nl/id/thes/p297527444> a schema1:Person ;
    rdfs:label "Willemse, Frank" ;
    schema1:familyName "Willemse" ;
    schema1:givenName "Frank" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/16d10d3cf5c154f2f7f639f247fe32f1> ;
    schema1:name "Frank Willemse" ;
    schema1:sameAs <http://viaf.org/viaf/1199149198208774940005>,
        <https://isni.org/isni/0000000396592217> .

