@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/brrSkkR>
  schema:familyName "Frenk"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4f775140-68a3-805d-9de3-5cef67fd7994"^^xsd:string ;
  schema:givenName "Klaartje"^^xsd:string ;
  schema:name "Klaartje Frenk"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zierikzee> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w8dq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a16c7629-b413-91eb-5744-e4e2f2cf7dfe> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2446747> ;
  schema:birthDate "1829-03-15"^^xsd:date .

