@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/bVqDaDV>
  schema:familyName "de Zeeuw"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c2218aa1-e30f-839a-75cc-255a896adc1c"^^xsd:string ;
  schema:givenName "Jacoba"^^xsd:string ;
  schema:name "Jacoba de Zeeuw"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01dmnw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a3e56958-20b9-ae11-4324-c553fd833603> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2456457> ;
  schema:birthDate "1909-11-20"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Zeeuw"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

