@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/goej001> a schema1:Person ;
    rdfs:label "Goeje, Reinoudina de (1833-1893)" ;
    schema1:alternateName "Agatha",
        "Reinoudina de Goeje" ;
    schema1:birthDate "1833-04-09"^^xsd:date ;
    schema1:birthPlace "Lippenhuizen" ;
    schema1:deathDate "1893-02-06"^^xsd:date ;
    schema1:deathPlace "Rotterdam" ;
    schema1:familyName "de Goeje" ;
    schema1:gender schema1:Female ;
    schema1:givenName "Reinoudina" ;
    schema1:hasOccupation "journalist/redacteur" ;
    schema1:identifier "goej001" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/02e5e90b2d9697508699460040d78067> ;
    schema1:name "Reinoudina de Goeje" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=goej001> .

