@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/p068369727> a schema1:Person ;
    rdfs:label "Cooper, David Graham (1931-1986)" ;
    schema1:birthDate "1931" ;
    schema1:deathDate "1986" ;
    schema1:familyName "Cooper" ;
    schema1:givenName "David Graham" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b3a5f6ff6b54cd67e50e5aa1977963e9> ;
    schema1:name "David Graham Cooper" ;
    schema1:sameAs <http://viaf.org/viaf/71389274>,
        wd:Q558122,
        <https://isni.org/isni/0000000109134476> .

