@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/p068731639> a schema1:Person ;
    rdfs:label "Smith, Cyril Stanley (1903-)" ;
    schema1:birthDate "1903" ;
    schema1:familyName "Smith" ;
    schema1:givenName "Cyril Stanley" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f95f6a1b1a14940b9845248d905201e4> ;
    schema1:name "Cyril Stanley Smith" ;
    schema1:sameAs <http://viaf.org/viaf/212960724>,
        wd:Q4424880 .

