@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/bpMh2en>
  schema:givenName "Agatha"^^xsd:string ;
  schema:name "Agatha Eijkhoff"@nl ;
  schema:familyName "Eijkhoff"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b96ba63b-d0e3-3c2f-857f-c0be02160343"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011wqz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c92f9674-5e71-716e-3df8-e33ed67025d3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2597146> ;
  schema:birthDate "1856-02-25"^^xsd:date .

