@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/bwdY8Y5>
  schema:givenName "Anna"^^xsd:string ;
  schema:name "Anna Bents"@nl ;
  schema:familyName "Bents"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/07732bab-2a08-a1dc-dc85-e5ec8789c635"^^xsd:string ;
  schema:parent <https://n2t.net/ark:/60537/bE8yXLB>, <https://n2t.net/ark:/60537/box50zD> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bjZaH0W> ;
  a pico:PersonObservation ;
  pico:hasRole <https://terms.personsincontext.org/ThesaurusHistorischePersoonsgegevens/575> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2650642> ;
  schema:birthDate "1813-09-25"^^xsd:date .

