@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/p113919204> a schema1:Person ;
    rdfs:label "Strickland, Gerald (1861-1941)" ;
    schema1:alternateName "Strickland (Lord)" ;
    schema1:birthDate "1861" ;
    schema1:deathDate "1941" ;
    schema1:familyName "Strickland" ;
    schema1:givenName "Gerald" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c81a1dd47edfba4846276e6a3ef35e71> ;
    schema1:name "Gerald Strickland" ;
    schema1:sameAs <http://viaf.org/viaf/77717613>,
        wd:Q333979,
        <https://isni.org/isni/0000000025752541> .

