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

<http://data.bibliotheken.nl/id/thes/p142832456> a schema1:Person ;
    rdfs:label "Hamel, Jaap" ;
    schema1:familyName "Hamel" ;
    schema1:givenName "Jaap" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f230ac9ad5e8a8bcef4df4a9db8f3256> ;
    schema1:name "Jaap Hamel" ;
    schema1:sameAs <http://viaf.org/viaf/285322561>,
        <https://isni.org/isni/0000000391499013> .

