@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/buznvA6>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Verkerk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b6819e2a-646f-2bb1-3394-f1f26df26e58"^^xsd:string ;
  schema:familyName "Verkerk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bg1SFzd> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2422260> ;
  schema:birthDate "1896-11-25"^^xsd:date .

