@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/p06850957X> a schema1:Person ;
    rdfs:label "Lewisohn, Ludwig (1883-1955)" ;
    schema1:birthDate "1883" ;
    schema1:deathDate "1955" ;
    schema1:description "literator, zionist" ;
    schema1:familyName "Lewisohn" ;
    schema1:givenName "Ludwig" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/63d778e07e08ef8e152d82bcd8c7d7b2> ;
    schema1:name "Ludwig Lewisohn" ;
    schema1:nationality "us" ;
    schema1:sameAs <http://viaf.org/viaf/44380209>,
        wd:Q3266243,
        <https://isni.org/isni/000000010893122X> .

