@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/p073190047> a schema1:Person ;
    rdfs:label "Bakker, Kees (1945-2006)" ;
    schema1:birthDate "1945" ;
    schema1:deathDate "2006" ;
    schema1:description "B9936948: was redacteur van De Waarheid",
        "Reisgidsen, Theologie, Communisme, gedichten, fotograaf" ;
    schema1:familyName "Bakker" ;
    schema1:givenName "Kees" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8fcd927098d1a7413fa7c758b1770c15> ;
    schema1:name "Kees Bakker" ;
    schema1:sameAs <http://viaf.org/viaf/218627917>,
        wd:Q3261406 .

