@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/p06943199X> a schema1:Person ;
    rdfs:label "Russell, William Moy Stratton" ;
    schema1:alternateName "Russell, W.M.S.",
        "Russell, William" ;
    schema1:familyName "Russell" ;
    schema1:givenName "William Moy Stratton" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/38fbb1fa4f260fc6653a3779a5319115> ;
    schema1:name "William Moy Stratton Russell" ;
    schema1:sameAs <http://viaf.org/viaf/7911516>,
        wd:Q28474643,
        <https://isni.org/isni/0000000083548493> .

