@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/p112842658> a schema1:Person ;
    rdfs:label "Jones, Edward P. (1950-)" ;
    schema1:birthDate "1950" ;
    schema1:description "bron: https://en.wikipedia.org/wiki/Edward_P._Jones" ;
    schema1:familyName "Jones" ;
    schema1:givenName "Edward P." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2504b3f16fcf7e784658f378efdd5f9b> ;
    schema1:name "Edward P. Jones" ;
    schema1:nationality "us" ;
    schema1:sameAs <http://viaf.org/viaf/87444362>,
        wd:Q942627,
        <https://isni.org/isni/0000000109223233> .

