@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/benhMC0>
  schema:givenName "Corstina"^^xsd:string ;
  schema:name "Corstina van der Willik"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6768d508-7c43-49cd-934e-287b5f6081fe"^^xsd:string ;
  schema:familyName "van der Willik"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Boskoop> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vksb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6e5d8ddc-ad33-d49a-931f-232a1d009b77> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2284746> ;
  schema:birthDate "1865-09-07"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Willik"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

