@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/p072125683> a schema1:Person ;
    rdfs:label "Butterworth, Neil (1934-)" ;
    schema1:birthDate "1934" ;
    schema1:familyName "Butterworth" ;
    schema1:givenName "Neil" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7e08e0422147861fd1a35d3b2a1e154b> ;
    schema1:name "Neil Butterworth" ;
    schema1:sameAs <http://viaf.org/viaf/22215235>,
        wd:Q68929510 .

