@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/bBQRc6v>
  schema:givenName "Francina"^^xsd:string ;
  schema:name "Francina Laforce"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8ca4e898-8182-d830-9e55-c6a7cbd0e14a"^^xsd:string ;
  schema:familyName "Laforce"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vbsp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7b03a467-8785-aba4-3c89-23ea6f191499> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2333406> ;
  schema:birthDate "1844-11-05"^^xsd:date .

