@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/bUAPLA8>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Spek"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0be91880-1868-5c61-0822-f27873393a68"^^xsd:string ;
  schema:familyName "Spek"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01c2m2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/98b1fe88-250e-6181-709c-9185ef3b1726> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2791159> ;
  schema:birthDate "1842-11-03"^^xsd:date .

