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

<http://data.bibliotheken.nl/id/thes/p317727419> a schema1:Person ;
    rdfs:label "Rijke, Kees" ;
    schema1:familyName "Rijke" ;
    schema1:givenName "Kees" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d96f353b913972d258c17548ba505b8f> ;
    schema1:name "Kees Rijke" ;
    schema1:sameAs <http://viaf.org/viaf/281785469>,
        <https://isni.org/isni/0000000388536418> .

