@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/bi6SIyz>
  schema:givenName "Franciska Maria"^^xsd:string ;
  schema:name "Franciska Maria Padberg"@nl ;
  schema:birthPlace "Hagen Westphalen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/79a2e55a-10da-b4a8-470e-8c25c27fe0fe"^^xsd:string ;
  schema:familyName "Padberg"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0111dr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1b6c5fd8-d0ef-e1df-9ed5-0dcb8c0ed923> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/703657> ;
  schema:birthDate "1893-09-17"^^xsd:date .

