@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/byiXGYS>
  schema:familyName "Aronson"^^xsd:string ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:givenName "Hester"^^xsd:string ;
  schema:name "Hester Aronson"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/66f00636-a338-83c1-3d19-4b4ec4984051"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amersfoort> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00jwsn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/85e1fd6c-b1d5-c89a-8916-5d7471e6b9bd> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2375494> ;
  schema:birthDate "1854-08-11"^^xsd:date .

