@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/p070536333> a schema1:Person ;
    rdfs:label "Harrod, Roy Forbes (1900-1978)" ;
    schema1:alternateName "Harrod, Roy" ;
    schema1:birthDate "1900" ;
    schema1:deathDate "1978" ;
    schema1:familyName "Harrod" ;
    schema1:givenName "Roy Forbes" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e3a3d5bf095d82c74db809906adfb482> ;
    schema1:name "Roy Forbes Harrod" ;
    schema1:sameAs <http://viaf.org/viaf/94499786>,
        wd:Q554317,
        <https://isni.org/isni/000000011078031X> .

