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

<http://data.bibliotheken.nl/id/thes/p440594251> a schema1:Person ;
    rdfs:label "Kuyvenhoven, Vincent" ;
    schema1:familyName "Kuyvenhoven" ;
    schema1:givenName "Vincent" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7998346e7d62d07cc3f688f2f6d62188> ;
    schema1:name "Vincent Kuyvenhoven" .

