@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/br1tTiO>
  schema:givenName "Antje"^^xsd:string ;
  schema:name "Antje Nagtegaal"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c170e188-a0a0-3eef-2686-2cc4b04bb68d"^^xsd:string ;
  schema:familyName "Nagtegaal"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Leiderdorp> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010kxp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/80589f07-37ee-4ab8-7703-91ccdab4c38a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2354174> ;
  schema:birthDate "1864-01-29"^^xsd:date .

