@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/p148298095> a schema1:Person ;
    rdfs:label "Bekker, Roel (1947-)" ;
    schema1:birthDate "1947" ;
    schema1:familyName "Bekker" ;
    schema1:givenName "Roel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/13fb2cbd1bef398508f2f9ebbe284958> ;
    schema1:name "Roel Bekker" ;
    schema1:sameAs <http://viaf.org/viaf/19227049>,
        wd:Q2315209,
        <https://isni.org/isni/0000000050809917> .

