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

<http://data.bibliotheken.nl/id/thes/p297564439> a schema1:Person ;
    rdfs:label "Meeks, Nigel" ;
    schema1:familyName "Meeks" ;
    schema1:givenName "Nigel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0f2e11fd3488f0b4978c448794880f82> ;
    schema1:name "Nigel Meeks" ;
    schema1:sameAs <http://viaf.org/viaf/103596407>,
        <https://isni.org/isni/0000000084048482> .

