@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/mola006> a schema1:Person ;
    rdfs:label "Molanus-Stamperius, M.J.  ((19de eeuw)-1954)" ;
    schema1:alternateName "M.J. Molanus-Stamperius" ;
    schema1:birthDate "18xx" ;
    schema1:deathDate "1954"^^xsd:gYear ;
    schema1:familyName "Molanus-Stamperius" ;
    schema1:gender schema1:Female ;
    schema1:givenName "Maria Johanna" ;
    schema1:hasOccupation "vertaler" ;
    schema1:identifier "mola006" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3df3685c24b1e5372ae0c46f69be1f9e> ;
    schema1:name "M.J. Molanus-Stamperius" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=mola006> .

