@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/bW2JiwI>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia de Jong"@nl ;
  schema:familyName "de Jong"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/322b5566-e37d-6647-caa4-ba01715ee784"^^xsd:string ;
  schema:hasOccupation "Koopvrouw"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0106g4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/bd6f1f7f-99da-d13a-de01-e567141a9a27> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2555646> ;
  schema:birthDate "1827-05-01"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

