@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/b6f0bO0>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida Sparnaai"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/07160871-e063-63ad-212c-fded700d9e56"^^xsd:string ;
  schema:familyName "Sparnaai"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00kwpr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/54bd902e-91a2-c33c-4ab9-c2ade9f80614> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2185527> ;
  schema:birthDate "1854-09-26"^^xsd:date .

