@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/bIIWZpf>
  schema:givenName "Emilia"^^xsd:string ;
  schema:name "Emilia Vetter"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/235e414b-7a02-2af9-ffab-fb2deafa1289"^^xsd:string ;
  schema:hasOccupation "Onderwijzeres"@nl ;
  schema:familyName "Vetter"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00t0r4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f9f2ff5b-e022-5a5f-1498-677d4b24ef81> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2738511> ;
  schema:birthDate "1866-01-11"^^xsd:date .

