@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.bibliotheken.nl/id/dbnla/buck014> a schema1:Person ;
    rdfs:label "Buck, Pearl S.  (1892-1973)" ;
    schema1:alternateName "Pearl S. Buck",
        "Richard John Walsh" ;
    schema1:birthDate "1892-06-26"^^xsd:date ;
    schema1:deathDate "1973-03-06"^^xsd:date ;
    schema1:familyName "Buck" ;
    schema1:gender schema1:Female ;
    schema1:givenName "Pearl Sydenstricker" ;
    schema1:identifier "buck014" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/65ffb0959c98638457838c363c6f485f> ;
    schema1:name "Pearl S. Buck" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=buck014> .

