@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/bUaqYrV>
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina Hamme"@nl ;
  schema:familyName "Hamme"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/42b86464-d4a0-22f4-8664-74f3b783067e"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00q01d> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7807a14d-1f76-991d-5f34-cb9f5a0c3f16> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2322048> ;
  schema:birthDate "1869-12-27"^^xsd:date .

