@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/p068805640> a schema1:Person ;
    rdfs:label "Roosevelt, Franklin Delano (1882-1945)" ;
    schema1:alternateName "Franklin",
        "Luosifu",
        "Roosevelt, Franklin",
        "Ruzvelʹt, Franklin",
        "Рузвельт, Франклин",
        "罗斯福" ;
    schema1:birthDate "1882" ;
    schema1:deathDate "1945" ;
    schema1:description "president USA van 1933-1945" ;
    schema1:familyName "Roosevelt" ;
    schema1:givenName "Franklin Delano" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/69978beffcb039a4bad2f8bd381c34d6> ;
    schema1:name "Franklin Delano Roosevelt" ;
    schema1:nationality "us" ;
    schema1:sameAs <http://viaf.org/viaf/29542759>,
        wd:Q8007,
        <https://isni.org/isni/0000000121258471> .

