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

<http://data.bibliotheken.nl/id/thes/p181280760> a schema1:Person ;
    rdfs:label "Grist, Paul" ;
    schema1:familyName "Grist" ;
    schema1:givenName "Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7c7f25d7b52c289a378aae49dd4a7638> ;
    schema1:name "Paul Grist" ;
    schema1:sameAs <http://viaf.org/viaf/56012349>,
        wd:Q3371369,
        <https://isni.org/isni/000000006658314X> .

