@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/b4ZOhuz>
  schema:birthPlace "Alfen"@nl ;
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit Nagtegaal"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fc905cc9-fa1f-fba4-2635-c3554d4413ff"^^xsd:string ;
  schema:familyName "Nagtegaal"^^xsd:string ;
  schema:hasOccupation "Zeilmaker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tj70> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/84953674-0dc1-479d-5592-5e8f1ba28705> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2370482> ;
  schema:birthDate "1826-04-30"^^xsd:date .

