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

<http://data.bibliotheken.nl/id/thes/p068557477> a schema1:Person ;
    rdfs:label "Richardson, Robin (1936-)" ;
    schema1:birthDate "1936" ;
    schema1:familyName "Richardson" ;
    schema1:givenName "Robin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d7b0fd0756e2abac61c183417ac6c3bb> ;
    schema1:name "Robin Richardson" ;
    schema1:sameAs <http://viaf.org/viaf/267315500>,
        <https://isni.org/isni/0000000064049875> .

