@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/p073372358> a schema1:Person ;
    rdfs:label "Bach, Emmon W. (1929-)" ;
    schema1:birthDate "1929" ;
    schema1:familyName "Bach" ;
    schema1:givenName "Emmon W." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/241570c4f9eb5691f98a9a7d3db88f9b> ;
    schema1:name "Emmon W. Bach" ;
    schema1:sameAs <http://viaf.org/viaf/106981737>,
        wd:Q5373595,
        <https://isni.org/isni/0000000109303612> .

