@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/bIVEt3j>
  schema:givenName "Anna Margaretha"^^xsd:string ;
  schema:name "Anna Margaretha Overeijnder"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/549c6a18-573c-65cc-a3ef-dece93445887"^^xsd:string ;
  schema:familyName "Overeijnder"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wv58> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b1be2957-6f32-f14e-3298-98dcbc22fd95> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2510136> ;
  schema:birthDate "1897-12-15"^^xsd:date .

