@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/bPB2kTO>
  schema:hasOccupation "Baggerman"@nl ;
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit Vergeer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2953acab-c882-1203-68ea-7d311e87edbe"^^xsd:string ;
  schema:familyName "Vergeer"^^xsd:string ;
  schema:birthPlace "Wilgen Langerak"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rjkf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e13a1b92-f7ee-d1bb-63db-4f4bc845a001> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2663937> ;
  schema:birthDate "1810-11-14"^^xsd:date .

