@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/b3xUJZf>
  schema:givenName "Christiaan Jacobus"^^xsd:string ;
  schema:name "Christiaan Jacobus Verkerk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/628c0cb4-d73d-389d-9af0-8b1725505b62"^^xsd:string ;
  schema:hasOccupation "Suikerwerker"@nl ;
  schema:familyName "Verkerk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01c9vm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c8cdfb9e-0c9b-b813-225c-c5663d359ab5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2595740> ;
  schema:birthDate "1906-01-28"^^xsd:date .

