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

<http://data.bibliotheken.nl/id/thes/p297342851> a schema1:Person ;
    rdfs:label "Harvey, Nick" ;
    schema1:familyName "Harvey" ;
    schema1:givenName "Nick" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/91edba2d6260c6446c1326501c83bd3a> ;
    schema1:name "Nick Harvey" ;
    schema1:sameAs <http://viaf.org/viaf/116013936>,
        <https://isni.org/isni/0000000107882286> .

