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

<http://data.bibliotheken.nl/id/thes/p070369682> a schema1:Person ;
    rdfs:label "Vaz Dias, Abraham Mordechai (1876-1939)" ;
    schema1:alternateName "Dias, A.M. Vaz" ;
    schema1:birthDate "1876" ;
    schema1:deathDate "1939" ;
    schema1:familyName "Vaz Dias" ;
    schema1:givenName "Abraham Mordechai" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a42c7e09d4fdfe6c19d55e158e85a21f> ;
    schema1:name "Abraham Mordechai Vaz Dias" ;
    schema1:sameAs <http://viaf.org/viaf/6318681>,
        <https://isni.org/isni/0000000109511788> .

