@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/bfc5baT>
  schema:givenName "Eva Willemina"^^xsd:string ;
  schema:name "Eva Willemina Ferwerda"@nl ;
  schema:familyName "Ferwerda"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/873e1b69-f494-f373-74c8-6cdc60922a3b"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011435> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/15fee7a8-50fc-3dd8-792e-a773128c09f7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1948554> ;
  schema:birthDate "1880-08-06"^^xsd:date .

