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

<http://data.bibliotheken.nl/id/thes/p073499161> a schema1:Person ;
    rdfs:label "Pot, Franklin Delano (1945-)" ;
    schema1:alternateName "Pot, F.D." ;
    schema1:birthDate "1945" ;
    schema1:familyName "Pot" ;
    schema1:givenName "Franklin Delano" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/50e18394fdbe21e81e63862cb5263fe5> ;
    schema1:name "Franklin Delano Pot" ;
    schema1:sameAs <http://viaf.org/viaf/60736281>,
        <https://isni.org/isni/0000000029485292> .

