@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#> .

<https://n2t.net/ark:/60537/bPaDR4O>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Vooijs"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/59e57cfa-a1e4-0bed-b5ac-bb951b1addb2"^^xsd:string ;
  schema:familyName "Vooijs"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0110vr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b51085b9-a550-a69c-0170-770dad4ee443> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2523363> ;
  schema:birthDate "1898-05-22"^^xsd:date .

