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

<http://data.bibliotheken.nl/id/thes/p291063098> a schema1:Person ;
    rdfs:label "Oakey, Gordon Neil" ;
    schema1:alternateName "Oakey, G.",
        "Oakey, Gordon N." ;
    schema1:familyName "Oakey" ;
    schema1:givenName "Gordon Neil" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d12c6cf8d48e8cb52b78d7752e5a8e96> ;
    schema1:name "Gordon Neil Oakey" ;
    schema1:sameAs <http://viaf.org/viaf/286433681>,
        <https://isni.org/isni/0000000392391856> .

