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

<http://data.bibliotheken.nl/id/thes/p203651278> a schema1:Person ;
    rdfs:label "Brok, Cees" ;
    schema1:familyName "Brok" ;
    schema1:givenName "Cees" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a7fd55d212c78ae8b3a0af7b2d17212e> ;
    schema1:name "Cees Brok" .

