@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/b4AqaWb>
  schema:familyName "Felix"^^xsd:string ;
  schema:givenName "Gerarda Wilhelmina"^^xsd:string ;
  schema:name "Gerarda Wilhelmina Felix"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d9dbb813-32b5-cc07-4b6c-5d0de9c25f0a"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013dqb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d32b8c8b-1d2b-d128-f8f2-9d0448034083> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2644145> ;
  schema:birthDate "1863-05-04"^^xsd:date .

