@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/bm1GYZs>
  schema:givenName "Anna Maria Petronella"^^xsd:string ;
  schema:name "Anna Maria Petronella Tholens"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/97315761-ddce-b3dc-ca3f-b463d9e17536"^^xsd:string ;
  schema:familyName "Tholens"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00trfr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/982f673c-f83c-3973-a1c3-3297ae254abc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2788942> ;
  schema:birthDate "1870-08-29"^^xsd:date .

