@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/bQd7RHM>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia van Wijk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/51b3a85e-5fbd-5a83-4b5a-6fe688f71a94"^^xsd:string ;
  schema:familyName "van Wijk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01d6xn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3ed18815-2fba-61f6-5fb2-1ce8ad858610> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2101209> ;
  schema:birthDate "1903-09-22"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Wijk"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

