@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/bQqQb2v>
  schema:givenName "Charlotte Cornelia"^^xsd:string ;
  schema:name "Charlotte Cornelia Walpoott"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b42d6b05-a260-267c-e327-3f48d50a1c5a"^^xsd:string ;
  schema:familyName "Walpoott"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/s-Gravenhage> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01bhsq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d83c61d4-567b-8e39-a148-e6876e0aaa85> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2796446> ;
  schema:birthDate "1867-02-16"^^xsd:date .

