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

<http://data.bibliotheken.nl/id/thes/p256227381> a schema1:Person ;
    rdfs:label "Coates, Timothy J. (1952-)" ;
    schema1:birthDate "1952" ;
    schema1:familyName "Coates" ;
    schema1:givenName "Timothy J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ff484474955eec4714997e31c8f16045> ;
    schema1:name "Timothy J. Coates" ;
    schema1:sameAs <http://viaf.org/viaf/71631511>,
        <https://isni.org/isni/0000000066588709> .

