@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/bPok6S7>
  schema:hasOccupation "Dienstbode"@nl ;
  schema:givenName "Hendrika"^^xsd:string ;
  schema:name "Hendrika Voskamp"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9d9abe54-3402-7d75-dff1-79c16c499ed8"^^xsd:string ;
  schema:familyName "Voskamp"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Apeldoorn> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bpzzjrF> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2068560> ;
  schema:birthDate "1902-09-28"^^xsd:date .

