@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/p068387385> a schema1:Person ;
    rdfs:label "Steiner, George (1929-2020)" ;
    schema1:birthDate "1929" ;
    schema1:deathDate "2020" ;
    schema1:description "Prof. of English and Comparative Lit., Univ. of Geneva, Cambridge etc." ;
    schema1:familyName "Steiner" ;
    schema1:givenName "George" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c3a7629feb4ff4fdb26e5571d0b7ba45> ;
    schema1:name "George Steiner" ;
    schema1:nationality "gb" ;
    schema1:sameAs <http://viaf.org/viaf/108190886>,
        wd:Q453288,
        <https://isni.org/isni/0000000121468460> .

