@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/p072358378> a schema1:Person ;
    rdfs:label "Cameron, Alan Douglas Edward (1938-2017)" ;
    schema1:birthDate "1938" ;
    schema1:deathDate "2017" ;
    schema1:familyName "Cameron" ;
    schema1:givenName "Alan Douglas Edward" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d9552c68e1cc5629cff6df9a6a46331b> ;
    schema1:name "Alan Douglas Edward Cameron" ;
    schema1:sameAs <http://viaf.org/viaf/91284763>,
        wd:Q2623113,
        <https://isni.org/isni/0000000114517463> .

