@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/bR2VQ5R>
  schema:birthPlace "Alfen"@nl ;
  schema:givenName "Elisabeth Petronelli"^^xsd:string ;
  schema:name "Elisabeth Petronelli Smit"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3c00ae3c-dcd3-7288-5bf6-49e08d77e07b"^^xsd:string ;
  schema:familyName "Smit"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012vbc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/872d7fc3-6d67-f02e-d463-70f426c4627b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2380453> ;
  schema:birthDate "1857-04-20"^^xsd:date .

