@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/bM38y91>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Nispen"@nl ;
  schema:birthPlace "Etten"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9df19b5e-b9df-529d-f29f-40176c2242f5"^^xsd:string ;
  schema:familyName "Nispen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b017tm1> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8a7cc039-9748-4b15-2096-fd5843a83070> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2393039> ;
  schema:birthDate "1848-11-10"^^xsd:date .

