@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/p068458517> a schema1:Person ;
    rdfs:label "Nixon, Richard Milhous (1913-1994)" ;
    schema1:alternateName "Nikesen, Licha",
        "Nikesong",
        "尼克松",
        "尼克森, 利查" ;
    schema1:birthDate "1913" ;
    schema1:deathDate "1994" ;
    schema1:description "37ste president van de Verenigde Staten van Amerika (1969-1974)" ;
    schema1:familyName "Nixon" ;
    schema1:givenName "Richard Milhous" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4c54648852765b26a2d55d9bda982fed> ;
    schema1:name "Richard Milhous Nixon" ;
    schema1:sameAs <http://viaf.org/viaf/44303100>,
        wd:Q9588,
        <https://isni.org/isni/0000000122790777> .

