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

<http://data.bibliotheken.nl/id/thes/p074060848> a schema1:Person ;
    rdfs:label "Wirtz, Antoon Willem Hubert (1836-1919)" ;
    schema1:birthDate "1836" ;
    schema1:deathDate "1919" ;
    schema1:familyName "Wirtz" ;
    schema1:givenName "Antoon Willem Hubert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1e53166ba690c8f4dff837663907f380> ;
    schema1:name "Antoon Willem Hubert Wirtz" ;
    schema1:sameAs <http://viaf.org/viaf/290709801>,
        <https://isni.org/isni/0000000395864962> .

