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

<http://data.bibliotheken.nl/id/thes/p215806948> a schema1:Person ;
    rdfs:label "Veenendaal, Erik van (1973-)" ;
    schema1:birthDate "1973" ;
    schema1:description "Dr" ;
    schema1:familyName "van Veenendaal" ;
    schema1:givenName "Erik" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9a86faaaff24a3907dd2db6d41d03d5a> ;
    schema1:name "Erik van Veenendaal" ;
    schema1:sameAs <http://viaf.org/viaf/285008838>,
        <https://isni.org/isni/0000000391216378> .

