@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/bXV1pdi>
  schema:familyName "Dongelmans"^^xsd:string ;
  schema:hasOccupation "Geen"@nl ;
  schema:givenName "Gijsbertus"^^xsd:string ;
  schema:name "Gijsbertus Dongelmans"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ae030d49-db1d-f1f5-ae65-70e88fcd0f1d"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Haastrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00jfpg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b7d2e8c4-6a14-693a-2a6b-fc05be190f55> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2534198> ;
  schema:birthDate "1836-01-01"^^xsd:date .

