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

<http://data.bibliotheken.nl/id/thes/p074829629> a schema1:Person ;
    rdfs:label "Graham, Rodney (1949-)" ;
    schema1:birthDate "1949" ;
    schema1:familyName "Graham" ;
    schema1:givenName "Rodney" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/01149d600a06474a94f7aef4d2801348> ;
    schema1:name "Rodney Graham" ;
    schema1:sameAs <http://viaf.org/viaf/96541105>,
        wd:Q320241,
        <https://isni.org/isni/0000000078226537> .

