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

<http://data.bibliotheken.nl/id/thes/p401953343> a schema1:Person ;
    rdfs:label "Stoker, Rob (1957-)" ;
    schema1:birthDate "1957" ;
    schema1:familyName "Stoker" ;
    schema1:givenName "Rob" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/833a1b96d1ebe4f725476b5a0bc64012> ;
    schema1:name "Rob Stoker" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/179147266965535482662>,
        <https://isni.org/isni/0000000471433356> .

