@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/b2I70Lb>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth van Willigen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f4be3bc1-4a15-fd04-83ba-3f2d94ff7e89"^^xsd:string ;
  schema:familyName "van Willigen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00ptm6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c686e98d-23d6-1aa6-5502-7e1bbb7162d5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2587048> ;
  schema:birthDate "1834-05-07"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Willigen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

