@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/p068720777> a schema1:Person ;
    rdfs:label "Bakel, Gerrit van (1943-1984)" ;
    schema1:birthDate "1943" ;
    schema1:deathDate "1984" ;
    schema1:description "mb" ;
    schema1:familyName "van Bakel" ;
    schema1:givenName "Gerrit" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5bd2a047d7dbc82bbb7c0b410eefad55> ;
    schema1:name "Gerrit van Bakel" ;
    schema1:sameAs <http://viaf.org/viaf/218628852>,
        wd:Q2537784 .

