@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/bSVdAL5>
  schema:givenName "Cornelia Adriana"^^xsd:string ;
  schema:name "Cornelia Adriana Kusters"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5d32d357-9eee-6d40-4cdb-07be9f4bf332"^^xsd:string ;
  schema:familyName "Kusters"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Hontenisse> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vsk4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/20506b12-0b03-4b2b-2944-74a90a56b905> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1985606> ;
  schema:birthDate "1866-08-23"^^xsd:date .

