@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/b250Fqw>
  schema:birthPlace "Beest"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:givenName "Gerarda"^^xsd:string ;
  schema:name "Gerarda van Ewijk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bf794d4b-b59c-d7f9-7488-8d485c3da624"^^xsd:string ;
  schema:familyName "van Ewijk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010wqm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/64cd6af5-ebf4-ebc4-dea1-c365638d58ab> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2247541> ;
  schema:birthDate "1863-02-16"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Ewijk"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

