@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/bKoxKzJ>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida IJpelaar"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/165f25fd-ab71-b71e-7233-25ae76a888b6"^^xsd:string ;
  schema:familyName "IJpelaar"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sfj7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/24a3c532-80f5-40e7-3f2f-6e011ab57668> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2002628> ;
  schema:birthDate "1849-08-06"^^xsd:date .

