@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/b9MUkoE>
  schema:givenName "Francina"^^xsd:string ;
  schema:name "Francina Verwaal"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/da6b2ecc-2ebe-10c0-7752-8d9922cbab64"^^xsd:string ;
  schema:familyName "Verwaal"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Moordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011jz2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e0d2e2f2-9d89-af2f-b7ae-0b05fccd37c7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2829622> .

