@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/b3XiyNG>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/52eae18f-8649-4b46-9a60-5e18090116bc"^^xsd:string ;
  schema:givenName "Jeltje"^^xsd:string ;
  schema:name "Jeltje Kuurstra"@nl ;
  schema:familyName "Kuurstra"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Leeuwarden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0185jb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/260373cc-ec1c-1b71-c97a-1e053c3a634b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2008087> ;
  schema:birthDate "1883-05-19"^^xsd:date .

