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

<http://data.bibliotheken.nl/id/thes/p07296734X> a schema1:Person ;
    rdfs:label "Sandler, Gerald (1928-)" ;
    schema1:birthDate "1928" ;
    schema1:description "Consultant Physician" ;
    schema1:familyName "Sandler" ;
    schema1:givenName "Gerald" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f12de025ac6833f9e79af15887ff9561> ;
    schema1:name "Gerald Sandler" ;
    schema1:sameAs <http://viaf.org/viaf/109838523>,
        <https://isni.org/isni/0000000084639995> .

