@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/bhuNrE7>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida Sanders"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/171f7ba3-d8a5-461e-0754-4c3bd0883e59"^^xsd:string ;
  schema:familyName "Sanders"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0107c8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/98c60093-288a-f434-f071-94b3f773486c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2791427> ;
  schema:birthDate "1888-12-24"^^xsd:date .

