@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/p069025088> a schema1:Person ;
    rdfs:label "Fee, Gordon Donald (1934-2022)" ;
    schema1:birthDate "1934" ;
    schema1:deathDate "2022" ;
    schema1:description "https://nl.wikipedia.org/wiki/Gordon_Fee" ;
    schema1:familyName "Fee" ;
    schema1:givenName "Gordon Donald" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/653aecd7afe5e4ffd3471b66f71d922c> ;
    schema1:name "Gordon Donald Fee" ;
    schema1:nationality "us" ;
    schema1:sameAs <http://viaf.org/viaf/36951230>,
        wd:Q3262113,
        <https://isni.org/isni/000000008115364X> .

