@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/bRtkpfT>
  schema:givenName "Anna"^^xsd:string ;
  schema:name "Anna Kabel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/64d62a53-aee4-e4bb-5a01-edb014b4496a"^^xsd:string ;
  schema:hasOccupation "Inbrenster in de bank van leening"@nl ;
  schema:familyName "Kabel"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bBE9LAw> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bijAe8o> ;
  schema:children <https://n2t.net/ark:/60537/bJyKApr> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2599867> .

