@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/buzn5td>
  schema:givenName "Gijsbertus"^^xsd:string ;
  schema:name "Gijsbertus Jongeneel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f750a4ab-9b8c-e292-4d7c-08d5ee01ca26"^^xsd:string ;
  schema:familyName "Jongeneel"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00pctr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1e15e9cd-0c9f-57e4-33db-28aa76a7474e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1976926> ;
  schema:birthDate "1880-04-30"^^xsd:date .

