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

<http://data.bibliotheken.nl/id/thes/p097597112> a schema1:Person ;
    rdfs:label "Stokes, Graham (1952-)" ;
    schema1:birthDate "1952" ;
    schema1:familyName "Stokes" ;
    schema1:givenName "Graham" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b8868e9fc4051f3024ad2291bc6da92d> ;
    schema1:name "Graham Stokes" ;
    schema1:sameAs <http://viaf.org/viaf/278684515>,
        <https://isni.org/isni/0000000384898171> .

