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

<http://data.bibliotheken.nl/id/thes/p317847902> a schema1:Person ;
    rdfs:label "Bökkers, Toon" ;
    schema1:familyName "Bökkers" ;
    schema1:givenName "Toon" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/47e3ba1ce945132bb7104e989d046105> ;
    schema1:name "Toon Bökkers" ;
    schema1:sameAs <http://viaf.org/viaf/289514128>,
        <https://isni.org/isni/0000000394906884> .

