@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/p071966269> a schema1:Person ;
    rdfs:label "Ayres, Harry Morgan (1881-1948 ; filoloog)" ;
    schema1:birthDate "1881" ;
    schema1:deathDate "1948" ;
    schema1:familyName "Ayres" ;
    schema1:givenName "Harry Morgan" ;
    schema1:hasOccupation "filoloog" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6b463e709a646ed6683b62ea88beca2e> ;
    schema1:name "Harry Morgan Ayres" ;
    schema1:nationality "us" ;
    schema1:sameAs <http://viaf.org/viaf/21337377>,
        wd:Q59627810,
        <https://isni.org/isni/0000000116053148> .

