@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/bNIKfBb>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Verschut"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d1467c8c-b9cd-781d-4fbc-a4ea675a82d1"^^xsd:string ;
  schema:familyName "Verschut"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bhh5FHq> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bQqPjhJ> ;
  schema:spouse <https://n2t.net/ark:/60537/bxTzCSd> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2693924> .

