@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/bKaQ7Bt>
  schema:birthPlace "Alfen"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:familyName "Griffioen"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/cb583391-8a7c-8a60-6c0c-c0d1a6277c26"^^xsd:string ;
  schema:givenName "Neeltje"^^xsd:string ;
  schema:name "Neeltje Griffioen"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01268b> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3473b799-bd0d-4d1e-785a-87eb855e3efd> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2064209> ;
  schema:birthDate "1883-06-23"^^xsd:date .

