@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/p068374402> a schema1:Person ;
    rdfs:label "FitzGerald, Edmund Valpy Knox (1947-)" ;
    schema1:alternateName "FitzGerald, Edmund Valpy",
        "FitzGerald, Valpy" ;
    schema1:birthDate "1947" ;
    schema1:familyName "FitzGerald" ;
    schema1:givenName "Edmund Valpy Knox" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8369e322b4816e8cfb6a5762abca4642> ;
    schema1:name "Edmund Valpy Knox FitzGerald" ;
    schema1:sameAs <http://viaf.org/viaf/110344486>,
        wd:Q107355319 .

