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

<http://data.bibliotheken.nl/id/thes/p06910350X> a schema1:Person ;
    rdfs:label "Burrows, John (1932-)" ;
    schema1:birthDate "1932" ;
    schema1:familyName "Burrows" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/40c48a43ea8742288e65d2cb0918db23> ;
    schema1:name "John Burrows" ;
    schema1:sameAs <http://viaf.org/viaf/61122630>,
        <https://isni.org/isni/0000000039063675> .

