@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/bg1T9nr>
  schema:givenName "Anna Frederica Maria"^^xsd:string ;
  schema:name "Anna Frederica Maria Sesseler"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/92fe434d-2247-5861-ddef-e2df83649d01"^^xsd:string ;
  schema:familyName "Sesseler"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0121zq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5d0e5d9b-239f-ab4d-4406-55c1107d1408> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2217500> ;
  schema:birthDate "1877-07-02"^^xsd:date .

