@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/bcUpfQK>
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina Vergeer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/eeb68854-6c25-aefb-60ea-476cb6d805cd"^^xsd:string ;
  schema:familyName "Vergeer"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00m8mf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b9a2663b-fe96-3c8c-91ae-9b2d5dceb8cb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2541108> ;
  schema:birthDate "1830-03-04"^^xsd:date .

