@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/bVqDwac>
  schema:givenName "Anna Gerdina"^^xsd:string ;
  schema:name "Anna Gerdina Nagtegaal"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0011c705-5fc8-a77c-e992-710770504ab8"^^xsd:string ;
  schema:hasOccupation "Naaister"@nl ;
  schema:familyName "Nagtegaal"^^xsd:string ;
  schema:birthPlace "Ruhrort Pruisen (D)"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xzkq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/df196a2f-2624-2d86-d0c2-a0a019e65854> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2822864> ;
  schema:birthDate "1871-04-27"^^xsd:date .

