@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/bg1TjXj>
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit Verkaik"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7280f20c-6fb5-0552-7c37-8d09024e46d6"^^xsd:string ;
  schema:familyName "Verkaik"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xd9b> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8df40750-dc49-6078-1282-369106955578> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2406650> ;
  schema:birthDate "1891-12-30"^^xsd:date .

