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

<http://data.bibliotheken.nl/id/thes/p072196475> a schema1:Person ;
    rdfs:label "Verholt, Wim" ;
    schema1:description "Ook als: W.J.N.M. Verholt" ;
    schema1:familyName "Verholt" ;
    schema1:givenName "Wim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4b3b473ba6ed8b911209c28f366fca93> ;
    schema1:name "Wim Verholt" ;
    schema1:sameAs <http://viaf.org/viaf/3835164298395508630008>,
        <https://isni.org/isni/0000000396313871> .

