@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/b2UOHKd>
  schema:givenName "Anna Catharina"^^xsd:string ;
  schema:name "Anna Catharina Verhoef"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a41871c7-4e47-ab77-bf98-3c3bd9295641"^^xsd:string ;
  schema:familyName "Verhoef"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Veenendaal> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rdkx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c94c04c8-2fc3-95f0-13da-901a53de7674> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2597559> ;
  schema:birthDate "1873-03-15"^^xsd:date .

