@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/p325780862> a schema1:Person ;
    rdfs:label "Chatfield, Tom (1980-)" ;
    schema1:birthDate "1980" ;
    schema1:familyName "Chatfield" ;
    schema1:givenName "Tom" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/db33f9c37ff12bb66575a53b0b039fb1> ;
    schema1:name "Tom Chatfield" ;
    schema1:sameAs <http://viaf.org/viaf/44099464>,
        wd:Q7815261,
        <https://isni.org/isni/000000004654811X> .

