@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/b6f0tgA>
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit Heij"@nl ;
  schema:familyName "Heij"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d1c6f53e-8071-a37c-0c28-203d8c8ec4cf"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/be9Bh36> ;
  schema:children <https://n2t.net/ark:/60537/bmRuqrb> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bUNwsYe> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2479761> .

