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

<http://data.bibliotheken.nl/id/thes/p181637936> a schema1:Person ;
    rdfs:label "Venrooij, Tim Gerard Jozef van (1970-)" ;
    schema1:birthDate "1970" ;
    schema1:familyName "van Venrooij" ;
    schema1:givenName "Tim Gerard Jozef" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dabbe4325e087f2f44580ac93782f7e2> ;
    schema1:name "Tim Gerard Jozef van Venrooij" ;
    schema1:sameAs <http://viaf.org/viaf/283566400>,
        <https://isni.org/isni/0000000390041481> .

