@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/b6S6ihz>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida Rijkelijkhuizen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6ac1776c-f917-304f-6d0e-113c40735eab"^^xsd:string ;
  schema:familyName "Rijkelijkhuizen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b019vs5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6819b7bb-4223-4304-b4d9-269d4cd7ff14> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2260536> ;
  schema:birthDate "1893-06-20"^^xsd:date .

