@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/btWfYBE>
  schema:givenName "Andries"^^xsd:string ;
  schema:name "Andries Verkaik"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fecea62d-84ea-bbfd-c1e9-d65cf222529b"^^xsd:string ;
  schema:familyName "Verkaik"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bBE96XP> ;
  schema:spouse <https://n2t.net/ark:/60537/bJyJVMA> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bVDiRbP> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/604907> .

