@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/bGrffoh>
  schema:givenName "Cornelis Adrianus"^^xsd:string ;
  schema:name "Cornelis Adrianus Verzijl"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/02e12ab3-b2ec-0f3d-6754-44306ad34332"^^xsd:string ;
  schema:hasOccupation "Spekslager"@nl ;
  schema:familyName "Verzijl"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bapZkya> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2450143> ;
  schema:birthDate "1859-09-12"^^xsd:date .

