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

<http://data.bibliotheken.nl/id/thes/p069708932> a schema1:Person ;
    rdfs:label "Venema, Bill" ;
    schema1:familyName "Venema" ;
    schema1:givenName "Bill" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/989a02c91a4242f1be76eafe5bd23413> ;
    schema1:name "Bill Venema" ;
    schema1:sameAs <http://viaf.org/viaf/200385470>,
        <https://isni.org/isni/0000000387754261> .

