@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/baCHbuJ>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Jongkind"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/92764759-a006-a1a5-7b49-b62a83896dcd"^^xsd:string ;
  schema:familyName "Jongkind"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Wieringen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tn07> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0869b75a-a20c-ae15-e6c2-6a1c0747898b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/601602> ;
  schema:birthDate "1869-01-09"^^xsd:date .

