@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/bH3m7cp>
  schema:givenName "Gijsbert"^^xsd:string ;
  schema:name "Gijsbert Heuvelman"@nl ;
  schema:familyName "Heuvelman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0fc1308d-d71f-e787-f896-4bd8de5199a4"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bnTXZ6K> ;
  schema:children <https://n2t.net/ark:/60537/bOXVW2d> ;
  schema:spouse <https://n2t.net/ark:/60537/bz8Lin8> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2262304> .

