@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/bchifWk>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Vis"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5d3f9ab6-db4e-c143-92e9-ba2e6b33ccae"^^xsd:string ;
  schema:familyName "Vis"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Alkmaar> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01dmd0> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c4f09009-e5af-d2f2-c2e6-683ced79f563> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2584258> ;
  schema:birthDate "1894-10-01"^^xsd:date .

