@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/p070090955> a schema1:Person ;
    rdfs:label "Patton, Walter Melville" ;
    schema1:familyName "Patton" ;
    schema1:givenName "Walter Melville" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1c94dd785706f5a342226969fd35280e> ;
    schema1:name "Walter Melville Patton" ;
    schema1:sameAs <http://viaf.org/viaf/389144783017198363740>,
        wd:Q109859428,
        <https://isni.org/isni/0000000063003410> .

