@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/bLr2ukK>
  schema:givenName "Geertrui"^^xsd:string ;
  schema:name "Geertrui Meijer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5012b771-2aa0-1dd2-7e22-728a6d47e3f6"^^xsd:string ;
  schema:familyName "Meijer"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Delfshaven> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zr67> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8378eb17-91e9-84ea-9696-76e456b2b430> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2366181> ;
  schema:birthDate "1883-08-13"^^xsd:date .

