@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/b4a0GNd>
  schema:givenName "Aaltje"^^xsd:string ;
  schema:name "Aaltje Kleijn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e280e712-4423-0649-d9cd-79c58df0bda5"^^xsd:string ;
  schema:familyName "Kleijn"^^xsd:string ;
  schema:birthPlace "Stein"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00s4n2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ae636fe0-eac2-c9e1-af87-ba3867de8281> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2496921> ;
  schema:birthDate "1841-02-10"^^xsd:date .

