@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p30175859X> a schema1:Person ;
    rdfs:label "Russell, John" ;
    schema1:familyName "Russell" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fbfef88cc77dfe98c8d46a072329c611> ;
    schema1:name "John Russell" ;
    schema1:sameAs <http://viaf.org/viaf/3593155919083439730001>,
        <https://isni.org/isni/0000000391511190> .

