@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/b4ZNStH>
  schema:givenName "Aaltje Meijer"^^xsd:string ;
  schema:name "Aaltje Meijer Roest"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/24ddfd9d-3125-358d-1f9d-e6f596a5d73d"^^xsd:string ;
  schema:familyName "Roest"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mn57> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/11288fe7-089f-27d2-28a5-ea5b5f628742> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1945088> ;
  schema:birthDate "1784-04-22"^^xsd:date .

