@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/p071035362> a schema1:Person ;
    rdfs:label "Brookes, John Andrew (1933-2018)" ;
    schema1:birthDate "1933" ;
    schema1:deathDate "2018" ;
    schema1:familyName "Brookes" ;
    schema1:givenName "John Andrew" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8c99d2dab29f95b6e4ea9cdaa6c2c4af> ;
    schema1:name "John Andrew Brookes" ;
    schema1:sameAs <http://viaf.org/viaf/73850749>,
        wd:Q27914986,
        <https://isni.org/isni/0000000110705870> .

