@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/bXIjEJ8>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Vingerling"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/914bfbea-8bd9-a1b9-847e-059112cff56d"^^xsd:string ;
  schema:familyName "Vingerling"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z346> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a4f62741-1e9d-18c1-0463-0a245837f014> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2460706> ;
  schema:birthDate "1830-10-27"^^xsd:date .

