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

<http://data.bibliotheken.nl/id/thes/p297984748> a schema1:Person ;
    rdfs:label "Prescott, Matthew" ;
    schema1:familyName "Prescott" ;
    schema1:givenName "Matthew" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a1f52b6783b8d3546b5e09641ace4573> ;
    schema1:name "Matthew Prescott" ;
    schema1:sameAs <http://viaf.org/viaf/106692736>,
        <https://isni.org/isni/0000000077841781> .

