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

<http://data.bibliotheken.nl/id/thes/p292193521> a schema1:Person ;
    rdfs:label "Welch, Edward (1973-)" ;
    schema1:birthDate "1973" ;
    schema1:familyName "Welch" ;
    schema1:givenName "Edward" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/02c98c3142ed17e4612443c5768a698d> ;
    schema1:name "Edward Welch" ;
    schema1:sameAs <http://viaf.org/viaf/32211270>,
        <https://isni.org/isni/0000000110516607> .

