@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/bkpAQpc>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Kompier"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/805760db-1d51-9ce2-35b8-c2d3a82031c3"^^xsd:string ;
  schema:familyName "Kompier"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Oudewater> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0122nc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e4aa3109-5f7a-9aee-d0c9-af43be11eb66> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2677068> ;
  schema:birthDate "1880-06-01"^^xsd:date .

