@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/bIVEFCa>
  schema:givenName "Anna"^^xsd:string ;
  schema:name "Anna Spit"@nl ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/238c9a17-e285-34c2-a8b3-5e2f14607c8a"^^xsd:string ;
  schema:familyName "Spit"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00jjhj> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f9678562-8f15-a369-b07b-67f61ffd5364> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2734406> ;
  schema:birthDate "1804-08-22"^^xsd:date .

