@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/p072893168> a schema1:Person ;
    rdfs:label "Jones, Charles (1939-)" ;
    schema1:birthDate "1939" ;
    schema1:familyName "Jones" ;
    schema1:givenName "Charles" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/36199bf9e4c78b9ffbd3fa07f0a0453a> ;
    schema1:name "Charles Jones" ;
    schema1:sameAs <http://viaf.org/viaf/109359054>,
        wd:Q105820735,
        <https://isni.org/isni/0000000110819149> .

