@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/bgsi5nE>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Zegveld"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9fbd48d4-9ef7-36cd-37af-6dfe8f20fffe"^^xsd:string ;
  schema:familyName "Zegveld"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00hstk> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/edc40fe8-a0ce-8d3d-918c-9d04560ae633> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2845003> ;
  schema:birthDate "1851-12-17"^^xsd:date .

