@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/bKBeTQF>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Zegveld"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e4ba7d7e-4e28-579f-0432-10c5551de307"^^xsd:string ;
  schema:familyName "Zegveld"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00r077> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b2b4acce-457f-951b-4af9-8f7a948e58fb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2513882> ;
  schema:birthDate "1851-12-27"^^xsd:date .

