@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/p06907738X> a schema1:Person ;
    rdfs:label "Gray, Colin Spencer (1943-)" ;
    schema1:birthDate "1943" ;
    schema1:familyName "Gray" ;
    schema1:givenName "Colin Spencer" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0b0c18e73ed02c8e26faeaebe8309abd> ;
    schema1:name "Colin Spencer Gray" ;
    schema1:sameAs <http://viaf.org/viaf/105650554>,
        wd:Q1108658,
        <https://isni.org/isni/0000000110803681> .

