@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/bAoXzKR>
  schema:givenName "Aart"^^xsd:string ;
  schema:name "Aart Kruijs"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5dfefdda-8cd9-ddcb-1358-1685cb62c972"^^xsd:string ;
  schema:familyName "Kruijs"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bgRGpXC> ;
  schema:children <https://n2t.net/ark:/60537/bjzMW8s> ;
  schema:spouse <https://n2t.net/ark:/60537/bsunKW8> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2471607> .

