@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/bgEZdww>
  schema:givenName "Anna Francisca"^^xsd:string ;
  schema:name "Anna Francisca IJsselstein"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/14dde902-5b97-5f43-3d61-c74ed14619a4"^^xsd:string ;
  schema:familyName "IJsselstein"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00r5vk> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/657ab602-7d5a-0f75-fffb-2d9801fb145d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2250194> ;
  schema:birthDate "1865-06-17"^^xsd:date .

