@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/bZNj64j>
  schema:givenName "Aaltje"^^xsd:string ;
  schema:name "Aaltje Kleijn"@nl ;
  schema:hasOccupation "Fabriekswerkster"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e471e31c-8b30-06d9-3f68-663aee056d2b"^^xsd:string ;
  schema:familyName "Kleijn"^^xsd:string ;
  schema:birthPlace "Stein"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sc9k> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3a58b3b5-6c2f-64be-e6be-fc6d84e7880e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2084107> ;
  schema:birthDate "1841-02-10"^^xsd:date .

