@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/b7UBvPz>
  schema:givenName "Cornelia Willemina"^^xsd:string ;
  schema:name "Cornelia Willemina Straver"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0a1ff94f-2b31-e5ac-d8d6-6162b2a59ade"^^xsd:string ;
  schema:familyName "Straver"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tfqn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/32013dbf-3f43-c0d3-9a67-8a439e3aa27d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2054838> ;
  schema:birthDate "1872-12-31"^^xsd:date .

