@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/bm1GLOW>
  schema:givenName "Christina Alida"^^xsd:string ;
  schema:name "Christina Alida Zandijk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a972e160-ffbf-64d5-fa3b-0c8ce5bd36df"^^xsd:string ;
  schema:familyName "Zandijk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00pq48> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/bd00c5c7-e658-9f18-e9f5-9f34b09ce8be> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2553940> ;
  schema:birthDate "1846-02-19"^^xsd:date .

