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

<http://data.bibliotheken.nl/id/thes/p344090752> a schema1:Person ;
    rdfs:label "Kruithof, Wilbert Lucas (1983-)" ;
    schema1:birthDate "1983" ;
    schema1:familyName "Kruithof" ;
    schema1:givenName "Wilbert Lucas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bb6f7f7163b1fef6c7420db6cfbdfe29> ;
    schema1:name "Wilbert Lucas Kruithof" ;
    schema1:sameAs <http://viaf.org/viaf/286077450>,
        <https://isni.org/isni/0000000392093410> .

