@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/bTL1HOD>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Kruijt"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3ab648dc-769d-540b-2817-6bbce8b8caf7"^^xsd:string ;
  schema:familyName "Kruijt"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b1FCsWz> ;
  schema:children <https://n2t.net/ark:/60537/bhuN5BK> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bRtjySP> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2416057> .

