@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/b000BJx>
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina Tak"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d2a8a655-d73b-6d3e-45c4-f99e1f16d016"^^xsd:string ;
  schema:familyName "Tak"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zq93> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/19e74a5f-9bbc-9993-fd8d-f8186cff8dd7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1963487> ;
  schema:birthDate "1820-04-24"^^xsd:date .

