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

<http://data.bibliotheken.nl/id/thes/p142344257> a schema1:Person ;
    rdfs:label "Foulkes, Christopher" ;
    schema1:familyName "Foulkes" ;
    schema1:givenName "Christopher" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6ab6d36c6d12c78c2d8875ed812b43ae> ;
    schema1:name "Christopher Foulkes" ;
    schema1:sameAs <http://viaf.org/viaf/79367202>,
        <https://isni.org/isni/0000000067697093> .

