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

<http://data.bibliotheken.nl/id/thes/p067595480> a schema1:Person ;
    rdfs:label "Farnham, David" ;
    schema1:familyName "Farnham" ;
    schema1:givenName "David" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f631fd24ab5c5302c295b7b2f26788a8> ;
    schema1:name "David Farnham" ;
    schema1:sameAs <http://viaf.org/viaf/27136993>,
        <https://isni.org/isni/000000011047331X> .

