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

<http://data.bibliotheken.nl/id/thes/p06967051X> a schema1:Person ;
    rdfs:label "Bakker, Jacobus (1875-1950)" ;
    schema1:birthDate "1875" ;
    schema1:deathDate "1950" ;
    schema1:description "Bestuurder vakbond Mercurius",
        "bron: IISG" ;
    schema1:familyName "Bakker" ;
    schema1:givenName "Jacobus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2f4b3a27159cd0340f637e64d679a11c> ;
    schema1:name "Jacobus Bakker" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/290789584> .

