@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/p070676739> a schema1:Person ;
    rdfs:label "Linton, Ralph (1893-1953)" ;
    schema1:alternateName "Laerfu. Lindun",
        "拉尔夫.林顿",
        "拉爾夫.林頓" ;
    schema1:birthDate "1893" ;
    schema1:deathDate "1953" ;
    schema1:familyName "Linton" ;
    schema1:givenName "Ralph" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/05b6a7650d9356ac0ff8f5e972fc9422> ;
    schema1:name "Ralph Linton" ;
    schema1:sameAs <http://viaf.org/viaf/36921197>,
        wd:Q720118,
        <https://isni.org/isni/0000000121006506> .

