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

<http://data.bibliotheken.nl/id/thes/p362772312> a schema1:Person ;
    rdfs:label "Wolvekamp, Anton (1976-)" ;
    schema1:birthDate "1976" ;
    schema1:familyName "Wolvekamp" ;
    schema1:givenName "Anton" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d70dd183d34e132f27a3398ba17c986a> ;
    schema1:name "Anton Wolvekamp" ;
    schema1:sameAs <http://viaf.org/viaf/305816225>,
        <https://isni.org/isni/0000000423181641> .

