@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/bqbG3nS>
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina Tak"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c2db41c5-747e-aa57-26e9-6a2d4106572c"^^xsd:string ;
  schema:familyName "Tak"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0106g4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5f6ce586-2f0a-bfe8-18c7-d9b8379fa712> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2226547> ;
  schema:birthDate "1820-04-24"^^xsd:date .

