@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/b1sUpFI>
  schema:familyName "Amesz"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d7250af3-ccb4-4363-f084-87620b832da0"^^xsd:string ;
  schema:givenName "Johanna"^^xsd:string ;
  schema:name "Johanna Amesz"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tnrb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/26dff8be-e32b-6906-a8b8-9dc4c274b004> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2011461> ;
  schema:birthDate "1858-03-24"^^xsd:date .

