@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/bjZbe52>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Verhoef"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/36799881-196f-160c-ab2e-f7c0df75b147"^^xsd:string ;
  schema:familyName "Verhoef"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Delft> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zb1m> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8ca2db63-9c43-6e34-b86a-7486c7b2a60c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2401572> ;
  schema:birthDate "1873-05-28"^^xsd:date .

