@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/brrSaQ9>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Paauw"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7371b730-e769-466b-bcf0-65b49c3b9986"^^xsd:string ;
  schema:birthPlace "Jesp"@nl ;
  schema:familyName "Paauw"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00s4n2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6c58b78b-dbba-be18-f4da-79070b826824> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2277105> ;
  schema:birthDate "1824-01-01"^^xsd:date .

