@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/brEA3zw>
  schema:givenName "Gerard Cornelis"^^xsd:string ;
  schema:name "Gerard Cornelis Nagtegaal"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0b108a91-32d9-d678-eb69-7b71078e58c0"^^xsd:string ;
  schema:familyName "Nagtegaal"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01945r> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ae40aa4f-9478-a2ed-c546-d63c941ae0b0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2496446> ;
  schema:birthDate "1916-10-01"^^xsd:date .

