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

<http://data.bibliotheken.nl/id/thes/p113106572> a schema1:Person ;
    rdfs:label "Bolt, Wilko (1968-)" ;
    schema1:birthDate "1968" ;
    schema1:description "Ook als: W. Bolt" ;
    schema1:familyName "Bolt" ;
    schema1:givenName "Wilko" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/648fe1a5385c8c5dcebbc270da10c3fa> ;
    schema1:name "Wilko Bolt" ;
    schema1:sameAs <http://viaf.org/viaf/60909285>,
        <https://isni.org/isni/0000000034038438> .

