@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/bqOLZEV>
  schema:familyName "Franken"^^xsd:string ;
  schema:givenName "Hendrica"^^xsd:string ;
  schema:name "Hendrica Franken"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7c5ffb5d-c4a3-0ad5-3f6b-de081bde53dc"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w2g8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/433d10d2-a709-ce9c-297d-2212ca204d0f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2118144> ;
  schema:birthDate "1879-12-01"^^xsd:date .

