@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/bGDX4y5>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Doesburg"@nl ;
  schema:familyName "Doesburg"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5fc77395-6beb-404f-11cd-81261c889031"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mbp1> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/cabf656f-38a6-7c1f-e25e-4042ce1dba5d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2604655> ;
  schema:birthDate "1819-04-25"^^xsd:date .

