@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/p071476075> a schema1:Person ;
    rdfs:label "Feist, Raymond Elias (1945-)" ;
    schema1:birthDate "1945" ;
    schema1:description "bron: https://nl.wikipedia.org/wiki/Raymond_Feist",
        "sf" ;
    schema1:familyName "Feist" ;
    schema1:givenName "Raymond Elias" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a9685d98041dd1af668e9df422f7b997> ;
    schema1:name "Raymond Elias Feist" ;
    schema1:nationality "us" ;
    schema1:sameAs <http://viaf.org/viaf/19708573>,
        wd:Q350404,
        <https://isni.org/isni/0000000080984126> .

