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

<http://data.bibliotheken.nl/id/thes/p322734274> a schema1:Person ;
    rdfs:label "Bakker, Erik" ;
    schema1:description "Scoop" ;
    schema1:familyName "Bakker" ;
    schema1:givenName "Erik" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cd4fbdbf83fa61b3d2c1a87f7a57d95e> ;
    schema1:name "Erik Bakker" ;
    schema1:sameAs <http://viaf.org/viaf/292239715>,
        <https://isni.org/isni/0000000397155131> .

