@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/bg1TjGY>
  schema:givenName "Eva"^^xsd:string ;
  schema:name "Eva Punselie"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/728777b4-b78d-707f-0c68-b19bc79ace6a"^^xsd:string ;
  schema:familyName "Punselie"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00v8z0> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8caef7a9-8496-cdf5-c883-48f482851dfd> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2401766> ;
  schema:birthDate "1887-06-18"^^xsd:date .

