@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/bms5aQM>
  schema:givenName "Anna"^^xsd:string ;
  schema:name "Anna Benning"@nl ;
  schema:familyName "Benning"^^xsd:string ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/310869ad-2b8a-04fd-ac4f-496213d0a516"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00f2gs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/cbda7413-8f22-6765-814a-4b8634ce3677> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2608992> .

