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

<http://data.bibliotheken.nl/id/thes/p069060592> a schema1:Person ;
    rdfs:label "Williams, John Fischer (1870-1947)" ;
    schema1:birthDate "1870" ;
    schema1:deathDate "1947" ;
    schema1:familyName "Williams" ;
    schema1:givenName "John Fischer" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/10ba8cd4811da9c0c042869b90e5eb21> ;
    schema1:name "John Fischer Williams" ;
    schema1:sameAs <http://viaf.org/viaf/78145857846023021537>,
        <https://isni.org/isni/0000000108229916> .

