@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/btjajOz>
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit Vergeer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/05620add-664a-8bc7-0f7b-d096c8d2f09f"^^xsd:string ;
  schema:familyName "Vergeer"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b6sHkGI> ;
  schema:children <https://n2t.net/ark:/60537/bBdL8Du> ;
  schema:spouse <https://n2t.net/ark:/60537/bkpAvZv> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2312415> .

