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

<http://data.bibliotheken.nl/id/thes/p283045604> a schema1:Person ;
    rdfs:label "Norton, Clark" ;
    schema1:familyName "Norton" ;
    schema1:givenName "Clark" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3524472bc00eff31b7de8d12c717300b> ;
    schema1:name "Clark Norton" ;
    schema1:sameAs <http://viaf.org/viaf/233437116>,
        <https://isni.org/isni/0000000368950478> .

