@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/p148047335> a schema1:Person ;
    rdfs:label "Haywood, John (1956-)" ;
    schema1:birthDate "1956" ;
    schema1:familyName "Haywood" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/85e673de734e7cd09905e9c61d7cc900> ;
    schema1:name "John Haywood" ;
    schema1:sameAs <http://viaf.org/viaf/86937313>,
        wd:Q58438001,
        <https://isni.org/isni/0000000108153560> .

