@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bkpAL0A>
  schema:familyName "de Jong"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f799bead-1873-db07-a26f-1dddf88b2893"^^xsd:string ;
  schema:givenName "Willemina Cornelia"^^xsd:string ;
  schema:name "Willemina Cornelia de Jong"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0135b4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c40cec10-d956-3724-f2f7-19472f763602> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2580921> ;
  schema:birthDate "1888-02-12"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

