@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bRSJbIG>
  schema:familyName "Bakker"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fc13a924-c26f-d54e-c2dc-2e1b77121eab"^^xsd:string ;
  schema:givenName "Martha Petronella Susanna"^^xsd:string ;
  schema:name "Martha Petronella Susanna Bakker"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Schiedam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b019f6k> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/210dc47e-8b00-9384-82ba-3ceb1188699c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1988645> ;
  schema:birthDate "1882-05-13"^^xsd:date .

