@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/bIIX152>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Poos"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/302384af-2530-37db-71f3-f8224f33cb06"^^xsd:string ;
  schema:familyName "Poos"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Escharen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00t5cg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ff5ed783-5a4c-de61-bb2c-6cc5122ecd68> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2768543> ;
  schema:birthDate "1857-10-14"^^xsd:date .

