@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/bMtxXhJ>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Vis"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3a423f2d-b8a2-a023-e08e-27fc82b1c506"^^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/a2599ffa-20f0-d8ed-a2ce-9e0c93d62223> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2450328> ;
  schema:birthDate "1894-10-01"^^xsd:date .

