@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/bTL1w9M>
  schema:givenName "Antonia"^^xsd:string ;
  schema:name "Antonia Punselie"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0b5390e2-a92c-d56b-f12b-a078996d82ba"^^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/5a762087-e2e8-4da6-0c28-7a055e9d5ccf> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2207611> ;
  schema:birthDate "1885-08-01"^^xsd:date .

