@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/p068475616> a schema1:Person ;
    rdfs:label "Smith, Wilfred Cantwell (1916-2000)" ;
    schema1:alternateName "Cantwell Smith, W.",
        "Smith, W. Cantwell" ;
    schema1:birthDate "1916" ;
    schema1:deathDate "2000" ;
    schema1:familyName "Smith" ;
    schema1:givenName "Wilfred Cantwell" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/87a4e52b86ba418ad28fdc6704fdb879> ;
    schema1:name "Wilfred Cantwell Smith" ;
    schema1:sameAs <http://viaf.org/viaf/98223925>,
        wd:Q8001760,
        <https://isni.org/isni/0000000119533171> .

