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

<http://data.bibliotheken.nl/id/thes/p329067885> a schema1:Person ;
    rdfs:label "Want, Gerrit Fredrik van der (1901-1985)" ;
    schema1:birthDate "1901" ;
    schema1:deathDate "1985" ;
    schema1:familyName "van der Want" ;
    schema1:givenName "Gerrit Fredrik" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/49c6421bdad566a57f40d80be028b161> ;
    schema1:name "Gerrit Fredrik van der Want" ;
    schema1:sameAs <http://viaf.org/viaf/280838782>,
        <https://isni.org/isni/0000000387827715> .

