@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/bO88b93>
  schema:givenName "Emilia"^^xsd:string ;
  schema:name "Emilia Vetter"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/109231a5-0d20-de38-3398-676164e646a8"^^xsd:string ;
  schema:familyName "Vetter"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0138n0> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5eec1599-55bb-dc5c-5af0-4dc0fd29cc72> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2224547> ;
  schema:birthDate "1866-01-11"^^xsd:date .

