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

<http://data.bibliotheken.nl/id/thes/p371281474> a schema1:Person ;
    rdfs:label "Simons, Cees" ;
    schema1:familyName "Simons" ;
    schema1:givenName "Cees" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f52236f11a1f03bd064e3e587c52de9d> ;
    schema1:name "Cees Simons" ;
    schema1:sameAs <http://viaf.org/viaf/309887494> .

