@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/bNikQrV>
  schema:givenName "Aaltje"^^xsd:string ;
  schema:name "Aaltje Schorel"@nl ;
  schema:hasOccupation "Hekelster"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/26bdd33d-ed1d-c4eb-7c8c-4315b1fed8c2"^^xsd:string ;
  schema:familyName "Schorel"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n5mn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d233073b-118d-0c3d-8eb7-d55908f15d5d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2636662> ;
  schema:birthDate "1832-09-15"^^xsd:date .

