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

<http://data.bibliotheken.nl/id/thes/p070171009> a schema1:Person ;
    rdfs:label "Gerretson, Bartholomeus Johannes (1856-1930)" ;
    schema1:birthDate "1856" ;
    schema1:deathDate "1930" ;
    schema1:description "vader van Frederik Carel Gerretson (1884-1958)" ;
    schema1:familyName "Gerretson" ;
    schema1:givenName "Bartholomeus Johannes" ;
    schema1:hasOccupation "koopman",
        "politicus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4f7f44691319b378f72e57d9d5a548de> ;
    schema1:name "Bartholomeus Johannes Gerretson" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/292217257>,
        wd:Q20978375 .

