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

<http://data.bibliotheken.nl/id/thes/p291070809> a schema1:Person ;
    rdfs:label "Boot, Eduardus Willem (1969-)" ;
    schema1:birthDate "1969" ;
    schema1:familyName "Boot" ;
    schema1:givenName "Eduardus Willem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/34ace807df4408261db7f57e38bc17d1> ;
    schema1:name "Eduardus Willem Boot" ;
    schema1:sameAs <http://viaf.org/viaf/286713274> .

