@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/bhHuphe>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida Sparnaaij"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/40d36653-2bd1-0287-3377-26595e5f6cf5"^^xsd:string ;
  schema:familyName "Sparnaaij"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00kz9z> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/277b5a7d-940f-88af-65ec-0d1266a32a87> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2013746> ;
  schema:birthDate "1854-09-26"^^xsd:date .

