@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/bbeNgep>
  schema:familyName "Bezem"^^xsd:string ;
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Bezem"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e2cc1ab7-1806-a2be-d170-e9fb680e7ffa"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00px0w> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/137ffad6-cca0-686d-be0a-517daab692e9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/639464> ;
  schema:birthDate "1864-04-10"^^xsd:date .

