@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/bezZPIy>
  schema:givenName "Gerrardus"^^xsd:string ;
  schema:name "Gerrardus Kielliger"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/10452e9a-1f6a-16f3-05a6-a60599291c95"^^xsd:string ;
  schema:familyName "Kielliger"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b4N67YQ> ;
  schema:children <https://n2t.net/ark:/60537/bD63BHv> ;
  schema:spouse <https://n2t.net/ark:/60537/bvbtMTD> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2689746> .

