@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/bS5rGig>
  schema:givenName "Eva"^^xsd:string ;
  schema:name "Eva Tiggers"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/94d0d699-31d5-bae6-e318-a2ada9bebeec"^^xsd:string ;
  schema:familyName "Tiggers"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bachjbQ> ;
  schema:children <https://n2t.net/ark:/60537/bCtXJ5N> ;
  schema:spouse <https://n2t.net/ark:/60537/bmEN5sY> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2862429> .

