@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/bFb2X3D>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth van Beuzekom"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/10648f54-abaa-b3d8-a29b-7ad6fe2f17ea"^^xsd:string ;
  schema:familyName "van Beuzekom"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00m8mf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/59e871c7-9ef0-2227-2ac6-feb26a5ab7bc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2205554> ;
  schema:birthDate "1846-01-04"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Beuzekom"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

