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

<http://data.bibliotheken.nl/id/thes/p069344612> a schema1:Person ;
    rdfs:label "Vijverberg, Kees" ;
    schema1:familyName "Vijverberg" ;
    schema1:givenName "Kees" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fdf982d6f2c359f589984143c5dd6fbf> ;
    schema1:name "Kees Vijverberg" ;
    schema1:sameAs <http://viaf.org/viaf/292023958>,
        <https://isni.org/isni/0000000396970046> .

