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

<http://data.bibliotheken.nl/id/thes/p327581832> a schema1:Person ;
    rdfs:label "Richards, Sidney" ;
    schema1:familyName "Richards" ;
    schema1:givenName "Sidney" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bbc885ede510acd2e13cc34c7b0be0d8> ;
    schema1:name "Sidney Richards" ;
    schema1:sameAs <http://viaf.org/viaf/170548931>,
        <https://isni.org/isni/000000011961983X> .

