@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/bYKOzch>
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina Dijkman"@nl ;
  schema:familyName "Dijkman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f1466464-7743-30a2-24c9-3543e6d3c81c"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z3dh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/12a78661-14f6-71b1-cabe-d2157cb78e43> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/636130> ;
  schema:birthDate "1859-05-04"^^xsd:date .

