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

<http://data.bibliotheken.nl/id/thes/p099892766> a schema1:Person ;
    rdfs:label "Gray, Gordon (1932- ; ill)" ;
    schema1:birthDate "1932" ;
    schema1:description "BNB: GordonGray*1932-*" ;
    schema1:familyName "Gray" ;
    schema1:givenName "Gordon" ;
    schema1:hasOccupation "ill" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b039ec1ea44d1df577e0656e93239d6f> ;
    schema1:name "Gordon Gray" ;
    schema1:sameAs <http://viaf.org/viaf/94411412>,
        <https://isni.org/isni/0000000064524920> .

