@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/bEmfKa8>
  schema:givenName "Anna Wilhelmina"^^xsd:string ;
  schema:name "Anna Wilhelmina Visser"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/82ae06c2-54e0-255a-3cb2-63f442323b03"^^xsd:string ;
  schema:familyName "Visser"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zoetermeer> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zjdf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fde9b589-e37f-d52a-8de7-c5d9810edcf2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2757463> ;
  schema:birthDate "1822-03-21"^^xsd:date .

