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

<http://data.bibliotheken.nl/id/thes/p080105017> a schema1:Person ;
    rdfs:label "Bakker, Cees (historicus)" ;
    schema1:familyName "Bakker" ;
    schema1:givenName "Cees" ;
    schema1:hasOccupation "historicus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f0fe9970aa6ff59f8d8b70f3dcec2108> ;
    schema1:name "Cees Bakker" ;
    schema1:sameAs <http://viaf.org/viaf/43498047>,
        <https://isni.org/isni/0000000031198110> .

