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

<http://data.bibliotheken.nl/id/thes/p297991051> a schema1:Person ;
    rdfs:label "Cleton, Jan" ;
    schema1:familyName "Cleton" ;
    schema1:givenName "Jan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a0b6220b602234ca21d2ce03b2fc3e9b> ;
    schema1:name "Jan Cleton" ;
    schema1:sameAs <http://viaf.org/viaf/280048600>,
        <https://isni.org/isni/0000000368761802> .

