@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/bcuZzcz>
  schema:givenName "Hendrika"^^xsd:string ;
  schema:name "Hendrika Kranenborg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f063abf5-b8fd-690b-6082-8f8d0ba84c2c"^^xsd:string ;
  schema:familyName "Kranenborg"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Apeldoorn> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b018vt7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/50a7cd2f-83b1-cb00-c253-fd77885ff648> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2170082> ;
  schema:birthDate "1894-07-09"^^xsd:date .

