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

<http://data.bibliotheken.nl/id/thes/p413243133> a schema1:Person ;
    rdfs:label "Upchurch, John (1982-)" ;
    schema1:birthDate "1982" ;
    schema1:familyName "Upchurch" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9131994364e0d4787aacb12975248b07> ;
    schema1:name "John Upchurch" ;
    schema1:sameAs <http://viaf.org/viaf/170208152>,
        <https://isni.org/isni/0000000119069970> .

