@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/p333845765> a schema1:Person ;
    rdfs:label "Worthy, James" ;
    schema1:description "1980-",
        "pseud. van: James Patrick Pugh" ;
    schema1:familyName "Worthy" ;
    schema1:givenName "James" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0a93af0ab864023a973b3270a30a2b59> ;
    schema1:name "James Worthy" ;
    schema1:sameAs <http://viaf.org/viaf/255687200>,
        wd:Q13735171,
        <https://isni.org/isni/0000000368882233> .

