@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/redm003> a schema1:Person ;
    rdfs:label "Redmond, Sophie  (1907-1955)" ;
    schema1:alternateName "Sophie Redmond" ;
    schema1:birthDate "1907-01-14"^^xsd:date ;
    schema1:birthPlace "Paramaribo" ;
    schema1:deathDate "1955-09-18"^^xsd:date ;
    schema1:deathPlace "Paramaribo" ;
    schema1:familyName "Redmond" ;
    schema1:gender schema1:Female ;
    schema1:givenName "Jeane Sophie Redmond" ;
    schema1:hasOccupation "medicus/apotheker" ;
    schema1:identifier "redm003" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1bad77d3d360e1a65cbe7d1d56c92722> ;
    schema1:name "Sophie Redmond" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=redm003> .

