@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/p07040013X> a schema1:Person ;
    rdfs:label "Russell, Joseph Johnston (1923-1975)" ;
    schema1:birthDate "1923" ;
    schema1:deathDate "1975" ;
    schema1:familyName "Russell" ;
    schema1:givenName "Joseph Johnston" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/54531a21cbd0fcaa61588eab2d288d8e> ;
    schema1:name "Joseph Johnston Russell" ;
    schema1:sameAs <http://viaf.org/viaf/29542802>,
        wd:Q111015016,
        <https://isni.org/isni/0000000083678271> .

