@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bTkDDo1>
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina den Hartog"@nl ;
  schema:familyName "den Hartog"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1b15dd48-77a3-37f4-6793-aec233552f41"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Jaarsveld> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0130sm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f87c3655-3f54-e8ce-45b9-dee938fff862> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2727120> ;
  schema:birthDate "1884-03-22"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Hartog"^^xsd:string ;
    ns0:surnamePrefix "den"^^xsd:string
  ] .

