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

<http://data.bibliotheken.nl/id/thes/p407603875> a schema1:Person ;
    rdfs:label "Gool, Benny" ;
    schema1:familyName "Gool" ;
    schema1:givenName "Benny" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7df92611eb16d6e7ecaab056cfe72b6e> ;
    schema1:name "Benny Gool" ;
    schema1:sameAs <http://viaf.org/viaf/220658669> .

