@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/b37vMk8>
  schema:hasOccupation "Dienstbode"@nl ;
  schema:familyName "Dupon"^^xsd:string ;
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Dupon"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/05c9d693-5376-e005-5a0c-6b1f10d1fac2"^^xsd:string ;
  schema:birthPlace "Soeterwoude"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b9MT14j> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/646263> ;
  schema:birthDate "1837-04-24"^^xsd:date .

