@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/bsH4MiN>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia de Jong"@nl ;
  schema:familyName "de Jong"^^xsd:string ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8033ce9e-0d9e-5d81-1cd9-1dbad090f584"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00gf8t> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ed9e2360-daba-9248-4186-c536c74da141> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2844483> ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

