@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/bD62QGQ>
  schema:givenName "Arnoldus Hendricus"^^xsd:string ;
  schema:name "Arnoldus Hendricus Dikhooff"@nl ;
  schema:familyName "Dikhooff"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4383bd16-72f4-166a-cd03-c1f4bd3a34f8"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b6FpfS8> ;
  schema:children <https://n2t.net/ark:/60537/bngSd3f> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bpmRxMa> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/579240> .

