@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/bbRTA1R>
  schema:givenName "Anna Elisabeth"^^xsd:string ;
  schema:name "Anna Elisabeth Begeer"@nl ;
  schema:familyName "Begeer"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/cb24d809-7db2-0cc0-52dc-6fc22b500479"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bbRTA1R> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bS5qu5o> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2225705> .

