@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/bqpnTcU>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Schenk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e9a888b8-306a-76c6-b708-1ad624adfac7"^^xsd:string ;
  schema:familyName "Schenk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bFb2rXG> ;
  schema:children <https://n2t.net/ark:/60537/bGdywN7> ;
  schema:spouse <https://n2t.net/ark:/60537/bhHuKN7> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2393808> .

