@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/b3XiF2T>
  schema:familyName "Boot"^^xsd:string ;
  schema:givenName "Gerarda"^^xsd:string ;
  schema:name "Gerarda Boot"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ad2a8096-7ce1-0ec9-2084-4569b33f4460"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bO8854Z> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bvBR2T8> ;
  schema:children <https://n2t.net/ark:/60537/bW2ITUL> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2116026> .

